Quote:
Originally Posted by DebtFree
I am having problems also with this mod.
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/class_postbit.php(294) : eval()'d code on line 106
and lots of layout missing. I have tried changing the execution order but to no avail.
If I turn off every plugin under 'postbit_display_complete' EXCEPT this one, the problems is still there. If I turn this mods plugin off ... problem goes away. To me that says the issue is with this plugin and not the others. Please correct me if I am wrong.
|
Your problem sounds like a different one.
The error you are getting means that one of the queries I am making is not returning any results.
The mod only queries two tables. The user table to get the setting for images or colors, and the reputation table, to of course get the reputation comments. First, I'd check to make sure the postnotes_images_enabled field got added to your user table properly when you installed. After that, I'd make sure you don't have another mod that is somehow altering the reputation table.
I always have a clean copy of vbulletin running on my server in a directory that only I know of, so when I have problems with a mod I can install it on a forum where it is the ONLY mod, just to see if the mod itself is fundamentally broken, or there is something else going on. Just a suggestion - your mileage may vary.