I've just started receiving these error messages in my ADMIN areas:
When I click on admin/customers/customers gives these four errors
- Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home3/limelite/public_html/ADmin443556/customers.php on line 1099
- Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home3/limelite/public_html/ADmin443556/customers.php on line 1101
- Warning: reset() [function.reset]: Passed variable is not an array or object in /home3/limelite/public_html/ADmin443556/includes/classes/object_info.php on line 29
- Warning: Variable passed to each() is not an array or object in /home3/limelite/public_html/ADmin443556/includes/classes/object_info.php on line 30
when I click on admin/modules/payment I get these:
- Warning: include(/home/limelite/public_html/includes/languages/english/modules/payment/protx_form.php) [function.include]: failed to open stream: No such file or directory in /home3/limelite/public_html/ADmin443556/modules.php on line 173
- Warning: include() [function.include]: Failed opening '/home/limelite/public_html/includes/languages/english/modules/payment/protx_form.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/limelite/public_html/ADmin443556/modules.php on line 173
Does anyone know how I can debug these please??




