Viewing 1 reply thread
You must be logged in to reply to this topic.
I’m hosting my WP site on GoDaddy and the WP version is 4.1.1.
First, I couldn’t upload the theme to WP. I finally settled for uploading only the Specular folder using the FTP method.
I now see Specular as an available theme in my WP site but when I click “Live Preview”, I get the following error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 130968 bytes) in /home/myUserName/public_html/wp-includes/option.php on line 816
I’d appreciate some help with this as I never expected uploading a theme to be such a challange!
Hello,
You should allocate more memory. Please add this line at wp-config.php:
define( 'WP_MEMORY_LIMIT', '64M' );
Refer to this link https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards!
You must be logged in to reply to this topic.