Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter TavishGilmour

    (@tavishgilmour)

    Thanks for the response! I spoked to a few different reps of my host. They can’t seem to figure our or pinpoint the issue. The memory allocation is now 256m, i’ve upgraded to PHP 5.6, deleted all unnecessary plugins, and it hasn’t seemed to work.

    I can switch the theme and make posts, so I guess that’s a very tedious work around as I have to re-customize certain aspects each time. But for theme settings, either general or advanced NO changes can be made, such as the header bar links etc. It seems unless i/someone can get into the code for the theme, ill have to find a new theme to work on and customize.

    Thanks again for everyones help! If anyone knows of a theme that looks and works similar to the one im using : bmcmotorworks.com that would be much appreciated!!

    Thread Starter TavishGilmour

    (@tavishgilmour)

    Thanks for the help. My host sets memory to 256mb and as its such a small website, with not a large amount of traffic i dont see why id need more than the above. And from the looks of it thats what ive set it at.

    Not sure why changing it the first time allow me to make a single post, but I don’t think thats the issue at hand. For now ill have to keep searching.
    Thanks again for your help!

    Thread Starter TavishGilmour

    (@tavishgilmour)

    Yes, I believe I did increase it further by using the code below. I noticed it said in the article

    “Please note, this has to be put before wp-settings.php inclusion. “

    So I tried that first but neither has seemed to work.

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    
    define( 'WP_MEMORY_LIMIT', '196M' );
    
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    /**
    Thread Starter TavishGilmour

    (@tavishgilmour)

    Thanks you both for your quick and helpful responses! I have, regardless of the outcome learned a valuable lesson in web development, support, and liability. So thank you again.

    There are no actual error codes that pop up, its just hanging and nothing. For the second suggestion, I did edit the wp-config file and increased the memory. This actually did have an impact and allow me to make a post and it went live. However, its back to the same issue, and hangs when I make additional posts. SO not sure what the issue it there. I’ve tried to increase the size again, but hasn’t seemed to help.

    Anyways, I always open to more suggestions or assistance and it seems there is progress… Thanks!!

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