Uploaded PyroCMS to my Webserver but its not running at all
Created 6 years ago by ultratmHello together,
i uploaded my PyroCMS to my webserver (hosting provider) However i had problems updating the addons in the admin panel. But then i saw an open Basedir restriction was the problem. I also created an htaccsess file to open /public when open the URL of the testsite.
I can click on update and also get an feedback update done. Also migrate of addons work. But the still show as outdatet. Also i cant install Addons. I bought the SlideShow Module for example but i get this error: Class Fritzandandre\SlideshowsModule\SlideshowsModule does not exist
Also with the pro plugins since im also a pro user.
What is wrong there?
Greetings
Did you upload via FTP? Typically you would need to run composer update
and/or composer dump-autoload
which the latter is probably why you are getting a class not found. Try the above commands and possibly php artisan streams:compile
(note you may need to mark your app uninstalled in the .env file).
It can work with FTP too but you need to upload absolutely everything and probably still run composer dump-autoload
to update the class map PATHS (cause they're relative to your local environment).
Pyro has a bin with a composer.phar
in it you can use: php bin/composer.phar dump-autoload
I would look into a different host cause that's highly irregular IMHO. Even laravel you would need to be able to dump-autoload
since it uses class maps too.
Sorry.
Im using PyroCMS 3.4 and im on an Ubuntu 12.4 Linux Server