Community Support for OpenDocMan (Deprecated)

Full Version: Installation on Win XP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am trying to install on Windows XP. I have modified "config.php" as per my environment. But, when I go to install page, installation starts and then stops with the below message:

Checking that templates_c folder is writeable... OK
installing...


Nothing happens after this. I can see there hasn't been any database changes made. What might be the problem?
Following is the database config in 'config.php' file:

$GLOBALS['database'] = 'opendocman'; // Enter the name of the database here
$GLOBALS['user'] = 'root'; // Enter the username for the database
$GLOBALS['pass'] = 'r00t123'; // Enter the password for the username
$GLOBALS['hostname'] = 'localhost'; // Enter the hostname that is serving the database

Thanks in advance.