grumster Posted October 9, 2002 Posted October 9, 2002 :? 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
♥Loaded Commerce Posted October 10, 2002 Posted October 10, 2002 does the file: includes/configure. exist? Best Regards, Salvatore Iozzia Loaded Commerce - Oscommerce - All Loaded Up.
grumster Posted October 10, 2002 Author Posted October 10, 2002 Yep, The configure.php file is in the right place..
Oldeman Posted October 11, 2002 Posted October 11, 2002 I have the same problem.........anyone able to help???? Regards, Liesbeth
Antipas Posted October 11, 2002 Posted October 11, 2002 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.....
Ian-San Posted October 11, 2002 Posted October 11, 2002 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
grumster Posted October 11, 2002 Author Posted October 11, 2002 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
♥Loaded Commerce Posted October 11, 2002 Posted October 11, 2002 Do other php includes function correctly on your account? Best Regards, Salvatore Iozzia Loaded Commerce - Oscommerce - All Loaded Up.
grumster Posted October 11, 2002 Author Posted October 11, 2002 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?
Oldeman Posted October 11, 2002 Posted October 11, 2002 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
troglos Posted October 18, 2002 Posted October 18, 2002 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.