• Resolved rameshhelp

    (@rameshhelp)


    Hi, im new to this forum.

    My problem is that after downloading an event plugin for my wp website, i had problem to upload it as max upload was 2mb. my zip file was 5mb. i increased the php configuration upload to 64M as most forums and website says that after doing this, the upload would be ok.

    I managed to upload the plugin and it was success. After i click the activate button, my panel gave problem. This was the error

    “Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/cruiser/public_html/wp-admin/includes/media.php on line 1106”

    When i click on .com/wp-admin i get the error above this. What should i do? How do i make the plug in work or how do i remove the plug in or how do i manually remove the plug in as my website is connected to the vps(virtual storage)

Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    Thread Starter rameshhelp

    (@rameshhelp)

    . If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 16M try 32M:
    memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)

    Done this to 32m

    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 32M

    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define(‘WP_MEMORY_LIMIT’, ’32M’);

    where do i find the 3rd settings?

    Thread Starter rameshhelp

    (@rameshhelp)

    where do i find this?
    ) Either rename/remove Plugins folder via FTP or disables all the Plugins from database

    esmi

    (@esmi)

    Thread Starter rameshhelp

    (@rameshhelp)

    problem resolved. thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘plug in problem’ is closed to new replies.