Question

PhpMyAdmin writes an error:

Fatal error: require(): Failed opening required './libraries/Error_Handler.class.php' (include_path='phpMyAdmin/libraries/') in /home/site.ru/lib/phpMyAdmin/libraries/common.inc.php on line 64

correcting this error appear similar errors. I think that the problem is in the lines .htaccess:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule !\.(js|gif|jpg|png|css)$ index.php [QSA,L]

I can not fix, help!

No correct solution

OTHER TIPS

  • Click on Wamp Server icon(phpmyadmin)
  • Select Apache
  • Select Apache Modules
  • Select rewrite_module
  • Restart Your Wamp Server
  • Run your program,if this not working there is problem with your .htaccess
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top