2
« on: December 15, 2002, 11:49:02 PM »
I've searched the forums and have seen a few topics that seem similiar to mine, but have been unable to find a solution.
I have done several complete installs and each time have had the same problem. I am able to view the home page (index.php). I can login from the homepage and get to the lightbox sections and user control panel, but I am unable to get any of the admin pages to load (/admin/index.php). I've tried both following the link from the user control panel and typing the URL in directly. The HTML HEAD/TITLE and BODY tags along with quite a bit of javascript funtions are being parsed out, but the actual BODY tags contain nothing, leaving the page blank.
I HAVE downloaded the settings423.zip update and added it.
I HAVE double checked my permissions.
I HAVE removed my install.php and updateX.php files
I HAVE double checked my config.php:
$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "mydb";
$db_user = "myuser";
$db_password = "mypass";
$table_prefix = "4images_";
define('4IMAGES_ACTIVE', 1);
I am running PHP 4.2.3 with Apache 2.0.43 and MYSQL 3.23.52 on FreeBSD 4.7-STABLE.
Any help would be appreciated.