Quote:
Originally Posted by Shmee
Well, I use this on a forum with over 600,000 users. There's a few pages within the script that timeout. I'm thinking it's a query causing the page to hang.
Is there anyway I can print out all queries in a page so I can run them myself to see which is causing the hang?
groups.php is one of the scripts.
|
this is what i would suggest for you to do.
1/ close your board temporarily (about 15 minutes downtime)
2/ open your config.php and add to the top of it (around line 22)
PHP Code:
$config['Misc']['debug'] = TRUE;
3/ go to each of the pages that give you the timeout problems and at the bottom of your page click on "Explain" is you can't get that far then simply ammend to the url to show
at the end.
4/copy and paste (ctrl+a => ctrl+c) the contents of that page to an email and mark each email with the page i.e. groups.php.
5/email them to the address at the bottom of the instructions (install.txt)
6/ when you've sent all of them, then email me and i'll review them.
while i think i know what the problem could be, i really need confirmation.