Connect Gantt in a particular host (not in localhost)

Hi :slight_smile:

I’m having a problem with the “data.php” file, where I have the Database configuration lines.

When I have my project in my Localhost, and I fill

$res=mysql_connect(“localhost”,“something”,“something”);
mysql_select_db(“database_name”);

everything goes right.

But when I put my project in a private host, and I fill the lines above, my Gantt doesn’t work. It doesn’t return any error, but It just dont work. :X

Any ideas? Please, it’s urgent ://

Try to load the php file directly in browser, does it show some error info?
You may need to enable error output in php.ini of the problematic host.