Log in

View Full Version : cant see post untill refresh


logicuk
12-20-2008, 09:14 AM
I have a strange bug on my forum

when someone posts using the quick reply they dont see there post

they have to refresh before they can see there post

how can i fix this annoying bug?

thanks

Dismounted
12-20-2008, 09:17 AM
Try disabling any modification you are running.

logicuk
12-20-2008, 12:46 PM
Yep and still the problem :(

Lynne
12-20-2008, 03:55 PM
Create a new style with no parent - Styles & Templates > Style Manager > Add New Style > no parent - then browse the site using that totally default vbulletin style - do you still have the same problem?

If it is still happening, then try disabling your 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);

The only time I have seen this happen was as a result of a plugin.

logicuk
12-21-2008, 07:31 PM
I still have the bug after doing

define('DISABLE_HOOKS', true);

Lynne
12-21-2008, 08:34 PM
Did you also remove any files you added for your modifications?

If that still doesn't fix it, then you should try reinstalling all the original vb files.

logicuk
12-21-2008, 09:24 PM
Gasper helped me fix this :)

Lynne
12-21-2008, 11:28 PM
Do you know what the problem was? It might help to post the fix in case someone else has the same problem sometime. Glad you got it fixed!