by capchap » Sat Aug 16, 2014 6:34 am
help...
I broke soomething...
I wasnt able to get php5.3 working, so I decided to go back to php5.5 and work on another project and come back to php53 later if I dont puchase ioncube loader (they offered to do the whole thing and deliver a working version for 5.5.15.
anyway...
I reinstalled php, mysql, phpmyadmin and corrected the conflicst (php-apache & php-embed) and the server is back on 5..5.15, but I cant get phpMyAdmin to run
i checked the config file for myadmin in the /etc/httpd/extra as well as made sure its included in http.conf
httpd.conf was edited to include the mysqli.so and mcrypt.so files, and maybe a few other things I forgot to mention...
when I try to load it in my browser I get a blank page...web-console is reporting a 500 internal server error.
phpinfo works, webmin works, so it has to be something I didnt pick up with reinstalling phpmyadmin
What do I need to do to fix it? I have doe everything I can find (That I understand to be relevant) short of:
$this->bbcode_second_pass_code('', 'pacman -R php, php-apache mysql myphpadmin')
I really dont want to go that route if there is a simpler solution.
I (think) I have reviewed all the relevant conf files and it still give 500 internal server error
review of log files says:
$this->bbcode_second_pass_code('', '[Sat Aug 16 02:10:57.014373 2014] [:error] [pid 843] [client 192.168.10.4:65168] PHP Warning: Unknown: open_basedir restriction in effect. File(/usr/share/webapps/phpMyAdmin/index.php) is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/) in Unknown on line 0')
I have tried to read and understand wiki php and wiki phpmyadmin.
But I know I missed something because it used to work.
Thanks for help