phpmyadmin installation error

NaSRi

Verified User
Joined
Aug 16, 2014
Messages
82
Hi
Recently I had to switch from php 5.6 to 5.3 and it has been installed successfully but right now I have problem with installing phpmyadmin

Patching phpMyAdmin to log failed authentications for BFM...
patching file libraries/common.inc.php
Hunk #1 succeeded at 867 with fuzz 1 (offset 218 lines).
can't find file to patch at input line 17
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -ruN libraries.orig/Logging.php libraries/Logging.php
|--- libraries.orig/Logging.php 2017-03-29 07:15:31.000000000 -0500
|+++ libraries/Logging.php 2017-04-08 19:14:21.119610531 -0500
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
phpMyAdmin 4.4.15-all-languages installation is done.


I already receive the following error in phpmyadmin page

"Fatal error: Class 'Logging' not found in /var/www/html/phpMyAdmin-4.4.15-all-languages/libraries/common.inc.php on line 871"

I have no clue to fix this, I'd already deleted /var/www/html/phpMyAdmin-4.4.15-all-languages and installed it again via custombuild !
 
Back
Top