View Issue Details

IDProjectCategoryView StatusLast Update
0002032mantisbtbugtrackerpublic2003-12-13 05:00
Reporternagli Assigned Toaarjona  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Summary0002032: After install and configuration I could not run the app
Description

I did the installation according to the document you post on the website.
If I try to open the index.php site I am getting the OFF not a constant and g_register_globals not set.

Additional Information

The work around I did was:
Include the following lines at the top of the core_API.php file. That solved so far my problem.

require( "constant_inc.php" );
global $g_register_globals;

comment out the require( "constant_inc.php" ); @ line 33

TagsNo tags attached.

Relationships

duplicate of 0002015 closedaarjona startup (display of login screen) give's up with an empty page 

Activities

aarjona

aarjona

2002-05-24 07:03

reporter   ~0002663

This bug is a duplicate of bug 0002015 and has been fixed in CVS