Yeah I know and there is a fix...
Actually its a simple 404 file not found error, your server is a little bit overreacting..
Why it does it ? because in
vb 4.10 (i think) they introduced a stronger baseurl thing.. and in 4.11 they expanded it.. vbgal 3.01 was ready just before 4.11 came out..
the problem is.. they added the setting and switched it ON by default.
The Fix: there are 2 possibilities.
If you dont need the enhanced baseurl, then goto
ACP=>vbulletin Settings => Options (section: Site Name / URL / Contact Details)
Find :
Always use Forum URL as Base Path set this to NO
and postings will work again..
------------------
Better fix (as it is the one next version of vbgallery will have):
we switch it off for vbgallery only (but you will have to add a line of code).
goto
ACP=>Plugins & Products=>Plugin Manager
in section vbgallery open plugin
Fetch Datastore (init_startup)
there in the code find:
Code:
Content visible to verified customers only.
add a line just above this line:
Code:
Content visible to verified customers only.
hit save..
Both fixes do exactly the same thing.. the second is better because it is what vbgallery will use in next update and if you need the "Always use Forum URL as Base Path" setting you can use it without problems in vbulletin. (CMPS for instance needs it in some configurations)
Luc