<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>jobberBase Community - Installation Problem!!</title>
		<link>http://www.jobberbase.com/forum/topic2276-installation-problem.html</link>
		<description>The most recent posts in Installation Problem!!.</description>
		<lastBuildDate>Mon, 08 Feb 2010 22:15:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8274.html#p8274</link>
			<description>You&#039;re welcome! :)</description>
			<author>dummy@example.com (links)</author>
			<pubDate>Mon, 08 Feb 2010 22:15:09 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8274.html#p8274</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8273.html#p8273</link>
			<description>Oooooooooooh links!

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

thanks a lot</description>
			<author>dummy@example.com (Nazeeh)</author>
			<pubDate>Mon, 08 Feb 2010 22:14:45 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8273.html#p8273</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8272.html#p8272</link>
			<description>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;</description>
			<author>dummy@example.com (links)</author>
			<pubDate>Mon, 08 Feb 2010 22:09:20 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8272.html#p8272</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8271.html#p8271</link>
			<description>yes dear.</description>
			<author>dummy@example.com (Nazeeh)</author>
			<pubDate>Mon, 08 Feb 2010 22:07:20 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8271.html#p8271</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8270.html#p8270</link>
			<description>Did you import the .sql file found in the db folder of the .zip file containing JobberBase?</description>
			<author>dummy@example.com (links)</author>
			<pubDate>Mon, 08 Feb 2010 22:06:39 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8270.html#p8270</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8269.html#p8269</link>
			<description>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</description>
			<author>dummy@example.com (Nazeeh)</author>
			<pubDate>Mon, 08 Feb 2010 22:05:09 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8269.html#p8269</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8268.html#p8268</link>
			<description>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.</description>
			<author>dummy@example.com (links)</author>
			<pubDate>Mon, 08 Feb 2010 22:02:47 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8268.html#p8268</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8267.html#p8267</link>
			<description>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;);
	}</description>
			<author>dummy@example.com (Nazeeh)</author>
			<pubDate>Mon, 08 Feb 2010 21:50:36 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8267.html#p8267</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8266.html#p8266</link>
			<description>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 :)</description>
			<author>dummy@example.com (links)</author>
			<pubDate>Mon, 08 Feb 2010 21:47:22 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8266.html#p8266</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8265.html#p8265</link>
			<description>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</description>
			<author>dummy@example.com (Nazeeh)</author>
			<pubDate>Mon, 08 Feb 2010 21:42:25 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8265.html#p8265</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8264.html#p8264</link>
			<description>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?</description>
			<author>dummy@example.com (links)</author>
			<pubDate>Mon, 08 Feb 2010 21:39:10 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8264.html#p8264</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8263.html#p8263</link>
			<description>Dear Links

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

what i shall do ??</description>
			<author>dummy@example.com (Nazeeh)</author>
			<pubDate>Mon, 08 Feb 2010 21:35:11 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8263.html#p8263</guid>
		</item>
		<item>
			<title>Re: Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8262.html#p8262</link>
			<description>Hi,

Can you please paste here the line 22 from your config.php file?</description>
			<author>dummy@example.com (links)</author>
			<pubDate>Mon, 08 Feb 2010 21:14:57 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8262.html#p8262</guid>
		</item>
		<item>
			<title>Installation Problem!!</title>
			<link>http://www.jobberbase.com/forum/post8261.html#p8261</link>
			<description>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</description>
			<author>dummy@example.com (Nazeeh)</author>
			<pubDate>Mon, 08 Feb 2010 20:52:12 +0000</pubDate>
			<guid>http://www.jobberbase.com/forum/post8261.html#p8261</guid>
		</item>
	</channel>
</rss>

