Forum Replies Created
- 
		
			
In reply to: DB access problem in the first installation step.Well, I did change to “mysqli” on line 80 in db-mysqli.php. Those latter warnings appeared during Step2 in the installation process, and is related to line 6 in upgrade-schema.php. I have changed line 6 to if ( version_compare($this->$dbhname, '4.1.0', '>=') )but still get this warning: Warning: mysqli_get_server_info() expects exactly 1 parameter, 0 given in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-admin/upgrade-schema.php on line 6 PS. When I added $this->$dbhname inbetween the brackets “mysqli_get_server_info()” I got a fatal error during installation. In reply to: DB access problem in the first installation step.Fine, now the first step of the installation works. During the second step the following warnings appear: Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'nicuuorg'@'localhost' (using password: NO) in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-admin/upgrade-schema.php on line 6
 
 Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-admin/upgrade-schema.php on line 6But the forums seems to run ok now! In reply to: DB access problem in the first installation step.The first warning disappeared! Only three warnings left: Warning: mysqli_get_server_info() expects exactly 1 parameter, 0 given in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/db-mysqli.php on line 80
 
 Warning: Cannot modify header information - headers already sent by (output started at /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/db-mysqli.php:80) in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-admin/install.php on line 10
 
 Warning: Cannot modify header information - headers already sent by (output started at /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/db-mysqli.php:80) in /home/nicuuorg/public_html/neonatologyforparents/wp/bbp/bb-includes/functions.php on line 1898In reply to: DB access problem in the first installation step.Will try this later today. Seems like a solution! In reply to: DB access problem in the first installation step.Absolutely! The DB has a password and I wrote it correctly in the config-file. I just read in another thread about other people experiencing the same problem, here: I have this problem… I posted a thread about it before I read this discussion. Help is appreciated!