Topic: Install Issue - Tricky Problem!?
Hi there,
we are running our website www.sinojobs.de very successfull. Now we are going to start a new page www.sinojobs.co.uk
This domain is hold by a domain service company, while the webspace is on an another account: http://wp1148156.wp155.webpack.hosteuro
inojobsuk/ There is a forward set up to connect both.
Now after having installed Jobberbase, I see the following screen:
--------------------------------------------------------------------------------------------
Warning: mysqli::mysqli() expects parameter 5 to be long, string given in /is/htdocs/wp1148156_S2ZW3VJZ68/www/004sinojobsuk/_includes/class.Db.php on line 20
Warning: mysqli::query() [mysqli.query]: Couldn't fetch Db in /is/htdocs/wp1148156_S2ZW3VJZ68/www/004sinojobsuk/_includes/class.Db.php on line 72
Warning: mysqli_error() [function.mysqli-error]: Couldn't fetch Db in /is/htdocs/wp1148156_S2ZW3VJZ68/www/004sinojobsuk/_includes/class.Db.php on line 73
Warning: mysqli::query() [mysqli.query]: Couldn't fetch Db in /is/htdocs/wp1148156_S2ZW3VJZ68/www/004sinojobsuk/_includes/class.Db.php on line 31
Warning: mysqli_error() [function.mysqli-error]: Couldn't fetch Db in /is/htdocs/wp1148156_S2ZW3VJZ68/www/004sinojobsuk/_includes/class.Db.php on line 32
Fatal error: Call to a member function fetch_assoc() on a non-object in /is/htdocs/wp1148156_S2ZW3VJZ68/www/004sinojobsuk/_includes/class.JobberSettings.php on line 23
--------------------------------------------------------------------------------------------
Of course I have read all the post about this issue, but I am not able to solve this problem.
The config file looks like this:
--------------------------------------------------------------------------------------------
// live (http://www.yourjobberbasedomain.com)
$__instances['live'] = array(
'prefix' => 'sinojobs.co.uk',
'db_host' => 'www.sinojobs.co.uk',
'db_port' => 3306,
'db_user' => 'xxx',
'db_password' => 'xxx',
'db_name' => 'xxx',
'db_prefix' => '',
'app_url' => 'http://www.sinojobs.co.uk/',
'ini_error_reporting' => E_ALL,
'ini_display_errors' => 'On',
'location' => 'online',
'environment' => 'prod',
'rewrite_mode' => 'apache_mod_rewrite'
);
--------------------------------------------------------------------------------------------
Maybe some of you have an idea how to solve?
Thank you very much in advance!
Dirk