Discussion:
Config file
Ken Wheeler
2013-07-02 10:14:54 UTC
Permalink
phpMyAdmin reports on startup that the configuration doesn't have storage
completely configured. Following the instructions in the Documentation I
added the following lines to the config.inc.php file:-



$cfg['Servers'][$i]['recent'] = 'pma_recent';

$cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_ui_prefs';



The tables do already exist in the DB.

When I restart phpMyAdmin it says it can't read the configuration file!
Marc Delisle
2013-07-02 10:27:58 UTC
Permalink
Post by Ken Wheeler
phpMyAdmin reports on startup that the configuration doesn't have
storage completely configured. Following the instructions in the
Documentation I added the following lines to the config.inc.php file:-
$cfg['Servers'][$i]['recent'] = 'pma_recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_ui_prefs';
The tables do already exist in the DB.
When I restart phpMyAdmin it says it can't read the configuration file!
Maybe you introduced a PHP syntax error while modifying. Try to revert
your changes to see what happens.
--
Marc Delisle
http://infomarc.info
Dieter Adriaenssens
2013-07-02 11:07:36 UTC
Permalink
Post by Marc Delisle
Post by Ken Wheeler
phpMyAdmin reports on startup that the configuration doesn't have
storage completely configured. Following the instructions in the
Documentation I added the following lines to the config.inc.php file:-
$cfg['Servers'][$i]['recent'] = 'pma_recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_ui_prefs';
The tables do already exist in the DB.
When I restart phpMyAdmin it says it can't read the configuration file!
Maybe you introduced a PHP syntax error while modifying. Try to revert
your changes to see what happens.
If you have shell access to your server, you can run 'php -l
config.inc.php' to check the syntax of the file.

--
Kind regards,

Dieter Adriaenssens
Dieter Adriaenssens
2013-07-02 12:25:10 UTC
Permalink
Shell/CLI [0]
Is phpMyAdmin running on a server or on your own PC? What OS does it
have? How do you access the phpMyAdmin directory : command line
access, folder on your PC, networkdrive?

[0] https://en.wikipedia.org/wiki/Shell_%28computing%29
Thanks very much - when you say 'shell access' I'm not sure what you mean?
Ken Wheeler
-----Original Message-----
Sent: 02 July 2013 12:08
To: Marc Delisle
Subject: Re: [Phpmyadmin-users] Config file
Post by Marc Delisle
Post by Ken Wheeler
phpMyAdmin reports on startup that the configuration doesn't have
storage completely configured. Following the instructions in the
Documentation I added the following lines to the config.inc.php file:-
$cfg['Servers'][$i]['recent'] = 'pma_recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_ui_prefs';
The tables do already exist in the DB.
When I restart phpMyAdmin it says it can't read the configuration file!
Maybe you introduced a PHP syntax error while modifying. Try to revert
your changes to see what happens.
If you have shell access to your server, you can run 'php -l config.inc.php'
to check the syntax of the file.
--
Kind regards,
Dieter Adriaenssens
----------------------------------------------------------------------------
--
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Phpmyadmin-users mailing list
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-users
--
Kind regards,

Dieter Adriaenssens

Loading...