Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Major forum freeze ups and errors 1 year in!
rockwaldo
New
I've been running a forum here for almost a year now (if not more actually) - here and it's been going fine pretty much.
However the past few months we have had MAJOR hang ups and errors really quite often. I have been banging on at my host for weeks now and they insist nothing is unusual or wrong with their servers.
What could it be?
knowns:
I dont have another server to test it on unfortunately, so what else can I try?
It suggests to me some sort of session / cookie problem, but I have no idea.
Any help out there please?
However the past few months we have had MAJOR hang ups and errors really quite often. I have been banging on at my host for weeks now and they insist nothing is unusual or wrong with their servers.
What could it be?
knowns:
- most common error is:
Fatal error: Maximum execution time of 30 seconds exceeded in d:\domains\stillwater-rock.com\wwwroot\forum\library\People\People.Class.Authenticator.php on line 96
with that line being the last one of this - line 92-96:
function GetIdentity() {
if (!session_id()) {
session_set_cookie_params(0, $this->Context->Configuration['COOKIE_PATH'], $this->Context->Configuration['COOKIE_DOMAIN']);
session_start();
} - I have tried disabling ALL extensions and various different configs with no difference so it cant be them
- I recently made a backup and it backup up over 800,000 records.
- We have 397 users
- Frequently (i.e about 10 or more times an evening) the browser will just sit there when refreshing or navigating between pages. If you open another tab and try again, the same happens. If you open a fresh new browser it works fine straight away while the old browser still sits there looking.
I dont have another server to test it on unfortunately, so what else can I try?
It suggests to me some sort of session / cookie problem, but I have no idea.
Any help out there please?
0
This discussion has been closed.
Comments
can you get hold of your webserver's error log?
Hmmmm, The host insist that there is no problem.
What shall I ask them to check specifically?
It doesn't reply anything on my server unfortunately. I really want to avoid moving the host if I can, and I'm going to issue another ticket now, so any further help or suggestions would be great.
cheers
Obviously, you may have to ask your host what the path to the pagefile is, and it may not even be possible on shared servers, who knows...
07:10:17 up 19 days, 17:01, 1 user, load average: 0.72, 0.50, 0.38