All Activity
- Past hour
-
Ok, I've uploaded the latest Dev version from https://phpvms.cdn.vmslabs.net/phpvms-latest-dev.zip I now get this when trying to setup the DB (dependancy page is all "ok"'s): Couldn't write .env file. (ErrorException: file_put_contents(/var/www/html/mysite/.env): Failed to open stream: Permission denied in /var/www/html/mysite/vendor/nwidart/laravel-modules/src/Support/Stub.php:135 Stack trace: #0 I've set all folders from /www/ to my admin user and chmod 775. Files are 664 for the most part. I had to set bootstrap and storage to 777 to get things to work so I'm not sure how safe that is but still I'm getting the above permission error? As a test, I set every folder and the Stub file in the path above to 777 and I still get the same perms error so I'm clearly missing something?
- Today
-
I'll have a go with PHP 8.2... It's my own webserver so a direct upload..
-
Try with php 8.2 Do a fresh install - new database and downloaded zip file. Did you use install option 1 or 2 ? Let us know the outcome.
-
What do you mean? The installer is the site... If I navigate to my server address (http://myserver/index.php), it redirects to the installer page (http://myserver/index.php/system/install?step=requirements), as it should when you first run it. Problem is, I've completed the installer and it still loads that page. I'm guessing there's supposed to be a flag of some sort (database entry?) that tells the framework to load the index.php page instead of the installer once you've set it up (like I have).. I've installed the latest version 7.0.4, have PHP 8.4.8 installed.
- Yesterday
-
Have you tried going to the site to see if the site actually got installed? Also what version are you trying to install?
- Last week
-
I've managed to hurdle plenty of obstacles to get the installation working, and just when I thought I'd succeeded, I get to the last page of the install process, fill in my superadmin details and hit next, only to be taken back to the "Installer Requirements" page??? If I then run through the process again, when I get to the User and Airline setup page, it wont accept the ICAO or user email as it exists, so I know the setup worked. How to I clear the flag to tell it that the install is complete?
-
[phpVMSv7 / SPTheme] Introducing my phpVMS Theme Package
PaintSplasher replied to PaintSplasher's topic in Paid Services
Thank you very much for the kind words. -
[phpVMSv7 / SPTheme] Introducing my phpVMS Theme Package
SmarticleCo replied to PaintSplasher's topic in Paid Services
Great theme! highly recommended! - Earlier
-
It explains the basic premise. You will need to find the theme css and play around with it. Experiment with changing the color codes and images. Be sure to clone the theme first so you can return to the original theme if/when you mess up your cloned theme.
-
https://docs.phpvms.net/customize/theming Does this link explain how to change the theme?
-
Same thing here. Make sure to post your findings please 🙏
-
fso174 joined the community
-
Likely in the css file
-
But I mean changing the color, the logos... etc. of the page that comes by default. I think it's from app.blade.php.
-
What version of phpVMS are you using? 7.0.4 is the latest release In /admin/settings/general/current theme there is a dropdown that allows changing themes. I believe a default install (latest release) includes 2 themes. Additional themes can be added. There is one freeware theme called Disposable Theme available here in the forums. Be sure to read the included readme file if you choose to install it.
-
You are a lifesaver. I didn't see that vhost config file on the installation page XD. Thank you so much!
-
miguelpujol905 started following question theme o layouts in myphpvms
-
Hello good afternoon, a few weeks ago I tried to find a way to change the default style of my phpvms website, but there was no way, I would like someone to give me support to achieve what I need.
-
miguelpujol905 joined the community
-
Did you checked docs about Apache vhost config ? https://docs.phpvms.net/installation/vhost#apache At least you can see the difference(s) between your config and the example, most probably your RewriteEngine is off or miss configured, thus your server is trying to open a physical directory (/install) instead of considering it as a route. Good luck
-
ZachP started following Error 404 on installation SOLVED
-
Not Found The requested URL was not found on this server. Apache/2.4.58 (Ubuntu) Server at wdcprp.com Port 80 When pressing head on to the installer. Rewrite engine is on. Self-hosting using AWS EC2. I can't provide any logs as it says nothing in logs. What have I done wrong, and how to fix? You can test this by going to http://wdcprp.com EDIT: Fix using https://docs.phpvms.net/installation/vhost#apache
-
Be sure you are using php8.1 or up and be 1000% sure it is the default version, this is related to either a missing/broken php module or multi php usage problem. Switching to a different php version and cleaning all cache (including nginx if you are using it) may help too. In some cases, Apache tries to use php8.2 but nginx running on top if is set to utilize php8.1 or vice versa. Good luck. PS: Running older versions of phpVMS (like the classic series 2.x/5.x) or older beta versions of v7 does not mean that your hosting service (or server) is fully compatible with the released version
-
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 suggest you start over again. Delete all files and folders in the subdomain you intend to install phpVMS in. Download the zip file for phpVMS v7.0.4 (I prefer the zip file over the .tar.gz file) Install using option #1
-
Please check your apache/nginx server logs, this will tell you why you get an 500er.
-
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.
-
It appear you have posted on the phpVMS discord as well - let's see if you get any answers there.
-
BastianK joined the community
-
Hello, i recently started in a VA that requires vmsArcas in combination with the FSUIPC7 software. Unfortunatly ive been having issues with the Arcas software. Its Crashing every 1-2 Minutes wich can be very annoying in stressful Flightphases. Since i need to reopen it again and again for it to continue tracking my flight. I figgured that it wont crash if my Mouse is in Acars. meaning when Acars is the active window. But i need my Mouse in the Simulator and cant provide Arcas being the active window all the time. I use the Microsoft Flight Simulator 2020 FSUIPC Version 7.5.3 And also the Latest vmsArcas version If theres any way to fix this issue i would be very thankful. I can also provide you with Log. data or stuff if u tell me how :D Greetings Basti