agentphoenix / simm-ms

Automatically exported from code.google.com/p/simm-ms
0 stars 0 forks source link

Navigation to main page (root/index.php) results in error #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When performing a standard installation navigating to the main page results
in a "No such file or directory in /home/brian/public_html/index.php on
line 20 error" (or blank page if display_errors is turned off).

STEPS TO RECREATE:
1. Standard Installation

FIX:

1. Rename framework/dbconnect.php to framework/dbConnect.php (Simple case
sensitivity issue).

Original issue reported on code.google.com by david.va...@gmail.com on 3 Jun 2008 at 6:49

GoogleCodeExporter commented 9 years ago
The fix is actually the other way around. If you're gonna fix it yourself, best 
to
change the index.php reference since a handful of other pages reference that 
file
correctly. Changing the name of the file could have unwanted consequences.

Original comment by david.va...@gmail.com on 3 Jun 2008 at 6:49

GoogleCodeExporter commented 9 years ago
Fixed in r579.

Original comment by david.va...@gmail.com on 7 Jun 2008 at 5:44