Jump to content

User123

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

User123's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Yes but in the new dev version I get this wonderful message: With this error message: AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to a member function connection() on null in /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1493 Stack trace: #0 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1459): Illuminate\\Database\\Eloquent\\Model::resolveConnection(NULL) #1 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1266): Illuminate\\Database\\Eloquent\\Model->getConnection() #2 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1183): Illuminate\\Database\\Eloquent\\Model->newBaseQueryBuilder() #3 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1219): Illuminate\\Database\\Eloquent\\Model->newModelQuery() #4 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src...PHP message: PHP Fatal error: Uncaught Error: Call to a member function connection() on null in /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1493 Stack trace: #0 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1459): Illuminate\\Database\\Eloquent\\Model::resolveConnection(NULL) #1 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1266): Illuminate\\Database\\Eloquent\\Model->getConnection() #2 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1183): Illuminate\\Database\\Eloquent\\Model->newBaseQueryBuilder() #3 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1219): Illuminate\\Database\\Eloquent\\Model->newModelQuery() #4 /var/www/vhosts/domain.com/phpvms/vendor/laravel/framework/src...'
  2. If I use this version I get a HTTP Error 500. "This page isn't working".
  3. I don't know what I do wrong... I have a Linux Ubuntu Server with Plesk. I've added the the Domain in Plesk and I can upload files into "/var/www/vhosts/domain.com/httpdocs". I want to have a front page and phpvms on the url: "domain.com/crew". So I created in "/var/www/vhosts/domain.com/httpdocs" the folder "crew". In this folder I extracted phpvms 7 beta 4. I installed it a little bit different than in the manual because it was the only way to get it work. 1. I created the folder "phpvms". 2. In "/var/www/vhosts/domain.com/httpdocs/crew/phpvms" I downloaded the file and extracted it. On "https://domain.com/crew/phpvms/public/" I got the error: "/var/www/vhosts/domain.com/httpdocs/crew/phpvms/storage/logs/laravel-2021-04-02.log" could not be opened: failed to open stream: Permission denied. I fixed that by sudo chmod 777 logs. Thereafter I got "file_put_contents(/var/www/vhosts/domain.com/httpdocs/crew/phpvms/storage/framework/views/[...].php): failed to open stream: Permission denied". I fixed that too by sudo chmod 777. Then I saw this screen ("https://domain.com/crew/phpvms/public/"): If I click now on "Head on to the installer" I come to "https://domain.com/crew/phpvms/public/install". There is a site with the text "File not found.". I'm a beginner in that and the vhost files are very strange and complicated to change in Plesk and I don't know if that's the problem. Any idea?
×
×
  • Create New...