I removed all the plugins and the error then changed to the following.
Also running wordpress v4
Fatal error: Allowed memore size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/9/1/10/74/1336726/user/1432696/htdocs/monikakessling/portfolio/wp-admin/includes/update.php on line 184
Ok,, , fixed it by browsing through the tickets already here and found someone with a similar issue.. and so in the wp-config.php file added the line of code
define( 'WP_MEMORY_LIMIT', '64M' );
the theme then was able to be activated and it launched into the home screen ready for updating... have not moved further in but at least its there now
I am able to successfully upload the theme ... it installs and shows up .. (using wordpress integrated install theme, not using FTP)
get this error
Additional Info:
I removed all the plugins and the error then changed to the following.
Also running wordpress v4
Fatal error: Allowed memore size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/9/1/10/74/1336726/user/1432696/htdocs/monikakessling/portfolio/wp-admin/includes/update.php on line 184
Ok,, , fixed it by browsing through the tickets already here and found someone with a similar issue.. and so in the wp-config.php file added the line of code
define( 'WP_MEMORY_LIMIT', '64M' );
the theme then was able to be activated and it launched into the home screen ready for updating... have not moved further in but at least its there now
making the post public