I installed mamook and the database. However, I cannot connect to the database. When I run the index.php, I got the following error message: Failed opening 'misc/release_constants.inc' for inclusion (include_path='.;C:\IBserver\php\includes;C:\IBserver\php\pear')Failed opening 'PATH_ADODBadodb.inc.php' for inclusion (include_path='.;C:\IBserver\php\includes;C:\IBserver\php\pear')DB_TYPE not defined. You must define this or use DB_DSN.
Need help to connect to the database.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I believe the problem is that you're trying to run Mamook on a Windows box. Unfortunately, Mamook does not currently run under Windows. All of our paths in Mamook are relative; however, Windows requires that all paths are absolute.
-Chris Chan
Mamook Core Developer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed mamook and the database. However, I cannot connect to the database. When I run the index.php, I got the following error message: Failed opening 'misc/release_constants.inc' for inclusion (include_path='.;C:\IBserver\php\includes;C:\IBserver\php\pear')Failed opening 'PATH_ADODBadodb.inc.php' for inclusion (include_path='.;C:\IBserver\php\includes;C:\IBserver\php\pear')DB_TYPE not defined. You must define this or use DB_DSN.
Need help to connect to the database.
Thanks
Hi,
I believe the problem is that you're trying to run Mamook on a Windows box. Unfortunately, Mamook does not currently run under Windows. All of our paths in Mamook are relative; however, Windows requires that all paths are absolute.
-Chris Chan
Mamook Core Developer