I opened PMA and I got this error:
No such file or directory in /usr/share/php/Symfony/Component/Cache/autoload.php on line 6
I solved downgrading php-symfony-polyfill-apcu back to 1.6.0-2 (as I saw in another topic).
Although I got another error:
Fatal error: require_once(): Failed opening required 'Symfony/Polyfill/Mbstring/autoload.php' (include_path='.:/usr/share/php') in /usr/share/php/Symfony/Component/Console/autoload.php on line 3
I can't figure it out.
I'm on ubuntu 18.04, I use apache (running and working).
Hope somebody can help me. Thanks!
Related
Recently, I have downloaded a project developed in yii but when I tried to run this project to my local server using XAMPP, I got the following errors.
Warning:
require(C:\xampp\htdocs\yii2-tutorial-master\web/../vendor/autoload.php):
failed to open stream: No such file or directory in
C:\xampp\htdocs\yii2-tutorial-master\web\index.php on line 7
Fatal error: require(): Failed opening required
'C:\xampp\htdocs\yii2-tutorial-master\web/../vendor/autoload.php'
(include_path='C:\xampp\php\PEAR') in
C:\xampp\htdocs\yii2-tutorial-master\web\index.php on line 7
I want to know if there are some procedures to do it.
Thanks in advance.
I'm using IIS as web server,
after I ran php artisan serve on the terminal,
I encountered error when trying to reach 127.0.0.1:8000.
Warning: Unknown: failed to open stream: No such file or
directory in Unknown on line 0
Fatal error: Unknown: Failed
opening required 'C:\inetpub\wwwroot\laravel/server.php'
(include_path='.;C:\php\pear') in Unknown on line 0
I have tried to look for other answers here, but none of them seems to work.
Any idea what went wrong. Thanks in advance.
This error is coming cause in your working repository server.php file is missing.
Oops forgot to update .I've downloaded the laravel 5.4,It turns out I forgot to include the .dev file, it works now
Today when I turned on my XAMPP I started Apache and MySQL. When I browsed to localhost my site worked.
But when I visited localhost/phpmyadmin I got this error in my browser:
Warning: require_once(./libraries/Message.class.php): failed to open stream: No such file or directory in G:\xampp\phpMyAdmin\libraries\Error.class.php on line 16`page
Fatal error: require_once(): Failed opening required './libraries/Message.class.php' (include_path='G:\xampp\php\PEAR') in G:\xampp\phpMyAdmin\libraries\Error.class.php on line 16
I can't start phpMyAdmin, but Apache is working properly. Does anybody know what the problem is?
By the comments:
Your phpmyadmin install is corrupted since one file is missing, try to download this file for your specific version of phpmyadmin.
Or (recommended option) download the entire phpmyadmin new version at https://github.com/phpmyadmin/phpmyadmin
I'm getting this error:
Warning: require(/home/wiseman/public_html/path/to/facebook-php-sdk-v4/autoload.php): failed to open stream: No such file or directory in /home/wiseman/public_html/facebook.php on line 3
Fatal error: require(): Failed opening required '/home/wiseman/public_html/path/to/facebook-php-sdk-v4/autoload.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wiseman/public_html/facebook.php on line 3
The sdk has been installed by the host server and I can see the autoload file in exactly the path it's looking for. Anyone know what the problem could be? I'm new to working with facebook and am really green so be gentle! :)
I'm running dev_appserver.py PHP runtime in MAC OS, according to the instructions here:
https://developers.google.com/appengine/docs/php/gettingstarted/helloworld
But at localhost:8080 I keep getting:
Warning: require(index.php): failed to open stream: No such file or directory in /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/php/setup.php on line 103
Fatal error: require(): Failed opening required 'index.php' (include_path='/Users/evelynrios/Documents/JavaScript/JSON:AJAX/BayAreaBikeShare:/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/php/sdk') in /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/devappserver2/php/setup.php on line 103
A previous user posted this answer, here:
GoogleAppEngine root:php failure(255)
"I got the right answer from hakre: )
The problem is I also have a python version Google-App-engine. In order to solve this this problem, I need to specify the "dev_appserver" to PHP-GAE-SDK"
But I have no idea what that means and there is no further explanation on SO.
The problem turned out to be a bad directory name.