Topic: I really just want to pay someone to install this for me
I have been at this installation for 12 hours plus trying different things and nothing is working. my installation is in a subfolder called "jobs" and my config.evns.php looks like this:
// live (http://www.yourjobberbasedomain.com)
$__instances['live'] = array(
'prefix' => 'example.com',
'db_host' => 'www.tatesjourney.com',
'db_port' => 3306,
'db_user' => 'XXXX',
'db_password' => 'XXXX',
'db_name' => 'jobberbase',
'db_prefix' => '',
'app_url' => 'http://www.tatesjourney.com/jobs/',
'ini_error_reporting' => E_ALL,
'ini_display_errors' => 'on',
'location' => 'online',
'environment' => 'prod',
'rewrite_mode' => 'apache_mod_rewrite'
);
but I keep getting the error messages:
Warning: mysqli::mysqli() expects parameter 5 to be long, string given in /hermes/bosweb/web281/b2810/sl.moses3815/public_html/jobs/_includes/class.Db.php on line 20
Warning: mysqli::query() [mysqli.query]: Couldn't fetch Db in /hermes/bosweb/web281/b2810/sl.moses3815/public_html/jobs/_includes/class.Db.php on line 72
Warning: mysqli_error() [function.mysqli-error]: Couldn't fetch Db in /hermes/bosweb/web281/b2810/sl.moses3815/public_html/jobs/_includes/class.Db.php on line 73
Warning: mysqli::query() [mysqli.query]: Couldn't fetch Db in /hermes/bosweb/web281/b2810/sl.moses3815/public_html/jobs/_includes/class.Db.php on line 31
Warning: mysqli_error() [function.mysqli-error]: Couldn't fetch Db in /hermes/bosweb/web281/b2810/sl.moses3815/public_html/jobs/_includes/class.Db.php on line 32
Fatal error: Call to a member function fetch_assoc() on a non-object in /hermes/bosweb/web281/b2810/sl.moses3815/public_html/jobs/_includes/class.JobberSettings.php on line 23
what am doing wrong? I would really appreciate some help. Thanks in advance.