PDA

View Full Version : I have to refresh the page to see new.


Mr basil
11-16-2014, 01:34 PM
Hello

I had a problem in my forum, when I click on the forum tab or anything in the forum it doesn't show anything new if there is, I should click F5 or refresh the page manually to see if there anything new or not,

So for example, someone send message to me in the forums, it didn't appear when I checked the inbox, I had to refresh the inbox to see the message.

And same for everything in the forum, I have to refresh to see anything.

Sorry if I posted in wrong section, but I need fast solution for my issue :(

ozzy47
11-16-2014, 01:47 PM
Well you still need to disable your mods temporarily and see if one of them is causing the issue.

Disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.

define('DISABLE_HOOKS', true);

So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2

Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.

If that fixes the issue enable plugins again by adding // before the line you added, then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time until you find the one causing the issue.

Once you find the culprit, post in that mods thread what the issue is, and maybe someone in that thread can help. :)

Mr basil
11-16-2014, 02:26 PM
Well you still need to disable your mods temporarily and see if one of them is causing the issue.

Disable plugins via the includes/config.php file.

To do that open your includes/config.php file and below <?php add the following.

define('DISABLE_HOOKS', true);

So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2

Use a editor like notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files, don't use Notepad or Wordpad.

If that fixes the issue enable plugins again by adding // before the line you added, then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time until you find the one causing the issue.

Once you find the culprit, post in that mods thread what the issue is, and maybe someone in that thread can help. :)

Hey still I have the same problem, any another solution?

ozzy47
11-16-2014, 02:57 PM
What version of vBulletin are you running?
What version of PHP are you running?
Are other users experiencing this, or is it only you?
What browser is this happening in?
Anything in the server error logs? If you don't know where those are, ask your host.

Mr basil
11-16-2014, 03:18 PM
What version of vBulletin are you running?
What version of PHP are you running?
Are other users experiencing this, or is it only you?
What browser is this happening in?
Anything in the server error logs? If you don't know where those are, ask your host.

I use vBulletin 4.2.2 Patch Level 2
PHP 5.4.34-0+deb7u1
Yes there are another user have experience
All the browsers, Chrome/Firefox/InternetExplorer
I don't have error logs

ozzy47
11-16-2014, 03:20 PM
As answered on vB.com:

Well you need to see it there is anything in the server error logs.

Also does this happen on a completely default style with all mods disabled?

Mr basil
11-16-2014, 03:36 PM
As answered on vB.com:

Well you need to see it there is anything in the server error logs.

Also does this happen on a completely default style with all mods disabled?

I just checked, no errors and teh it happened while all the mods disabled and with default style.

ozzy47
11-16-2014, 03:39 PM
Well I am at a loss then, perhaps someone else has ran across such a thing. :confused:

Lynne
11-16-2014, 05:07 PM
Do you have an .htaccess file in either your root directory or your vbulleitn forum directory (if your files aren't in the root)?

Can an Unregistered user see the problem? If so, how about a link and instructions on how we can see it.

Mr basil
11-16-2014, 08:21 PM
Do you have an .htaccess file in either your root directory or your vbulleitn forum directory (if your files aren't in the root)?

Can an Unregistered user see the problem? If so, how about a link and instructions on how we can see it.

The files is on the root

ozzy47
11-16-2014, 08:25 PM
The files is on the root

You forgot to answer one of Lynne's questions.

Can an Unregistered user see the problem? If so, how about a link and instructions on how we can see it.

Lynne
11-16-2014, 08:52 PM
The files is on the root
OK. But do you have an .htaccess file there?

Krusty1231
11-16-2014, 09:41 PM
Do you use cloudflare on your site? I was playing with some settings the other day which caused some posts I was making (at the same time) not to appear until I refreshed the page.

dandanch
11-17-2014, 03:12 AM
Sounds like in .htaccess in your root you're using some kind of Cache-Control setting to cache your site, if so remove it to see if that was the problem.

Mr basil
11-17-2014, 04:02 AM
My files is on a VPS not in webhost, the files is on root folder, and I dont have .htaccess

The site is: http://klimax.lt

Lynne
11-17-2014, 05:06 PM
Disable cloudflare and see if you still have the same problem.

CiXelSiD
04-16-2017, 05:47 PM
i do ... i have to refresh no matter where i go or it just wont show anything new
login/ threads/ posts ect.

final kaoss
04-17-2017, 01:54 PM
I encountered something like that a long time ago.

Try this.
https://vborg.vbsupport.ru/showpost.php?p=2226244&postcount=3