
Omerr01
Members-
Posts
95 -
Joined
-
Last visited
Recent Profile Visitors
4383 profile views
Omerr01's Achievements
-
i did exactly like you says still, same problem . this is from error_logs : [07-Jun-2025 08:23:30 UTC] PHP Fatal error: Uncaught RuntimeException: A facade root has not been set. in /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:352 Stack trace: #0 /home/*****/newvms.elalvirtual.com/app/Http/Middleware/SetActiveTheme.php(59): Illuminate\Support\Facades\Facade::__callStatic() #1 /home/*****/newvms.elalvirtual.com/app/Exceptions/Handler.php(52): App\Http\Middleware\SetActiveTheme->setTheme() #2 /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(509): App\Exceptions\Handler->render() #3 /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\Foundation\Http\Kernel->renderException() #4 /home/*****/newvms.elalvirtual.com/public/index.php(62): Illuminate\Foundation\Http\Kernel->handle() #5 {main} thrown in /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 352 [07-Jun-2025 08:25:08 UTC] PHP Fatal error: Uncaught RuntimeException: A facade root has not been set. in /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:352 Stack trace: #0 /home/*****/newvms.elalvirtual.com/app/Http/Middleware/SetActiveTheme.php(59): Illuminate\Support\Facades\Facade::__callStatic('set', Array) #1 /home/*****/newvms.elalvirtual.com/app/Exceptions/Handler.php(52): App\Http\Middleware\SetActiveTheme->setTheme(Object(Illuminate\Http\Request)) #2 /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(509): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Error)) #3 /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\Foundation\Http\Kernel->renderException(Object(Illuminate\Http\Request), Object(Error)) #4 /home/*****/newvms.elalvirtual.com/public/index.php(62): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) #5 {main} thrown in /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 352 [07-Jun-2025 08:25:09 UTC] PHP Fatal error: Uncaught RuntimeException: A facade root has not been set. in /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:352 Stack trace: #0 /home/*****/newvms.elalvirtual.com/app/Http/Middleware/SetActiveTheme.php(59): Illuminate\Support\Facades\Facade::__callStatic('set', Array) #1 /home/*****/newvms.elalvirtual.com/app/Exceptions/Handler.php(52): App\Http\Middleware\SetActiveTheme->setTheme(Object(Illuminate\Http\Request)) #2 /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(509): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Error)) #3 /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\Foundation\Http\Kernel->renderException(Object(Illuminate\Http\Request), Object(Error)) #4 /home/*****/newvms.elalvirtual.com/public/index.php(62): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) #5 {main} thrown in /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 352 [07-Jun-2025 08:30:02 UTC] PHP Fatal error: Uncaught RuntimeException: A facade root has not been set. in /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:352 Stack trace: #0 /home/*****/newvms.elalvirtual.com/app/Http/Middleware/SetActiveTheme.php(59): Illuminate\Support\Facades\Facade::__callStatic('set', Array) #1 /home/*****/newvms.elalvirtual.com/app/Exceptions/Handler.php(52): App\Http\Middleware\SetActiveTheme->setTheme(Object(Illuminate\Http\Request)) #2 /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(509): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Error)) #3 /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(148): Illuminate\Foundation\Http\Kernel->renderException(Object(Illuminate\Http\Request), Object(Error)) #4 /home/*****/newvms.elalvirtual.com/public/index.php(62): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) #5 {main} thrown in /home/*****/newvms.elalvirtual.com/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 352
-
I tried to install PHPVMS7 according to the installation guide, but encountered some issues. I'm attaching images that might help illustrate the problem. Additionally, the hosting service includes older versions of PHPVMS, so it does support it. Also, PHPVMS version 7 BETA was previously installed.
-
Hey, there is no mention in the instructions that it need to go /core/modules. this is the instructions : The smartCARS 3 phpVMS 5 API uses "handlers", which represent the platforms it is communicating with. We support phpVMS 5 in this repository, but custom handlers can be written for other platforms. For phpVMS 7 support, please go to the phpVMS 7 repository instead. Step 1 Download the latest release from the releases page. Step 2 Extract the contents of the release zip file to an empty folder which is in the same directory as your installation (a core folder should exist in this directory). Step 3 (nginx only) (im not using) If you are using nginx as your webserver, you will need to serve the smartCARS API as a seperate location. An example configuration is below: location /smartcars/api { try_files $uri $uri/ /smartcars/api.php?$query_string; } You will need to modify this configuration to fit your needs and to point to the correct location. Step 4 Verify that the installation was successful by visiting the handler file in your browser. You should see a JSON response with the version number of the API and the name of your handler. Assuming you have placed phpVMS 5 in your public_html folder and your API folder is called smartcars: http://yourdomain.com/smartcars/api/phpvms5/ This URL will be the "Script URL" option in smartCARS 3 Central when managing your community.
-
hello, im follow the instactions on smartcars , and open a lot of tickets but they cant help me. i was install the smartcars on this folder : and there is the error i get from smartcars website :
-
where i can find the discord of phpvms?
-
THE 7.0.0-beta.4
-
hey after i open the subdomain and i insert all the files and folder needs by the book, i get error: "This page isnt working" xxx is currently unable to handle this request. http error 500
-
hello, im stuck in the installation of phpvms version 7 please someone can help me install this. i will give him symbolic payment for the helping. please pm me.
-
i would like to know where i can find the $page_content file? i want to add some php code to all the website, but in the layout its not work correctly.
-
hello guys, i want to do a also connection to pdo in the php and i will like to know where is the best place in the code that it will affected of all the modules.
-
Please help me
-
Hey you have some ideas to solve this issue?
-
Yeah i have toppilot module, i was tried to do something and still the problem wasnt solved, I change the name of the phpvms_pireps query to phpvms_archive_pireps . and create phpvms_pireps new one with same parameters but still the pireps is send to the system but with error.
-
this is what the hosting supporter send to me : "On the shared hosting environment there isn't a way to tweak the my.cnf file only for a specific user. This could be done if you have a VPS or a dedicate server where you are not sharing resources with other users but you have them allocated only to you. Could you provide me with a bit more information about the query that you are having and what those people advised you? "
-
From what I have checked I cannot install it on my hosting company does not approve