PHP MyAdmin error on load.

Status
Not open for further replies.

sonicsshadow

Member
Messages
200
Reaction score
0
Points
16
PHP My admin gives me this error:
Warning: require_once(./libraries/core.lib.php) [function.require-once]: failed to open stream: No such file or directory in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.inc.php on line 67

Fatal error: require_once() [function.require]: Failed opening required './libraries/core.lib.php' (include_path='/usr/local/cpanel/3rdparty/lib/php/:.') in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.inc.php on line 67

Whenever I try to load it. It just started earlier today.
Any idea what's wrong?
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
We are currently looking into this error; it should be fixed soon.
 

MichaelB

New Member
Messages
13
Reaction score
0
Points
0
I'm getting the same error. Was working fine this afternoon. If it is something I can fix on my end, any input would be greatly appreciated.

Error codes are as follows:

Warning: require_once(./libraries/core.lib.php) [function.require-once]: failed to open stream: No such file or directory in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.inc.php on line 67

Fatal error: require_once() [function.require]: Failed opening required './libraries/core.lib.php' (include_path='/usr/local/cpanel/3rdparty/lib/php/:.') in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.inc.php on line 67
 

mr kennedy

Member
Messages
524
Reaction score
1
Points
18
I'm getting the same error. Was working fine this afternoon. If it is something I can fix on my end, any input would be greatly appreciated.

Error codes are as follows:

Warning: require_once(./libraries/core.lib.php) [function.require-once]: failed to open stream: No such file or directory in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.inc.php on line 67

Fatal error: require_once() [function.require]: Failed opening required './libraries/core.lib.php' (include_path='/usr/local/cpanel/3rdparty/lib/php/:.') in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.inc.php on line 67

It's not something that can be fixed by the end-users.. just wait ;)
 

sonicsshadow

Member
Messages
200
Reaction score
0
Points
16
Whenever I load a page on my site I get this error:
phpBB : Critical Error

Error doing DB query userdata row fetch

DEBUG MODE

SQL Error : 145 Table './zlools_phpb1/phpbb_sessions' is marked as crashed and should be repaired

SELECT u.*, s.* FROM phpbb_sessions s, phpbb_users u WHERE s.session_id = '2be72e2d517d72ffb6f2cbf4b152db33' AND u.user_id = s.session_user_id

Line : 315
File : sessions.php
But I can't fix it without phpMyAdmin.
Is there any way I can fix this?
 
Status
Not open for further replies.
Top