Spreadshop Plugin – Coming Up With Error On Site
-
Hey guys, hoping someone can help me out a bit.
My spreadshop plugin WAS working… all of a sudden it’s not.
The errors I’m getting are these:
Code:
Warning: array_reverse() [function.array-reverse]: The argument should be an array in /home/shayne/www/www/wp-content/plugins/spreadshop/spreadshop.php on line 262
On Line 262, there is:
Code:$spreadshop["articles"] = array_reverse($spreadshop["articles"]);
And the second error:
Code:
Warning: Invalid argument supplied for foreach() in /home/shayne/www/www/wp-content/plugins/spreadshop/spreadshop.php on line 263
On Line 263, there is:
Code:foreach($spreadshop["articles"] AS $article ) {
I have no idea why it all of a sudden stopped working.. anybody able to help me out?
Thanks so much for your time.
Cheers
Rokchic
- The topic ‘Spreadshop Plugin – Coming Up With Error On Site’ is closed to new replies.