So, I solved it! I have no idea how or what happened but here goes :
I started to zero in on the piece of code that was giving the error, by removing parts of the code one by one. and zeroed in on the following, when removed i didn't get the error :
Code: Select all
<li class="list-group-item" style="padding:5px;background-color:transparent;border:0px;"><a href="index.php?route=product/product&path=62&product_id=60" style="border:0px;padding:0px;background-color:transparent">myproduct</a></li>
Upon closer inspection by dissecting this, i found that this worked :
Code: Select all
<li class="list-group-item" style="padding:5px;background-color:transparent;border:0px;"><a href="index.php?route=product/product&path=62&product_id=60" style="border:0px;padding:0px;background-color:transparent">(myproduct)</a></li>
Now, i have no idea how and what happened here, but i suspect the SEOSPAM virus being identified because of "myproduct" being listed under more than one category or subcategory in my website.
If anyone can then please give us a detailed analysis of this post.
Thanks to everyone for their valuable time and suggestions!