0

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!

1 Answers1

0
  • 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
sharkbait
  • 2,980
  • 16
  • 51
  • 89