Support » Installing WordPress » PLEASE HELP…installed plugin that nuked site

  • I just installed “vistor-map” plugin to my blog during install it said that memory needed to be increased?? before I could do anything, site went blank…no dashboard, nothing just the blank…I can get to the ftp….HELP this is my only hope for a job and now it’s gone…I am not a tech but this is a nightmare

Viewing 1 replies (of 1 total)
  • ftp to site or use host’s file manager to rename the visitor-map folder
    this will deactivate it and let you log in

    ways to increase memory

    1. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '128M');
    
    2. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 128M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
    
    3. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 128M
    
    4. Talk to your host.

Viewing 1 replies (of 1 total)
  • The topic ‘PLEASE HELP…installed plugin that nuked site’ is closed to new replies.