Warning: require(/var/www/report/nudb/vendor/composer/../symfony/polyfill-ctype/bootstrap.php): failed to open stream: Permission denied in /var/www/report/nudb/vendor/composer/autoload_real.php on line 66
Fatal error: require(): Failed opening required '/var/www/report/nudb/vendor/composer/../symfony/polyfill-ctype/bootstrap.php' (include_path='.:/usr/share/php') in /var/www/report/nudb/vendor/composer/autoload_real.php on line 66
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
update error - phpmyadmin Ubuntu16
-
- Posts: 377
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
update error - phpmyadmin Ubuntu16
NuBuilder has worked, but phpmyadmin does not want to start - it gives an error
-
- nuBuilder Team
- Posts: 4565
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 times
- Contact:
-
- nuBuilder Team
- Posts: 4565
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 times
- Contact:
Re: update error - phpmyadmin Ubuntu16
Permission denied means that your autoload_real.php file does not has the read/write permissions.
From stackoverflow:
From stackoverflow:
Solved it. This was actually an issue with site-wide permissions. They were set to 770 instead of 775. I suspect that I can and should restrict them more. For now, I'm just happy to have it loading again.
Moral of the story is to check your permissions site-wide, not necessarily just on the file which gives you the fatal error. You may continue to get the same fatal error, despite permissions being wide-open on the mentioned file. If so, look for permissions issues elsewhere
-
- Posts: 377
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: update error - phpmyadmin Ubuntu16
Old phpmyAdmin worked well! And localhost / phmyadmin (v.4.6) also works. The rights for the site are 775, they have not changed.kev1n wrote:Permission denied means that your autoload_real.php file does not has the read/write permissions.
From stackoverflow:Solved it. This was actually an issue with site-wide permissions. They were set to 770 instead of 775. I suspect that I can and should restrict them more. For now, I'm just happy to have it loading again.
Moral of the story is to check your permissions site-wide, not necessarily just on the file which gives you the fatal error. You may continue to get the same fatal error, despite permissions being wide-open on the mentioned file. If so, look for permissions issues elsewhere
-
- nuBuilder Team
- Posts: 4565
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 times
- Contact:
Re: update error - phpmyadmin Ubuntu16
Then just use the old phpMyAdmin by restoring the nudb subfolder.
-
- Posts: 377
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: update error - phpmyadmin Ubuntu16
Everything is OK!kev1n wrote:Then just use the old phpMyAdmin by restoring the nudb subfolder.
After the update, it was necessary to reassign the rights to the site.