Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping Error


Guest

Recommended Posts

Posted

I have just coded a new shipping method and get this error:

Warning: main(/home/pcpulse/public_html/catalog/includes/languages/english/modules/shipping/couriersl.php) [function.main]: failed to create stream: No such file or directory in /home/pcpulse/public_html/catalog/admin/modules.php on line 120



Warning: main() [function.main]: Failed opening '/home/pcpulse/public_html/catalog/includes/languages/english/modules/shipping/couriersl.php' for inclusion (include_path='') in /home/pcpulse/public_html/catalog/admin/modules.php on line 120

 

Any idear to why and how can I fix it ??

 

Thanks

 

Rich

Posted

It seems like you've specified a language file called couriersl.php in your shipping module but either the file doesnt exist or its not been uploaded to the correct folder!

 

Upload the couriersl.php language file to the following folder on your server;

 

catalog/includes/languages/english/modules/shipping/

 

Make sure you're not uploading the actual shipping module to this directory only the corresponding language file!

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Posted

Thus you should have two files the shipping module

 

catalog/includes/modules/shipping/couriersl.php

 

and the language file

 

catalog/includes/languages/english/modules/shipping/couriersl.php

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Posted

looking again you might have mispelled the file

 

couriersl.php

 

when it should be

 

couriers1.php

 

???????

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Posted

Thanks for your help, took awhile to work it out , that's what I had done . Diden't up load one of the files to the correct folder. All fixed now.

 

Thanks again for your help.

Rich

Archived

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

×
×
  • Create New...