Please read the following thread about the current changes
Hello I am just configuring my PC for learning php. If I install phpMyAdmin from rpm,it works however if i download it manually and put in /home/user/public_html/phpMyAdmin and then browse http://127.0.0.1/~user/phpMyAdmin,I just see a blank page. What is the reason?
In OpenSuse the Apache directory usually is /srv/www/htdocs/phpMyAdmin/
OpenSuse 13.1 with KDE 4.11 on Intel I7 930 motherboard Asus P6T SE - RAM 6 Gb - video card NVIDIA GT220 1GB - TV card Hauppauge WinTV Nova T stick
Originally Posted by Aatish910 Hello I am just configuring my PC for learning php. If I install phpMyAdmin from rpm,it works however if i download it manually and put in /home/user/public_html/phpMyAdmin and then browse http://127.0.0.1/~user/phpMyAdmin,I just see a blank page. What is the reason? The reason is your Apache config file isn't configured to display files from the public_html folder.
Desktop: AMD Athlon(tm) II X3 455 3.3 Ghz | 4 GB RAM | GeForce GT 630
Originally Posted by rafter22 The reason is your Apache config file isn't configured to display files from the public_html folder. On the contrary, it is configured to display web pages from this folder by default. Except for phpMyAdmin that is usually in the folder pointed by Vivianno_Guastalla.
Originally Posted by DaaX On the contrary, it is configured to display web pages from this folder by default. Except for phpMyAdmin that is usually in the folder pointed by Vivianno_Guastalla. That's news to me. Different defaults for different methods of installation? I installed from a tarball in /usr/local and my config file was configured to display everything from htdocs,, until I edited it.
joomla works fine from that folder.
Open a terminal; su - tail -f /var/log/apache2/error_log Keep the terminal open and try to access the phpmyadmin URI, see what errors are printed out on the error_log.
Here are related errors. Code: [Thu Apr 21 11:07:12 2011] [error] [client 127.0.0.1] PHP Warning: require_once(./libraries/Message.class.php): failed to open stream: No such file or directory in /home/user/public_html/phpMyAdmin/libraries/Error.class.php on line 13 [Thu Apr 21 11:07:12 2011] [error] [client 127.0.0.1] PHP Fatal error: require_once(): Failed opening required './libraries/Message.class.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /home/user/public_html/phpMyAdmin/libraries/Error.class.php on line 13
[Thu Apr 21 11:07:12 2011] [error] [client 127.0.0.1] PHP Warning: require_once(./libraries/Message.class.php): failed to open stream: No such file or directory in /home/user/public_html/phpMyAdmin/libraries/Error.class.php on line 13 [Thu Apr 21 11:07:12 2011] [error] [client 127.0.0.1] PHP Fatal error: require_once(): Failed opening required './libraries/Message.class.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /home/user/public_html/phpMyAdmin/libraries/Error.class.php on line 13
Forum Rules