Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warnings On Extra Info Pages


cdamianou

Recommended Posts

Hiya

 

Today i tried to add an exta info page but im getting the followng errors.

 

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/***c/public_html/admin/extra_info_pages.php on line 620

 

Warning: reset() [function.reset]: Passed variable is not an array or object in /home/***/public_html/admin/includes/classes/object_info.php on line 17

 

Warning: Variable passed to each() is not an array or object in /home/***/public_html/admin/includes/classes/object_info.php on line 18

 

 

Can anyone help?

Link to comment
Share on other sites

you can wrap the offending lines in

if (is_array($arrayvar)) { 
<< original lines >>
}

 

so that it only executes if there really is an array

KEEP CALM AND CARRY ON

I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support).

So if you are still here ? What are you waiting for ?!

 

Find the most frequent unique errors to fix:

grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...