<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: activeCollab failed to connect to the database.</title>
  <link>http://www.activecollab.com/forums/topic/1899/</link>
  <description>Recent posts on topic: activeCollab failed to connect to the database.</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 30 Aug 2008 07:37:51 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/8948/#post8948</link>
    <guid>http://www.activecollab.com/forums/post/8948/#post8948</guid>
    <title>Post #4 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi,<br />
<br />
I still think that problem with database connect parameters. Here is a small snippet that will try to connect to database:<br />
<br />
&lt;?php<br />
  $conn = mysql_connect('host', 'user', 'pass') or die('Error connecting to mysql');<br />
  mysql_select_db('name') or die('Database does not exist');<br />
  print 'All OK!';<br />
?&gt;<br />
<br />
Replace host, user, pass and name values. Save it as test.php and execute it. If it says All OK your connection parameters are OK. If not than you have them wrong :)</p>]]></description>
    <pubDate>Tue, 25 Sep 2007 02:13:55 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8945/#post8945</link>
    <guid>http://www.activecollab.com/forums/post/8945/#post8945</guid>
    <title>Post #3 by manuel</title>
    <dc:creator>manuel</dc:creator>
    <description><![CDATA[<p>Thanks Ilija i check the database server is runing and the parameters in the file config.php and they are ok, the only i see is this:<br />
<br />
in my parameters say...define('DEBUG', false);...but in the file empty.config.php say true, i see that and change my parameter to true, well when i go to the starter page this show a new error:<br />
<br />
Error (DBConnectError)<br />
Failed to connect to database<br />
Error params:<br />
File: 	/home/se000255/public_html/activecollab/environment/library/database/adapters/MysqlDBAdapter.class.php<br />
Line: 	32<br />
Backtrace:<br />
#0 /home/se000255/public_html/activecollab/environment/library/database/adapters/AbstractDBAdapter.class.php(40): MysqlDBAdapter-&gt;connect(Array)<br />
#1 /home/se000255/public_html/activecollab/environment/library/database/DB.class.php(93): AbstractDBAdapter-&gt;__construct(Array)<br />
#2 /home/se000255/public_html/activecollab/environment/library/database/DB.class.php(64): DB::connectAdapter('mysql', Array)<br />
#3 /home/se000255/public_html/activecollab/init.php(104): DB::connect('mysql', Array)<br />
#4 /home/se000255/public_html/activecollab/index.php(9): require('/home/se000255/...')<br />
#5 {main}<br />
Autoglobal varibles:<br />
$_GET: 	<br />
$_POST: 	<br />
$_COOKIE: 	Array (<br />
  ['menu_basedatos'] =&gt; (string) '1'<br />
  ['__utmz'] =&gt; (string) '269141414.1190493855.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)'<br />
  ['__utma'] =&gt; (string) '269141414.1299044317.1190493855.1190493855.1190493855.1'<br />
  ['PHPSESSID'] =&gt; (string) '2aae7930d86ae9cae447974baf9ebfed'<br />
)<br />
$_SESSION: 	<br />
Execution time:<br />
Total execution time: 0.096987 seconds<br />
<br />
sorry i try whit this bud i not understand, thanks for your help, really i liked use your soft</p>]]></description>
    <pubDate>Mon, 24 Sep 2007 20:02:50 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8914/#post8914</link>
    <guid>http://www.activecollab.com/forums/post/8914/#post8914</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>It means that activeCollab cannot connect to database with connection parameters you supplied.<br />
<br />
1. Make sure that your database server is up and running<br />
2. Make sure that database connection parameters are valid (you can find them in config.php)</p>]]></description>
    <pubDate>Sat, 22 Sep 2007 16:23:30 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8912/#post8912</link>
    <guid>http://www.activecollab.com/forums/post/8912/#post8912</guid>
    <title>Post #1 by manuel</title>
    <dc:creator>manuel</dc:creator>
    <description><![CDATA[<p>Hi, the install its ok bud when go to the start page show this message<br />
<br />
&quot;Error<br />
We are sorry, but activeCollab failed to connect to the database. Error report has been sent to the administrator so problem should be resolved soon.&quot;<br />
<br />
what it is?</p>]]></description>
    <pubDate>Sat, 22 Sep 2007 15:20:20 CDT</pubDate>
  </item>
</channel>
</rss>