hacker-rpg-php-browser-based-game icon indicating copy to clipboard operation
hacker-rpg-php-browser-based-game copied to clipboard

Error In /dashboard

Open T-Tron opened this issue 2 years ago • 0 comments

Compile Error! ErrorException [ Compile Error ]: Namespace declaration statement has to be the very first statement or after any declare call in the script

APPPATH/classes/model/task.php @ line 7 2 3use \Model\Conversation; 4use \Model\Knowledge; 5use \Model\Apps; 6use \Model\Servers; 7namespace Model; 8 9class Task extends \Model { 10 11 public static function create_for_server($user_id, $server_id, $type, $duration, $data, $data_id = NULL) { 12 $task = array( Backtrace COREPATH/bootstrap.php @ line 71

T-Tron avatar Apr 12 '23 18:04 T-Tron