Log in

View Full Version : Forum Posting Issues... of doom


murekhalir
03-14-2009, 10:11 PM
I have three different errors on my forums.. not sure what is causing them.


If you could help me , even if with just ONE of hte issues.. would be greatly appreciated. This has been seriously damaging my forums as it is unpleasant to post..





Error #1

https://vborg.vbsupport.ru/external/2009/03/86.jpg


This occurs on and off, i dont know why when i sometimes post on my forums.




Error #2


https://vborg.vbsupport.ru/external/2009/03/56.jpg

When i click 'Edit' and then edit my message, then click 'save' it doesnt update and show me the new message.
I have to refresh the whole broswer to see.


Error #3



https://vborg.vbsupport.ru/external/2009/03/57.jpg

When i post a 'quick' reply, the page ALWAYS brings me to this redirect.

Yet, when I go and make a normal post via advanced post. It doesnt redirect me.

I turned it off on cookies to take away redirects...

Lynne
03-14-2009, 11:18 PM
1) That's a server issue.

2) Probably an issue with a modification and they didn't take care of the ajax issue in the modification.

3) Again, probably an issue with a modification.

Try both of these:

Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style :
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.