Hi,
Thanks for the response but I've already managed to solve that problem.
I hadnt typed in anything for the line below in config.inc.php, seemed to fix it.
Code:
/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['-'] = '-'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
I was using rpm btw.
Now I'm on to the next endless amount of problems. When visiting host/phpmyadmin:
Code:
Cannot load mysqli extension. Please check your PHP configuration. - Documentation
Checking the ssh output when trying to fix mysql:
Code:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mbstring.so' - /usr/lib/php/modules/mbstring.so: undefined symbol: second_arg_force_ref in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mysqli.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/mbstring.so' - /usr/lib/php/mbstring.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mcrypt.so' - libmcrypt.so.4: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/mysqli.so' - /usr/lib/php/mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/pdo_mysql.so' - libmysqlclient.so.15: cannot open shared object file: No such file or directory in Unknown on line 0
[PHP Modules]
Ive checked the extension_dir, included extensions / uncommented existing ones but didnt fix the problem. In the file 'ld.so' I've tried to include
Code:
include ./usr/lib/mysql/libmysqlclient_r.so.15.00
include ./usr/lib/mysql/libmysqlclient_r.so.15
But is this the proper file / setup for including these types of libraries?
Cheers for the help