andytroy Posted December 6, 2004 Posted December 6, 2004 Hi, I've installed oscommerce 2.2m2. It works perfectly.. but still have a problem (big one!) in admin, modules. When I try to acces the modules section in the admin I have an error like: Warning: main(/[path to my hosting space]/webroot/catalog/includes/languages/english/modules/payment/authorizenet.php): failed to open stream: No such file or directory in \\[path to my hosting space]\webroot\catalog\admin\modules.php on line 128 Please, any ideas? Thanks A.
Guest Posted December 6, 2004 Posted December 6, 2004 Andrea, Did you check to see if that file exists? ed
andytroy Posted December 7, 2004 Author Posted December 7, 2004 Andrea, Did you check to see if that file exists? ed <{POST_SNAPBACK}> Yes, the file exist, and the path looks correct. Oscommerce runs on a windows server (Brinkster professional hosting). AT the moment the modules are disappeared also from the catlog. So you can "buy" something but the "payment module" looks empty. Big trouble for me!! :( Thanks
Johnny? Posted December 7, 2004 Posted December 7, 2004 I have exactly the same problem. I think it might be a permissions error on certain folders. I will find out which folders need which permissions and get back to you. I'm working on it right now! You know how to change the folder CHMOD properties?
andytroy Posted December 7, 2004 Author Posted December 7, 2004 I have exactly the same problem. I think it might be a permissions error on certain folders. I will find out which folders need which permissions and get back to you. I'm working on it right now! You know how to change the folder CHMOD properties? <{POST_SNAPBACK}> I think you can set the CHMOD properties via your FTP client. Usually right clicking the folder. I think you have to set the CHMOD to 666 (means RW-RW-RW so all the permissions to write and read). But those are tipacally for a Unix/linux server, windows have different rules. Hope you can solve the problem... please let me know. Thanks Andrea
Johnny? Posted December 7, 2004 Posted December 7, 2004 well i found this Directory Permission Level /admin/includes chmod 755 /catalog/includes chmod 755 /admin/includes/configure.php chmod 777 /catalog/includes/configure.php chmod 777 /catalog/images chmod 777 I dont know if this is just for installation? can a team member help or put us out of our misery please? :blink: I can't change them as i'm on a windows server, I'll have to ask my ISP to do it, but i can see that my permissions aren't set as these are above :( Let me know if this helped?
andytroy Posted December 7, 2004 Author Posted December 7, 2004 well i found this I dont know if this is just for installation? can a team member help or put us out of our misery please? :blink: I can't change them as i'm on a windows server, I'll have to ask my ISP to do it, but i can see that my permissions aren't set as these are above :( Let me know if this helped? <{POST_SNAPBACK}> OK I was wrong. All permissions are with 777 (not 666). I've find out a tutorial for setting this via FTP Client (http://www.stadtaus.com/en/tutorials/chmod-ftp-file-permissions.php). But, once again, I think this works only in an unix environment. Any one have Ideas? Thanks a lot. Andrea
andytroy Posted December 11, 2004 Author Posted December 11, 2004 Hi, I've installed oscommerce 2.2m2. It works perfectly.. but still have a problem (big one!) in admin, modules. When I try to acces the modules section in the admin I have an error like: Warning: main(/[path to my hosting space]/webroot/catalog/includes/languages/english/modules/payment/authorizenet.php): failed to open stream: No such file or directory in \\[path to my hosting space]\webroot\catalog\admin\modules.php on line 128 Please, any ideas? Thanks A. <{POST_SNAPBACK}> Problem SOLVED!!! I've find out finally!! :rolleyes: The path was: /[path to my hosting space]/webroot/catalog/includes/languages/english/modules/payment/authorizenet.php): failed to open stream: No such file or directory in \\[path to my hosting space]\webroot\catalog\admin\modules.php on line 128 This is WRONG! The right path is //[path to my hosting space]/webroot/catalog/includes/languages/english/modules/payment/authorizenet.php) It means: i've just added a / in the configuration files (configure.php in both: CATALOG/INCLUDES and ADMIN/INCLUDES directories) and IT WORKS!!!! :D :D
scottjk93 Posted February 26, 2005 Posted February 26, 2005 I am on Brinkster as well. Thanks for pointing that out. I was having the same issues!!! Problem SOLVED!!! I've find out finally!! :rolleyes: The path was: /[path to my hosting space]/webroot/catalog/includes/languages/english/modules/payment/authorizenet.php): failed to open stream: No such file or directory in \\[path to my hosting space]\webroot\catalog\admin\modules.php on line 128 This is WRONG! The right path is //[path to my hosting space]/webroot/catalog/includes/languages/english/modules/payment/authorizenet.php) It means: i've just added a / in the configuration files (configure.php in both: CATALOG/INCLUDES and ADMIN/INCLUDES directories) and IT WORKS!!!! :D :D <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.