Guest Posted February 14, 2003 Share Posted February 14, 2003 Hi can anyone please help. Im kinda new to this side of computing. Ive installed mysql, php4.0 and apache they all seem to be working and running ok. I download osscommerce and uploaded it to my apache folder. When I go to http://localhost/catalog/install/index.php I get the following error Fatal error: Failed opening required 'includes/functions/output.php' (include_path='..') in c:program filesapache groupapachehtdocscataloginstallincludesapplication.php on line 30 Can anyone please give me any advice thanks in advance Link to comment Share on other sites More sharing options...
rubygirl Posted February 14, 2003 Share Posted February 14, 2003 are you sure that you completely uploaded the install directory? The directory should read as follows: install install/CVS install/images install/includes install/templates install/index.php install/install.php install/oscommerce.sql install/upgrade.php In the install/includes directory you should find a functions directory and within that directory you should find output.php it looks like your error is telling you that it can't find install/includes/functions/output.php is it there? Link to comment Share on other sites More sharing options...
rdavido Posted February 14, 2003 Share Posted February 14, 2003 I am not too familiar with setup on WinBloze, but if you add the path: c:program filesapache groupapachehtdocscataloginstall as a path in your includes_path directory definition of your php.ini file it should then be able to find it. This is where you define it: ; Windows: "path1;path2" include_path = ".;c:phpincludes;c:program filesapache groupapachehtdocscataloginstall" Likely there is a config file in the c:program filesapache groupapachehtdocscataloginstall directory which you can define to tell the installation app where to look. if someone more knowledgeable with WinBloze setup drops in, feel free to clarify *edit* Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2003 Share Posted February 14, 2003 to start install you type http://localhost/catalog/install/install.php HTH Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.