Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rare Problem in Payment Module


oscommercedude2010

Recommended Posts

At Checkout_confirmation.php I get this error:

 

Warning: fopen(F:/xampp/htdocs/project/catalog/paymentcompany/submitlog/20110202.log) [function.fopen]: failed to open stream: No such file or directory in /home/site/public_html/includes/modules/payment/paymentcompany.php on line 523

 

Warning: fwrite(): supplied argument is not a valid stream resource in /home/site/public_html/includes/modules/payment/paymentcompany.php on line 524

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/site/public_html/includes/modules/payment/paymentcompany.php on line 525

 

I have never seen this.. the payment company payment module is giving this error. what is fopen,fwrite fclose? :huh: any help pwease?

Digitally motivated -_- outside links not allowed in signatures!

Link to comment
Share on other sites

It's trying to open a log file and write to it. At a guess, I'd say that you need to create that directory and change the permissions on it to allow the code to write to it.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

It's trying to open a log file and write to it. At a guess, I'd say that you need to create that directory and change the permissions on it to allow the code to write to it.

 

Regards

Jim

i did this and it is still not working :huh:

Digitally motivated -_- outside links not allowed in signatures!

Link to comment
Share on other sites

Check the permissions in your host's control panel. You may need to change them there as well. Set the folder to 777 as a first test. If it's still failing, create the file and set it to 777 as well.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...