Need some PHP help

faithfa2

New Member
Messages
8
Reaction score
0
Points
1
I get this error : I need help to know what to do to remove these error- I'm new to PHP. Thanks!

Notice: Undefined variable: result in /home/faithfa2/public_html/catalog/controller/product/category.php on line 179
Notice
: Undefined variable: result in /home/faithfa2/public_html/catalog/controller/product/category.php on line 182

Notice
: Undefined variable: result in /home/faithfa2/public_html/catalog/controller/common/footer.php on line 21
Notice
: Undefined variable: result in /home/faithfa2/public_html/catalog/controller/common/footer.php on line 21

I attached the PHP's
 

Attachments

  • category.txt
    15.5 KB · Views: 2
  • footer.txt
    3.6 KB · Views: 1

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Apparently $result should be the output of a database query run somewhere else in the scripts.
My suggestion is to go to the site that created the script (OpenCart ?) and ask them in their support forum.
 
Top