View Single Post
Old January 9th, 2009, 11:04 AM   #3 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
There is a little fix for the replacement by 0

vb 3.8 treats the $vbulletin->GPC['message'] differently...
open gallery/newreply.php:
find:
Code:
Content visible to verified customers only.
and replace with:
Code:
Content visible to verified customers only.
this takes care of the 0 error in 3.8

But this error does not exist in wysiwyg mode!! Its only there if your editor is in normal mode (non wysiwyg)

There is another little bug in that file.. but it has nothing todo with 3.8
find both fixes here: http://www.photopost.com/forum/1238073-post20.html

As to the delete error, i havent tried to delete a post under 3.8.. I will check tonight when i get home.. But as the error looks.. it must have been there before 3.8.
Are you sure you have the latest files? because it seems that either there is a bug that has nothing todo with vb3.8 (then it should be there also in vb3.7) OR in your 3.8 install you have some old rests of a version prior to 3.42... Anyway i will check that error message.. but i am in the office now.. and only have that install at home.

Luc

Last edited by Luciano; January 9th, 2009 at 11:14 AM.
Luciano is offline   Reply With Quote