Requests for admin/modules will fail to display with certain modules installed. It seems to be a problem restricted to this theme. The modules I have seen do this so far are the 4.6.x versions of rsvp and privatemsg.

I have to switch to another theme to enable or disable modules when I have these installed.

Comments

wcyuan’s picture

Version: » 4.6.x-1.x-dev

I met same problem.

puregin’s picture

Could you please check in your server's logs to see what PHP messages are being generated.

Also, did this problem manifest immediately when you installed the two modules, or after some time?

WhiteFire’s picture

No message ever is logged, and the browser never gets any data back. Inf. loop possibly?

It happenes as soon as the module is added to the modules directory.

puregin’s picture

Priority: Critical » Normal

Changing the priority to 'normal' from 'critical', since there is a work-around.

Sounds like it could be a memory problem. Try increasing the memory allocated to PHP

This would be changed in a file php.ini, in the following line:

memory_limit = 24M ; Maximum amount of memory a script may consume (8MB)

or in .htaccess:

php_value memory_limit 24M

Try playing with this and see what happens :)

Djun

singularo’s picture

Check your logs to see that apache isnt segfaulting if you are not getting any other error messages.

JohnAlbin’s picture

Status: Active » Closed (fixed)

Closing out all old issues since this theme has been in core for a while.