mattnewmedia Posted January 13, 2005 Posted January 13, 2005 As an example, I'm on the "My Store" screen and I am trying to edit the store name. I click on "EDIT" and the page just reloads. The only other thing that may have something to do with it is that on the bottom of the page I have a PHP Warning that reads... PHP Warning: main(includes/languages/english/) [function.main]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\wah\store\catalog\admin\includes\application_top.php on line 133 PHP Warning: main() [function.include]: Failed opening 'includes/languages/english/' for inclusion (include_path='.;c:\php\pear') in c:\Inetpub\wwwroot\wah\store\catalog\admin\includes\application_top.php on line 133 I have looked at every post I can find about PEAR and how to install it. Everything looks fine on my end. Frustrating. Many thanks to whomever can help me!! -Matt
mattnewmedia Posted January 13, 2005 Author Posted January 13, 2005 I fixed the PHP Warning. So now I'm just trying to figure out why I can't edit in the Admin section even though I click on "EDIT". Currently, the page just reloads.
mattnewmedia Posted January 13, 2005 Author Posted January 13, 2005 Figured it out. This storefront does not work in PHP5.
♥Vger Posted January 14, 2005 Posted January 14, 2005 Not actually ttrue. The only change required to make osCommercw work with php5 is in admin/includes/classes/upload.php. On line 31 where it says $this change it to //$this If your site had been on a Linux or Unix server the error message you'd have seen would have told you what to do. Unfortunately you're on a Windows server and the error message has nothing to do with the actual problem. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.