It would be interesting to know:
- What Version of PHP you have
- What Version of Vbulletin...
- Some bugs were fixed in 2.5 beta.. ( but its not this issue)
you should not get the error on category index, because it is caused in the category dropdown. (its the amound of dashes in front of the category name)
it seems to me, that somehow your version of php does not support a negative value for str_repeat. ( dont ask me why)
try what is said here :
http://www.photopost.com/forum/1164880-post5.html
if this does not work, do following.. open
forums/includes/functions_gallery.php
At line 806 find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
strange, that i have not heard of this error since version 2.00
Luc