Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error after completing checkout


stoof

Recommended Posts

Posted

Hi all,

 

I have the following problem :

 

At the end of placing an order, when you get to checkout_succes.php and click next, i get following error message :

 

 

Warning: strlen() expects parameter 1 to be string, array given in

/httpd.www/includes/functions/general.php on line 163

 

Warning: Cannot modify header information - headers already sent by (output started at /httpd.www/includes/functions/general.php:163) in

/httpd.www/includes/functions/general.php on line 33

 

Tnx in advance ;

 

BR

 

Stoof

Posted

I dont know about the Warning: strlen() expects parameter 1 to be string, array given in

/httpd.www/includes/functions/general.php on line 163

 

I had a problem with 'cannot modify header information' and found out the "headers already sent" error is usually caused by having whitespace before or after the opening and closing PHP tags (<?php . . . ?>)

 

It worked for me.

Archived

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

×
×
  • Create New...