Fixing phpMyAdmin errors
All,
Per:
https://www.phpmyadmin.net/support/
we are supposed to ask support Qs here for phpmyadmin.
Getting this error:
"Failed to read configuration file This usually means there is a syntax error in it, please check any errors shown below."
But the box below is blank.
The only thing I added was a timeout value of:
$cfg['LoginCookieValidity'] = 19200
And I used to be able to set this to:
60*60*24*3
or 3 days, so as developer not re-logging in all the time.
Even after commenting out the $cfg['LoginCookieValidity'] line the system still errors with a blank red line.
I do not see any log file defined in the config.inc.php config file, so have no idea where to look for the current errors.
All help appreciated!
Cheers!
OMR
linux phpmyadmin
add a comment |
All,
Per:
https://www.phpmyadmin.net/support/
we are supposed to ask support Qs here for phpmyadmin.
Getting this error:
"Failed to read configuration file This usually means there is a syntax error in it, please check any errors shown below."
But the box below is blank.
The only thing I added was a timeout value of:
$cfg['LoginCookieValidity'] = 19200
And I used to be able to set this to:
60*60*24*3
or 3 days, so as developer not re-logging in all the time.
Even after commenting out the $cfg['LoginCookieValidity'] line the system still errors with a blank red line.
I do not see any log file defined in the config.inc.php config file, so have no idea where to look for the current errors.
All help appreciated!
Cheers!
OMR
linux phpmyadmin
2
Shouldn't that line have a ; after it? What happens if you delete it altogether? Apache error log usually has some hints - typically in /var/log/httpd/?????.log or /var/log/apache/??????.log
– davidgo
Jan 25 at 18:08
Alsi, stackoverflow may be more appropriate according to your link (but I think this is on topic here to)
– davidgo
Jan 25 at 18:11
Davidgo, The ';" fixed that line, but still getting the Red Blank error line after login, so not reading anything. Was importing tables when this all went down, so used the cmd line to finish, but can't actually login still.
– OldManRiver
Jan 25 at 18:55
Oh Stackoverflow is recommended, but that throws you to SuperUser when you want to ask a phpmyadmin Q!
– OldManRiver
Jan 25 at 18:56
davidgo, Must have been something hanging in the DB as I pulled up MySQL Workbench and after that phpMyAdmin went back to working! Cheers
– OldManRiver
Jan 25 at 19:03
add a comment |
All,
Per:
https://www.phpmyadmin.net/support/
we are supposed to ask support Qs here for phpmyadmin.
Getting this error:
"Failed to read configuration file This usually means there is a syntax error in it, please check any errors shown below."
But the box below is blank.
The only thing I added was a timeout value of:
$cfg['LoginCookieValidity'] = 19200
And I used to be able to set this to:
60*60*24*3
or 3 days, so as developer not re-logging in all the time.
Even after commenting out the $cfg['LoginCookieValidity'] line the system still errors with a blank red line.
I do not see any log file defined in the config.inc.php config file, so have no idea where to look for the current errors.
All help appreciated!
Cheers!
OMR
linux phpmyadmin
All,
Per:
https://www.phpmyadmin.net/support/
we are supposed to ask support Qs here for phpmyadmin.
Getting this error:
"Failed to read configuration file This usually means there is a syntax error in it, please check any errors shown below."
But the box below is blank.
The only thing I added was a timeout value of:
$cfg['LoginCookieValidity'] = 19200
And I used to be able to set this to:
60*60*24*3
or 3 days, so as developer not re-logging in all the time.
Even after commenting out the $cfg['LoginCookieValidity'] line the system still errors with a blank red line.
I do not see any log file defined in the config.inc.php config file, so have no idea where to look for the current errors.
All help appreciated!
Cheers!
OMR
linux phpmyadmin
linux phpmyadmin
asked Jan 25 at 17:49
OldManRiverOldManRiver
242
242
2
Shouldn't that line have a ; after it? What happens if you delete it altogether? Apache error log usually has some hints - typically in /var/log/httpd/?????.log or /var/log/apache/??????.log
– davidgo
Jan 25 at 18:08
Alsi, stackoverflow may be more appropriate according to your link (but I think this is on topic here to)
– davidgo
Jan 25 at 18:11
Davidgo, The ';" fixed that line, but still getting the Red Blank error line after login, so not reading anything. Was importing tables when this all went down, so used the cmd line to finish, but can't actually login still.
– OldManRiver
Jan 25 at 18:55
Oh Stackoverflow is recommended, but that throws you to SuperUser when you want to ask a phpmyadmin Q!
– OldManRiver
Jan 25 at 18:56
davidgo, Must have been something hanging in the DB as I pulled up MySQL Workbench and after that phpMyAdmin went back to working! Cheers
– OldManRiver
Jan 25 at 19:03
add a comment |
2
Shouldn't that line have a ; after it? What happens if you delete it altogether? Apache error log usually has some hints - typically in /var/log/httpd/?????.log or /var/log/apache/??????.log
– davidgo
Jan 25 at 18:08
Alsi, stackoverflow may be more appropriate according to your link (but I think this is on topic here to)
– davidgo
Jan 25 at 18:11
Davidgo, The ';" fixed that line, but still getting the Red Blank error line after login, so not reading anything. Was importing tables when this all went down, so used the cmd line to finish, but can't actually login still.
– OldManRiver
Jan 25 at 18:55
Oh Stackoverflow is recommended, but that throws you to SuperUser when you want to ask a phpmyadmin Q!
– OldManRiver
Jan 25 at 18:56
davidgo, Must have been something hanging in the DB as I pulled up MySQL Workbench and after that phpMyAdmin went back to working! Cheers
– OldManRiver
Jan 25 at 19:03
2
2
Shouldn't that line have a ; after it? What happens if you delete it altogether? Apache error log usually has some hints - typically in /var/log/httpd/?????.log or /var/log/apache/??????.log
– davidgo
Jan 25 at 18:08
Shouldn't that line have a ; after it? What happens if you delete it altogether? Apache error log usually has some hints - typically in /var/log/httpd/?????.log or /var/log/apache/??????.log
– davidgo
Jan 25 at 18:08
Alsi, stackoverflow may be more appropriate according to your link (but I think this is on topic here to)
– davidgo
Jan 25 at 18:11
Alsi, stackoverflow may be more appropriate according to your link (but I think this is on topic here to)
– davidgo
Jan 25 at 18:11
Davidgo, The ';" fixed that line, but still getting the Red Blank error line after login, so not reading anything. Was importing tables when this all went down, so used the cmd line to finish, but can't actually login still.
– OldManRiver
Jan 25 at 18:55
Davidgo, The ';" fixed that line, but still getting the Red Blank error line after login, so not reading anything. Was importing tables when this all went down, so used the cmd line to finish, but can't actually login still.
– OldManRiver
Jan 25 at 18:55
Oh Stackoverflow is recommended, but that throws you to SuperUser when you want to ask a phpmyadmin Q!
– OldManRiver
Jan 25 at 18:56
Oh Stackoverflow is recommended, but that throws you to SuperUser when you want to ask a phpmyadmin Q!
– OldManRiver
Jan 25 at 18:56
davidgo, Must have been something hanging in the DB as I pulled up MySQL Workbench and after that phpMyAdmin went back to working! Cheers
– OldManRiver
Jan 25 at 19:03
davidgo, Must have been something hanging in the DB as I pulled up MySQL Workbench and after that phpMyAdmin went back to working! Cheers
– OldManRiver
Jan 25 at 19:03
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1398497%2ffixing-phpmyadmin-errors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1398497%2ffixing-phpmyadmin-errors%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Shouldn't that line have a ; after it? What happens if you delete it altogether? Apache error log usually has some hints - typically in /var/log/httpd/?????.log or /var/log/apache/??????.log
– davidgo
Jan 25 at 18:08
Alsi, stackoverflow may be more appropriate according to your link (but I think this is on topic here to)
– davidgo
Jan 25 at 18:11
Davidgo, The ';" fixed that line, but still getting the Red Blank error line after login, so not reading anything. Was importing tables when this all went down, so used the cmd line to finish, but can't actually login still.
– OldManRiver
Jan 25 at 18:55
Oh Stackoverflow is recommended, but that throws you to SuperUser when you want to ask a phpmyadmin Q!
– OldManRiver
Jan 25 at 18:56
davidgo, Must have been something hanging in the DB as I pulled up MySQL Workbench and after that phpMyAdmin went back to working! Cheers
– OldManRiver
Jan 25 at 19:03