Hi Guys,
IM getting the below issue
"There is a white page after I submit my database settings"
The wiki says to
"Check that the Apache mysql module is installed and is being loaded."
How do i do this? Im using apache 2.2, mysql and php are also installed im running a centOS vps.
I appears that the module isnt loaded as ive checked the httpd.conf file but how would i go about loading it...
Thanks for any reply's!
Circos
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Cash@costelloc
Cash - 0 likes
- Ciaran@Circos
Ciaran - 0 likes
- Ciaran@Circos
Ciaran - 0 likes
- Cash@costelloc
Cash - 0 likes
- Ciaran@Circos
Ciaran - 0 likes
- Cash@costelloc
Cash - 0 likes
- Ciaran@Circos
Ciaran - 0 likes
- Cash@costelloc
Cash - 0 likes
- Ciaran@Circos
Ciaran - 0 likes
You must log in to post replies.In .htaccess, set display errors to 1. You can also create a page with phpinfo() to see what extensions are loaded for php.
thanks for the reply i got this
Fatal error: Call to undefined function mysql_connect() in /home/admin/circos/elgg/engine/lib/database.php on line 51
any ideas..
extension=mysql.so is active in the php ini file...just seems like it wont get the info from the database
That error means the extension is not being loaded. You can use phpinfo() to check this. If you have recently changed your php.ini, make sure you restart your web server.
I have phpinfo up and it seems like the php.ini file reference is wrong..its not the one for site i have up. Theres no reference to MySQL.so in it either
Well, you need to find the right php.ini file.
i have the right one, so i just need to change the pointer to that ini file instead, probably in the httpd.conf file im guessing..
No, it is a compile time option for php. You need to find the right php.ini file and edit that one.
Ok, so just put the data in the other ini file in the one its referencing?
Ill try that.
Thanks for all your help!