I am not highly skilled at php code stuff. I usually just do the customizing work after the WP theme is successfully installed. As I’ve said, I first used Alyeska in June and that site worked (and still works) perfectly, no problem. But this time… The new site is with a different host. But just for kicks, I tried to install Alyeska on a new site with the same host I used back in June and it doesn’t work there either.
I read the info at the link you suggested. I found this in the wp-settings.php file:
// Set initial default constants including WP_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
wp_initial_constants( );
and added this line:
define(‘WP_MEMORY_LIMIT’, ’96M’);
Then saved and uploaded it to the database, replacing the original. Is that correct?
I couldn’t find any reference to memory in the wp-config.php file.
Even with that change, I get this error when I try to go to my website page:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20 bytes) in /var/www/html/wp-content/themes/alyeska/framework/widgets/tb-widget-contact.php on line 21
And this at my wp-admin page:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 45 bytes) in /var/www/html/wp-content/themes/alyeska/framework/widgets/tb-widget-contact.php on line 15
I’m admittedly over my head here. ???