Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installed but getting error


grumster

Recommended Posts

Posted

:?

 

Hi,

 

I have installed successfully but I am getting the following errors:

 

When trying to load the catalog or admin I get:

 

Failed opening required 'includes/configure.php' (include_path='.:/usr/local/lib/php') in /home/it-game/public_html/catalog/includes/application_top.php on line 32

 

Any help would be appreciated

 

Thanks

Posted

did you chmod the file?

 

/admin/includes/configure.php chmod 644

/catalog/includes/configure.php chmod 644

Got Geek? Smash forehead on keyboard to continue.....

Posted
Failed opening required 'includes/configure.php' (include_path='.:/usr/local/lib/php') in /home/it-game/public_html/catalog/includes/application_top.php on line 32

 

configure.php is essential so it is 'required' not just 'included'. As you have an error in your configure.php file, application_top could not open it so execution stops.

 

You need to carefully check you configure.php. Make sure you have set it up correctly.

Ian-san

Flawlessnet

Posted
did you chmod the file?

 

/admin/includes/configure.php chmod 644

/catalog/includes/configure.php chmod 644

 

Yep the file is set to chmod 644

Posted
Do other php includes function correctly on your account?

 

This seems to have sorted itself out and now I am getting the other error which I have posted on the board which is:

 

Parse error: parse error, unexpected T_STRING in /home/it-game/public_html/catalog/includes/application_top.php on line 47

 

Fatal error: Failed opening required 'DIR_WS_LANGUAGES/FILENAME_DEFAULT' (include_path='.:/usr/local/lib/php') in /home/it-game/public_html/catalog/default.php on line 33

 

 

Any ideas?

Posted

The problem has been solved...........

 

I just have removed the site completely and installed it again on the server according the instruction in the manual :wink:

 

Now, everything is working fine!

 

Liesbeth

Posted

Hi guys, hope you can help me.

I configured the "application_top.php" file as follows:

 

<?

if (file_exists('includes/local/configure.php')) {

include('includes/local/configure.php');

if ((!defined(CONFIGURE_STATUS_COMPLETED)) && (CONFIGURE_STATUS_COMPLETED != '1')) { // File not read properly

die('File configure.php was not found or was improperly formatted, contact webmaster of this domain.<br>The configuration file in catalog/includes/local/configure.php was not properly formatted.<br> <br>Please add the following to that file:<br> <br>define('CONFIGURE_STATUS_COMPLETED', '1');');

}

}

 

// for internal use until final v1.0 version is ready

define('PROJECT_VERSION', 'Preview Release 2.1');

 

// define our webserver variables

// FS = Filesystem (physical)

// WS = Webserver (virtual)

define('HTTP_SERVER', 'http://localhost');

define('HTTPS_SERVER', 'https://localhost');

 

 

 

 

but I still have this message:

 

Failed opening 'includes/include_once.php' for inclusion (include_path='c:php4pear')

 

My root directory is: c:/programmi/apache group/apache/test

 

 

I think the settings are ok, but... something's wrong.

Heeeelp!

Thanx a lot.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...