• My Domain is xctechs.info/vlog

    Nothing seems to be working for me, here is what i am getting

    Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 77824 bytes) in /home/bision/public_html/xctechs.info/vlog/wp-admin/includes/dashboard.php on line 351

    And here is what i have done

    created a php.ini in wp-admin folder

    memory_limit = 100M
    upload_max_filesize = 192M
    post_max_size = 100M
    file_uploads = On

    Didn’t work so i went more in

    Found the wp-settings.php

    Line 24 and changed 32M to 64

    wp_initial_constants('WP_MEMORY_LIMIT', '64M');

    I see nothing is changing, i contacted my Web host Provider Psychz.net
    still no replies after 3 days, so i did a little more research since its bugging soo much that my blog is stuck

    i went to CPanel, and found php config

    and it indicates that memory is set to 128M
    and upload file maximum is 2MB

    I have no idea what to do now, any thing i want to do, i getting different error, For Comments, Create now Topic, Plugins, anything i click i get error ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • try deactivating all plugins and testing

    if works, reactivate one by one

    Thread Starter xctechs

    (@xctechs)

    i get this error when i click on plugins

    Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 77824 bytes) in /home/bision/public_html/xctechs.info/vlog/wp-admin/menu-header.php on line 96

    I am really stuck

    Thread Starter xctechs

    (@xctechs)

    Should i just go in with FTP and delete all the plugins that was active ??

    Thread Starter xctechs

    (@xctechs)

    no plugins active anymore still same problem ??

    try one of these memory solutions
    Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '128M');

    or
    try adding this to an .htaccess file:
    php_value memory_limit 128M

    Thread Starter xctechs

    (@xctechs)

    I can’t find that .htaccess file

    Thread Starter xctechs

    (@xctechs)

    didn’t work

    Thread Starter xctechs

    (@xctechs)

    Now i have another error

    Warning: Cannot modify header information - headers already sent by (output started at /home/bision/public_html/xctechs.info/vlog/wp-config.php:2) in /home/bision/public_html/xctechs.info/vlog/wp-includes/pluggable.php on line 897

    you have introduced a space in the wp-config.php file at the top

    Thread Starter xctechs

    (@xctechs)

    should i take out the define('WP_MEMORY_LIMIT', '128M'); ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Fatal error: Allowed memory size of 262144 bytes exhausted’ is closed to new replies.