Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems with MODULES


andytroy

Recommended Posts

Posted

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.

Posted

Andrea,

 

Did you check to see if that file exists?

 

ed

Posted
Andrea,

 

Did you check to see if that file exists?

 

ed

 

 

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

Posted

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?

Posted
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?

 

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

Posted

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?

Posted
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?

 

 

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

Posted
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.

 

 

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

  • 2 months later...
Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...