Zammo Posted November 7, 2011 Share Posted November 7, 2011 When I access the modules tab in the configuration settings the script sends a command that gets my IP blocked from my web server as it thinks the server is under attack. It tries to allocate itself 2GB of server memory. My web host has kindly sent the details of what is happening. ALERT - script tried to increase memory_limit to 2147483648 bytes which is above the allowed value (attacker '*.*.9.198', file '/home/****enor/public_html/zammo.me/modules/themeinstallator/themeinstallator.php ', line 54) Does anyone know what is causing this to happen and how I can fix it? Many Thanks Link to comment Share on other sites More sharing options...
shacker Posted December 17, 2011 Share Posted December 17, 2011 seens that the theme installator is the problem. Delete this module and check if the problem persists Link to comment Share on other sites More sharing options...
bellini13 Posted December 17, 2011 Share Posted December 17, 2011 in the file modules/themeinstallator/themeinstallator.php, you could try to change this line and reduce the memory_limit it is setting. 2G seems quite high, see if you can lower it to something reasonable like 128M. @ini_set('memory_limit', '2G'); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now