Taim786
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] Cannot create fieldsYou could easily follow the technique explained here: 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
In reply to: Fatal ErrorMore 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/
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 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/
Forum: Plugins
In reply to: [Autoptimize] Allowed memory size of exhaustedYou need to increase wordpress php memory limit. 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/
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Broken Divi BuilderHi Gabriel, it looks like you are also getting divi builder timeout 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/
Forum: Fixing WordPress
In reply to: Divi Builder not workingThe 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 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/
Forum: Themes and Templates
In reply to: [eMag] How to change author’s displayed nameI 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/
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/
Forum: Plugins
In reply to: [Giftable for WooCommerce] Fatal error: Allowed memory size exhaustedThis 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/
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Incompatibility with the Divi themeIt 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/
Forum: Fixing WordPress
In reply to: Error Message During EditingI 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. 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
In reply to: [String locator] memory limitThis 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/
Forum: Plugins
In reply to: [Ultimate Tag Cloud Widget] How to Justify the tags in this Widget?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.
Same issue here.
I want social sharing buttons only on Post pages.
Is there any way to control it?
https://www.bloggerjin.comForum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Post & Page Title ProblemI have got that problem solved ?? with previous site. But when I installed it on new domain https://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!