thiur / jobberbase

Automatically exported from code.google.com/p/jobberbase
MIT License
0 stars 0 forks source link

DB Connection Error #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I setup the jobberbase portal in kariyer.agg.org.tr .Config file is true but I 
take this errors.I have a reseller account and my reseller knowledges: 
http://www.hostgator.com/resellers.shtml . 

Warning: mysqli::mysqli() expects parameter 5 to be long, string given in 
/home/aggorgtr/public_html/kariyer/_includes/class.Db.php on line 20

Warning: mysqli::query() [mysqli.query]: Couldn't fetch Db in 
/home/aggorgtr/public_html/kariyer/_includes/class.Db.php on line 72

Warning: mysqli_error() [function.mysqli-error]: Couldn't fetch Db in 
/home/aggorgtr/public_html/kariyer/_includes/class.Db.php on line 73

Warning: mysqli::query() [mysqli.query]: Couldn't fetch Db in 
/home/aggorgtr/public_html/kariyer/_includes/class.Db.php on line 31

Warning: mysqli_error() [function.mysqli-error]: Couldn't fetch Db in 
/home/aggorgtr/public_html/kariyer/_includes/class.Db.php on line 32

Fatal error: Call to a member function fetch_assoc() on a non-object in 
/home/aggorgtr/public_html/kariyer/_includes/class.JobberSettings.php on line 23

Thanks.

Original issue reported on code.google.com by suleyman...@gmail.com on 22 Nov 2010 at 11:48

GoogleCodeExporter commented 9 years ago
I'm also getting the same problem.... plz help me

Original comment by fbrai...@gmail.com on 20 Jan 2011 at 5:53

GoogleCodeExporter commented 9 years ago
Me too...anyone reading these?  I am installing to jobs.mydomain.com and I see 
others are using a subdomain as well.  I suspect it has something to do with 
that.

Original comment by troyhu...@gmail.com on 20 Feb 2011 at 6:13

GoogleCodeExporter commented 9 years ago
Have you solved it?

Original comment by talos.cr...@gmail.com on 8 Dec 2011 at 3:58

GoogleCodeExporter commented 9 years ago
just delete the 5th parameter is OK

Original comment by bmgwego...@gmail.com on 10 Jan 2012 at 5:02

GoogleCodeExporter commented 9 years ago
http://www.jobberbase.com/forum/post13375.html#p13375

Original comment by mobr...@gmail.com on 7 Feb 2012 at 8:25

GoogleCodeExporter commented 9 years ago
I also have the same problem with my domain http://www.gtrjobs.co.za Ithave 
followed the good information the link provided above but the problem still 
persists. I need more help

Original comment by ronaldlu...@gmail.com on 3 Oct 2012 at 4:42

GoogleCodeExporter commented 9 years ago
if your prefix is like www.google.com. Then just remove www. so finally your 
prefix will look like google.com 

Goodluck :) 

Original comment by muhammad...@bitsym.com on 20 May 2013 at 7:18

GoogleCodeExporter commented 9 years ago
Here's a patch that fixes this issue:
https://github.com/rimas-kudelis/jobberbase/commit/0282965d21464601001905be63f0e
06dbb838b91

it tells JobberBase to exit with a clearly understandable error message in case 
no instance is chosen to be run.

Original comment by rim...@gmail.com on 20 Sep 2013 at 9:07