Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hidden Orders and various Customers errors


Tim Romero

Recommended Posts

Here's my error logs:

[20-Jan-2010 15:19:47] PHP Warning:  checkdate() expects parameter 2 to be long, string given in /htdocs/create_account.php on line 83

[20-Jan-2010 16:55:28] PHP Warning:  array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /htdocs/admin/customers.php on line 733

[20-Jan-2010 16:55:28] PHP Warning:  array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /htdocs/admin/customers.php on line 733

[20-Jan-2010 16:55:28] PHP Warning:  array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #2 is not an array in /htdocs/admin/customers.php on line 735

[20-Jan-2010 16:55:28] PHP Warning:  reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /htdocs/admin/includes/classes/object_info.php on line 17

[20-Jan-2010 16:55:28] PHP Warning:  Variable passed to each() is not an array or object in /htdocs/admin/includes/classes/object_info.php on line 18

 

and here are the corresponding lines:

 

create_account.php line 83

if (checkdate(substr(tep_date_raw($dob), 4, 2), substr(tep_date_raw($dob), 6, 2), substr(tep_date_raw($dob), 0, 4)) == false) {

 

customers.php line 733-735

        $customer_info = array_merge($country, $info, $reviews);

       $cInfo_array = array_merge($customers, $customer_info);

 

object_info.php line 18

      while (list($key, $value) = each($object_array)) {

 

 

Im not sure if these are related or not. Any help or insight would be great!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...