Title: Taim786's Replies | WordPress.org

---

# Taim786

  [  ](https://wordpress.org/support/users/taim786/)

 *   [Profile](https://wordpress.org/support/users/taim786/)
 *   [Topics Started](https://wordpress.org/support/users/taim786/topics/)
 *   [Replies Created](https://wordpress.org/support/users/taim786/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/taim786/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/taim786/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/taim786/engagements/)
 *   [Favorites](https://wordpress.org/support/users/taim786/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/taim786/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/taim786/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] Cannot create fields](https://wordpress.org/support/topic/cannot-create-fields/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/cannot-create-fields/#post-9609040)
 * You could easily follow the technique explained here: [https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/)
   in order to increase the php memory limit.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Fatal Error](https://wordpress.org/support/topic/fatal-error-2685/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-2685/#post-9608638)
 * More memory needed to be allocated in order for your wordpress to perform functions
   properly: [https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Memory exhaustion](https://wordpress.org/support/topic/memory-exhaustion-2/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/memory-exhaustion-2/#post-9608000)
 * This question has been asked so many times as this is very common error. You 
   might get the solution within few minutes after searching on google. Well, you
   can easily [increase wordpress php memory limit](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/)
   by placing this piece of code into wp-config.php file of wordpress:
 * define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
 * Make sure you place that code after the line which says : /* That’s all, stop
   editing! Happy blogging. */
 * Source: [https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Allowed memory size of exhausted](https://wordpress.org/support/topic/allowed-memory-size-of-exhausted/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/allowed-memory-size-of-exhausted/#post-9607994)
 * You need to [increase wordpress php memory limit](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/).
   This error appears when your wordpress do not have enough memory allocated to
   work properly. You can solve this error by placing this piece of code
 * `define( ‘WP_MEMORY_LIMIT’, ‘256M’ );`
 * after this line:
 * `/* That’s all, stop editing! Happy blogging. */`
 * in your wp-config.php file of your WordPress site.
    wp-config.php is located 
   in root of your WordPress installation.
 * source: [https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flatty - Flat Admin Theme] Broken Divi Builder](https://wordpress.org/support/topic/broken-divi-builder/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/broken-divi-builder/#post-9605067)
 * Hi Gabriel, it looks like you are also getting [divi builder timeout](https://www.webxen.com/kb/divi-builder-timeout-warning-solved/)
   error while saving/editing your wordpress posts and pages. This is the most common
   problem and I have seen many users complaining about this error.
    You need to
   add this piece of code into your .htaccess file:
 *     ```
       <IfModule mod_substitute.c>
       SubstituteMaxLineLength 10M
       </IfModule>
       ```
   
 * Source: [https://www.webxen.com/kb/divi-builder-timeout-warning-solved/](https://www.webxen.com/kb/divi-builder-timeout-warning-solved/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Divi Builder not working](https://wordpress.org/support/topic/divi-builder-not-working-2/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/divi-builder-not-working-2/#post-9605058)
 * The most common problem of Divi Builder is their timeout warning error. This 
   happens with most users. I assume that your issue is resolved as you have not
   replied here since 1 week. But if someone is still facing issue and getting [divi builder timeout](https://www.webxen.com/kb/divi-builder-timeout-warning-solved/)
   warning they need to add this code into their .htaccess file:
 *     ```
       <IfModule mod_substitute.c>
       SubstituteMaxLineLength 10M
       </IfModule>
       ```
   
 * source: [https://www.webxen.com/kb/divi-builder-timeout-warning-solved/](https://www.webxen.com/kb/divi-builder-timeout-warning-solved/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[eMag] How to change author’s displayed name](https://wordpress.org/support/topic/how-to-change-authors-displayed-name/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/how-to-change-authors-displayed-name/#post-9604280)
 * I also wanted to know about this that why does you display username? The name
   which author select should be displayed not the username. I have now created 
   new author with the username which I can display on my posts, and changed all
   posts’ author to that new one, as described in the below source.
 * source: [https://www.webxen.com/kb/how-to-change-author-in-wordpress-post/](https://www.webxen.com/kb/how-to-change-author-in-wordpress-post/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] Error ‘Allowed memory size..’ restoring a backup](https://wordpress.org/support/topic/error-allowed-memory-size-restoring-a-backup/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/error-allowed-memory-size-restoring-a-backup/#post-9603769)
 * bcrodua is right, you need to increase php memory limit from your wp-config.php
   file by adding that line. But in case this is not working, your hosting provider
   has to do this from the server side, you might need to contact them.
 * source: [https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Giftable for WooCommerce] Fatal error: Allowed memory size exhausted](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-exhausted-47/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-exhausted-47/#post-9603764)
 * This wordpress memory exhausted error could be solved by increasing php memory
   by editing the wp-config.php file and adding this line:
    `define( ‘WP_MEMORY_LIMIT’,‘
   256M’ );` If it is not working, you might need to contact your hosting provider
   for that.
 * source: [https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Incompatibility with the Divi theme](https://wordpress.org/support/topic/incompatibility-with-the-divi-theme/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/incompatibility-with-the-divi-theme/#post-9601151)
 * It looks like Divi Builder has reached the limit which was allocated to the apache.
   You need to add these lines in your .htaccess of your WordPress website.
 * <IfModule mod_substitute.c>
    SubstituteMaxLineLength 10M </IfModule>
 * source: [https://www.webxen.com/kb/divi-builder-timeout-warning-solved/](https://www.webxen.com/kb/divi-builder-timeout-warning-solved/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error Message During Editing](https://wordpress.org/support/topic/error-message-during-editing/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/error-message-during-editing/#post-9590815)
 * I was having the same issue and tried couple of solutions available on the web.
   But I was able to solve it by [increasing the PHP memory limit](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/).
   You can also try by deactivating your plugins first and then one by one activate
   them and see if the problem still persists. You can find the plugin which is 
   creating problem and then it will be easy to resolve it.
 * This is the second time i’m having the php memory issue with my second blog and
   I forgot completely that how I solved it previously so I had to search for this
   issue again. but now everything is fine.
 * I hope it will help.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[String locator] memory limit](https://wordpress.org/support/topic/memory-limit-8/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/memory-limit-8/#post-9590168)
 * This error is due to the memory limit. As you told you have increased the memory
   and it resolved the issue. I myself had an issue with this and were getting “
   atal error: Allowed memory size of 67108864 bytes exhausted”. I also increased
   the WP memory to 256 mb and now its working fine.
 * Source: [https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/](https://www.webxen.com/kb/wordpress-fatal-error-allowed-memory-size-of-67108864-bytes-exhausted/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Tag Cloud Widget] How to Justify the tags in this Widget?](https://wordpress.org/support/topic/how-to-justify-the-tags-in-this-widget/)
 *  Thread Starter [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-justify-the-tags-in-this-widget/#post-3696728)
 * Hi,
    After this update I’m getting this error:
 * > Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING
   > or ‘(‘ in /——–/plugins/ultimate-tag-cloud-widget/ultimate-tag-cloud-widget.
   > php on line 2
 * I have currently deleted the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sharexy - Powerful Social Sharing Buttons] Controlling which pages Shrexy shows on](https://wordpress.org/support/topic/controlling-which-pages-shrexy-shows-on/)
 *  [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/controlling-which-pages-shrexy-shows-on/#post-3385640)
 * Same issue here.
    I want social sharing buttons only on Post pages. Is there 
   any way to control it? [http://www.bloggerjin.com](http://www.bloggerjin.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Post & Page Title Problem](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-post-page-title-problem/)
 *  Thread Starter [Taim786](https://wordpress.org/support/users/taim786/)
 * (@taim786)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-post-page-title-problem/#post-3111689)
 * I have got that problem solved 🙂 with previous site. But when I installed it
   on new domain [http://www.bloggerjin.com](http://www.bloggerjin.com), it again
   starts displaying that space problem.
    Well, now I just want to make it clear
   for all users that just check the Force Rewrite Urls button at the Home tab and
   it will be alright. 🙂
 * Good luck!

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/taim786/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/taim786/replies/page/2/?output_format=md)