Page 1 of 1

Can access module page - v1.12.1

Posted: Wed Nov 28, 2018 4:34 pm
by johnboyuk1
Hi all

I know this is an old version (1.12.1) but cant update due to module requirements...

Anyway, I cant seem to access the 'Modules' page in the admin - when I click on it the whole site hangs - including trying to access the 'front end' - I'm not sure whats going on, can anyone help? Got a php memory limit of 128mb so assume its not that...?

Get this on my website error logs too:

Code: Select all

 [Wed Nov 28 15:50:13 2018] [error] [client xx.xxx.xxx.100:0] Script timed out before returning headers: listmodules.php
Thanks

Re: Can access module page - v1.12.1

Posted: Thu Nov 29, 2018 3:23 pm
by DIGI3
Try renaming some third-party module folders temporarily, see if you can narrow it down to one module causing the problem. Also check PHP error log, not just access log.

If it happened recently, think of what may have changed on the server - PHP version, mod_security enabled, etc.

And of course someone has to say it: upgrading is really important for security. It's usually not as hard as people think to have modules updated for 2.x.

Re: Can't access module page - v1.12.1

Posted: Thu Nov 29, 2018 9:34 pm
by johnboyuk1
Thanks DIGI3 - will try those suggestions and see what I find!

Not sure how to see the php log though - those are the only logs I can see via the host?

Also - upgrading to v2 would be best I agree, but there's various other things like global content blocks - that were removed in v2 that this site uses so it would be a pain to have to sort that out

Re: Can access module page - v1.12.1

Posted: Thu Nov 29, 2018 11:21 pm
by DIGI3
GCB's don't disappear, they just become generic templates. Nothing really changes in their use, just where they're stored.

Re: Can access module page - v1.12.1

Posted: Fri Nov 30, 2018 12:04 pm
by johnboyuk1
ok - thats good to know - thanks!