- Incorrect Purchase key error
- How to update the Ultimate Addons for Visual Composer prior to version 3.16.8?
- Activate your License Key of the Ultimate Addons for WPBakery Page Builder (Formerly Visual Composer)
- Force Check Updates
- How to update plugin manually through FTP
- Update Theme or Plugin through Brainstorm Core
- Popup Form Method to Activate License Key of the Ultimate Addons for WPBakery Page Builder
- Increasing Memory Limit
- Background Image Sizes Explained
- How to hide a row on specific device?
- Not all Ultimate Addon elements are in Visual Composer list?
- If you are using a customized / skinned / modified Visual Composer
- Black bar / strip with the Video Background
- Error! Envato API error: Username and/or API Key invalid.
- Error on unzipping package
- Don’t have the “Design Options” tab in Edit Row?
- How to replicate our demo site?
- Uncaught TypeError: Cannot read property ‘left’ of undefined
Increasing Memory Limit
Solution for Fatal error: Allowed memory size of XXXXXXXX bytes exhausted.
WordPress Memory
Edit your wp-config.php file and enter something like:
define('WP_MEMORY_LIMIT', '256M');
define('WP_MAX_MEMORY_LIMIT', '256M');
You can read more about this here.
PHP Memory
If you have access to your PHP.ini file, change the lines in PHP.ini
memory_limit = 256M ; Maximum amount of memory a script may consume (256MB)
ini_set('max_execution_time', 300); //300 seconds = 5 minutes
Incase, if you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 256M
php_value max_execution_time 300
If this still doesn’t work or if you’re not confident about making these changes, you would need to talk to your hosting company.
We don't respond to the article feedback, we use it to improve our support content.