Forums / Installing on a Linux/Unix Server / New installation error message trying to access admin section

New installation error message trying to access admin section

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
25 Apr 2008, 01:00
#1
flipfloptreasures avatar

flipfloptreasures

New Zenner

Join Date:
Apr 2008
Posts:
1
Plugin Contributions:
0

New installation error message trying to access admin section

Hello,

I just installed the newest version of Zen Cart, the root of the site is working correctly http://www.flipfloptreasures.com/test

however after installation where it gives you two options either to view store or admin section, when trying to go to the admin section I am receiving this error message:

Fatal error: Call to a member function Execute() on a non-object in /mnt/w0202/d05/s04/b02c422c/www/flipfloptreasures.com/test/admin/includes/init_includes/init_db_config_read.php on line 13

from the file: init_db_config_read.php

<?php
/**
* read the configuration settings from the db
*
* see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details.
*
* @package initSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: init_db_config_read.php 2753 2005-12-31 19:17:17Z wilt $
*/
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}

please let me know what I need to do to fix this error so that we can continue setting up our store.

Sincerely,
David
25 Apr 2008, 03:51
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: New installation error message trying to access admin section

It would seem that you're missing one or more files in your /includes/ folder.
Sometimes FTP programs encounter timeouts and leave files in incomplete states or missing altogether.
I suggest a full re-upload using an FTP program that will tell you when something fails to upload properly.