Quote:
Originally Posted by Akex
Well i had a problem to save my options too and i found why. After installing the hack the warning_options table remained empty with no records. So, when the script tries to update the table where oid = 1, it can't.
Fix for me : I added a record in this table with oid = 1 with phpmyadmin. Now it works well  .
|
the question is what to add ? sorry dumb question but i'm totally confused :s
i alread did
Code:
UPDATE vb3_warning_options SET VERSION='3.0.8' WHERE oid=1
that worked fine but still no warning links
regards