<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html">jobberBase Community - Installation Problem!!</title>
	<link rel="self" href="/forum/rewrite.php"/>
	<updated>2010-02-08T22:15:09Z</updated>
	<generator>FluxBB</generator>
	<id>http://www.jobberbase.com/forum/topic2276-installation-problem.html</id>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8274.html#p8274"/>
			<content type="html">You&#039;re welcome! :)</content>
			<author>
				<name>links</name>
			</author>
			<updated>2010-02-08T22:15:09Z</updated>
			<id>http://www.jobberbase.com/forum/post8274.html#p8274</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8273.html#p8273"/>
			<content type="html">Oooooooooooh links!

Many thanks to you its working now i appreciate your efforts with me thanks a lot my dear.

thanks a lot</content>
			<author>
				<name>Nazeeh</name>
			</author>
			<updated>2010-02-08T22:14:45Z</updated>
			<id>http://www.jobberbase.com/forum/post8273.html#p8273</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8272.html#p8272"/>
			<content type="html">You have 
define(&#039;DB_PREFIX&#039;, &#039;app_&#039;);

Have you followed the steps to add a table prefix from the Installation guide? If not, then you must set the prefix to &#039;&#039;</content>
			<author>
				<name>links</name>
			</author>
			<updated>2010-02-08T22:09:20Z</updated>
			<id>http://www.jobberbase.com/forum/post8272.html#p8272</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8271.html#p8271"/>
			<content type="html">yes dear.</content>
			<author>
				<name>Nazeeh</name>
			</author>
			<updated>2010-02-08T22:07:20Z</updated>
			<id>http://www.jobberbase.com/forum/post8271.html#p8271</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8270.html#p8270"/>
			<content type="html">Did you import the .sql file found in the db folder of the .zip file containing JobberBase?</content>
			<author>
				<name>links</name>
			</author>
			<updated>2010-02-08T22:06:39Z</updated>
			<id>http://www.jobberbase.com/forum/post8270.html#p8270</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8269.html#p8269"/>
			<content type="html">Ok now I have this error:


Fatal error: Call to a member function fetch_assoc() on a non-object in /home/holdi/public_html/app/_includes/class.JobberSettings.php on line 23</content>
			<author>
				<name>Nazeeh</name>
			</author>
			<updated>2010-02-08T22:05:09Z</updated>
			<id>http://www.jobberbase.com/forum/post8269.html#p8269</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8268.html#p8268"/>
			<content type="html">Set the DB_PORT back to 3306, it&#039;s a number, so
define(&#039;DB_PORT&#039;, 3306);

Don&#039;t forget to set it to 3306 both times it appears.</content>
			<author>
				<name>links</name>
			</author>
			<updated>2010-02-08T22:02:47Z</updated>
			<id>http://www.jobberbase.com/forum/post8268.html#p8268</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8267.html#p8267"/>
			<content type="html">if ($_SERVER[&#039;SERVER_NAME&#039;] == &#039;localhost&#039;)
	{
		define(&#039;DB_HOST&#039;, &#039;174.120.97.90&#039;);
		define(&#039;DB_PORT&#039;, &#039;/home/holdi/public_html/app&#039;);
		define(&#039;DB_USER&#039;, &#039;holdi_ibs&#039;);
		define(&#039;DB_PASS&#039;, &#039;&#039;);
		define(&#039;DB_NAME&#039;, &#039;holdi_ibs&#039;);
		define(&#039;DB_PREFIX&#039;, &#039;app_&#039;);
		define(&#039;LOCATION&#039;, &#039;local&#039;);
		define(&#039;ENVIRONMENT&#039;, &#039;dev&#039;);
	}
	// MySQL + misc settings for production environment
	else
	{
		define(&#039;DB_HOST&#039;, &#039;174.120.97.90&#039;);
		define(&#039;DB_PORT&#039;, &#039;/home/holdi/public_html/app&#039;);
		define(&#039;DB_USER&#039;, &#039;holdi_ibs&#039;);
		define(&#039;DB_PASS&#039;, &#039;&#039;);
		define(&#039;DB_NAME&#039;, &#039;holdi_ibs&#039;);
		define(&#039;LOCATION&#039;, &#039;online&#039;);
		define(&#039;DB_PREFIX&#039;, &#039;app_&#039;);
		define(&#039;ENVIRONMENT&#039;, &#039;prod&#039;);
	}</content>
			<author>
				<name>Nazeeh</name>
			</author>
			<updated>2010-02-08T21:50:36Z</updated>
			<id>http://www.jobberbase.com/forum/post8267.html#p8267</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8266.html#p8266"/>
			<content type="html">Could you post here the lines:

	if ($_SERVER[&#039;SERVER_NAME&#039;] == &#039;localhost&#039;)
	{
		define(&#039;DB_HOST&#039;, &#039;localhost&#039;);
		define(&#039;DB_PORT&#039;, 3306);
		define(&#039;DB_USER&#039;, &#039;root&#039;);
		define(&#039;DB_PASS&#039;, &#039;&#039;);
		define(&#039;DB_NAME&#039;, &#039;jobberbase&#039;);
		define(&#039;DB_PREFIX&#039;, &#039;&#039;);
		define(&#039;LOCATION&#039;, &#039;local&#039;);
		define(&#039;ENVIRONMENT&#039;, &#039;dev&#039;);
	}
	// MySQL + misc settings for production environment
	else
	{
		define(&#039;DB_HOST&#039;, &#039;localhost&#039;);
		define(&#039;DB_PORT&#039;, 3306);
		define(&#039;DB_USER&#039;, &#039;root&#039;);
		define(&#039;DB_PASS&#039;, &#039;&#039;);
		define(&#039;DB_NAME&#039;, &#039;jb18&#039;);
		define(&#039;LOCATION&#039;, &#039;online&#039;);
		define(&#039;DB_PREFIX&#039;, &#039;&#039;);
		define(&#039;ENVIRONMENT&#039;, &#039;prod&#039;);
	}

But delete the password :)</content>
			<author>
				<name>links</name>
			</author>
			<updated>2010-02-08T21:47:22Z</updated>
			<id>http://www.jobberbase.com/forum/post8266.html#p8266</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8265.html#p8265"/>
			<content type="html">now I have this error:



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

Warning: mysqli::query() [mysqli.query]: Couldn&#039;t fetch Db in /home/holdi/public_html/app/_includes/class.Db.php on line 72

Warning: mysqli_error() [function.mysqli-error]: Couldn&#039;t fetch Db in /home/holdi/public_html/app/_includes/class.Db.php on line 73

Warning: mysqli::query() [mysqli.query]: Couldn&#039;t fetch Db in /home/holdi/public_html/app/_includes/class.Db.php on line 31

Warning: mysqli_error() [function.mysqli-error]: Couldn&#039;t fetch Db in /home/holdi/public_html/app/_includes/class.Db.php on line 32

Fatal error: Call to a member function fetch_assoc() on a non-object in /home/holdi/public_html/app/_includes/class.JobberSettings.php on line 23</content>
			<author>
				<name>Nazeeh</name>
			</author>
			<updated>2010-02-08T21:42:25Z</updated>
			<id>http://www.jobberbase.com/forum/post8265.html#p8265</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8264.html#p8264"/>
			<content type="html">Do you have error displaying set to On?

In your config.php file you must have a line ini_set(&#039;display_errors&#039;, &#039;Off&#039;); Make sure instead of Off you have On, so ini_set(&#039;display_errors&#039;, &#039;On&#039;);

Do you get an error after you do this? If yes, can you please paste it here?</content>
			<author>
				<name>links</name>
			</author>
			<updated>2010-02-08T21:39:10Z</updated>
			<id>http://www.jobberbase.com/forum/post8264.html#p8264</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8263.html#p8263"/>
			<content type="html">Dear Links

i found mistake in line 22 a have fixed, but now i have white page !!

what i shall do ??</content>
			<author>
				<name>Nazeeh</name>
			</author>
			<updated>2010-02-08T21:35:11Z</updated>
			<id>http://www.jobberbase.com/forum/post8263.html#p8263</id>
		</entry>
		<entry>
			<title type="html">Re: Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8262.html#p8262"/>
			<content type="html">Hi,

Can you please paste here the line 22 from your config.php file?</content>
			<author>
				<name>links</name>
			</author>
			<updated>2010-02-08T21:14:57Z</updated>
			<id>http://www.jobberbase.com/forum/post8262.html#p8262</id>
		</entry>
		<entry>
			<title type="html">Installation Problem!!</title>
			<link rel="alternate" href="http://www.jobberbase.com/forum/post8261.html#p8261"/>
			<content type="html">Hi Dears,

can someone help me please in installation?

-------------------------------------------------------------------
Installation guide:

Parse error: syntax error, unexpected &#039;{&#039; in /XXX/XXX/XXX/config.php on line 101 (note that the line number might differ in your case - this line number is for v1.8 Installs)

This problem appears because you don&#039;t have at least PHP 5. Review the installation guide above to see how can you find out your PHP version and if you don&#039;t have PHP 5, contact your hosting provider.
-------------------------------------------------------------------

but my PHP is 5 !

please check this link www.ibsholding.net/phpinfo.php
PHP Version 5.2.9



and i have this error :
Parse error: syntax error, unexpected &#039;/&#039; in /home/holdi/public_html/app/config.php on line 22


please can someone help me ?

thanks

Nazeeh</content>
			<author>
				<name>Nazeeh</name>
			</author>
			<updated>2010-02-08T20:52:12Z</updated>
			<id>http://www.jobberbase.com/forum/post8261.html#p8261</id>
		</entry>
</feed>

