Other Documentations
** What to check if eventON is not workingHow to debug for PHP code errorsHow to debug Javascript interactive issuesHow to find if an issue is coming from eventONHow To Fix Broken Virtual Events Join LinkHow to fix font awesome icons not working on your siteHow to fix style override issuesHow To Stop Duplicating Images In CSV ImportsIncreasing the WordPress Memory LimitWhy is Location Google Map grayed out or not displayed on Event Card
Increasing the WordPress Memory Limit
February 6, 2015
Method 1
Edit your wp-config.php file and enter something like:
1 |
define('WP_MEMORY_LIMIT','512M'); |
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Method 2
In you have access to your PHP ini file, change the line in PHP.ini as below
1 |
memory_limit = 512M; |
Method 3
If you don’t have access to PHP.ini try adding this to an .htaccess file
1 |
php_value memory_limit 512M |
If none of those works for you its best to contact your web host and seek their assistance as they would know more about your website hosting space.
Did this article help you? If not, send us a ticket via helpdesk