carrzkiss Posted May 29, 2003 Posted May 29, 2003 Hello All; After a really bad Server crash, I am now starting to put the OSC Sites back on the server again. And on the First Store, I have hit a Brick Wall, that I have never seen before?? Running OSC 2.2 MS1 Newest Versions of (PHP & MySQL) WinNT 4.0 Server SP 6a. All avialble Updates. OK>>> The web URL so that you can all check it out. http://www.sloanswelding.com/catalog/insta...all/install.php Now the Fatal Error Fatal error: Failed opening required 'includes/functions/general.php' (include_path='c:php4pear') in G:InetpubwwwrootSloansWeldingcataloginstallincludesapplication.php on line 28 I have looked all over the files, and cannot find nothing wrong, The only really bad thing that I see is>>>> include_file='c:php4Pear' This Path is wrong. include_file='c:php This is the actual address. Could someone please let me know what is going on please. I have 4 stores that need to get back up, and allot of work ahead of me. Take Care All; Wayne Carrz-Fox-Fire Promotions Thank You Wayne & Carr Barron
Harald Ponce de Leon Posted May 29, 2003 Posted May 29, 2003 Looking at the default values: ; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" ; ; Windows: "path1;path2" ;include_path = ".;c:phpincludes" It looks like you're missing the .: or .; part which means the current directory. Use .: for Unix, and .; for Windows. , osCommerce
Harald Ponce de Leon Posted May 29, 2003 Posted May 29, 2003 I forgot to mention, remember to restart your webserver when making changes to the php.ini file :) , osCommerce
carrzkiss Posted May 29, 2003 Author Posted May 29, 2003 ; Windows: "path1;path2" ;include_path = ".;c:phpincludes" These are set properly ???? Anything else that I can check out please?? (This php.ini File, is a backup file from a Floppy Disk. So it is still set To the original, back with the server was running the stores before.) Thank You But need something else checked now Wayne Carrz-Fox-Fire Promotions Thank You Wayne & Carr Barron
carrzkiss Posted May 30, 2003 Author Posted May 30, 2003 I got it working. I had to reinstall my "PHP 4.3.2" And all is well :-) YEA!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Wayne Carrz-Fox-Fire Promotions Thank You Wayne & Carr Barron
Recommended Posts
Archived
This topic is now archived and is closed to further replies.