ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
926 stars 220 forks source link

Potential Caching Issue with Unyson x Elumine Theme #3690

Open sbartlett14 opened 5 years ago

sbartlett14 commented 5 years ago

Wordpress: 5.0.3 | Current Elumine Theme | Unyson 2.7.21

I don't know what the root cause to this issue is but it may have something to do with caches.

I am using a theme that requires Unyson framework. Originally I had only my theme and Unyson (automatically) installed. When I tried to install another plugin, I got this message;

Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes) in /home/digitalm/public_html/wp-content/plugins/unyson/framework/helpers/class-fw-cache.php on line 262 Line 262 reads: throw new FW_Cache_Not_Found_Exception();

I originally corrected this problem by adding:

define( 'WP_MEMORY_LIMIT', '256M' );

into my wp-config.php file.... Now I have different issues, When I click on the Unyson section of my Wordpress dashboard menu, I get this:

example

Also, I cannot "Collapse Menu" as seen here:

example 2

I had this problem on another site about 3 weeks ago, and it seemed to just disappear overnight. No idea what happened.

sbartlett14 commented 5 years ago

@danyj

sbartlett14 commented 5 years ago

@yura-x

sbartlett14 commented 5 years ago

@ViorelEremia @Valeriu @Sergiu

valeriu commented 5 years ago

Sorry @sbartlett14 sbartlett14 but I have no connection with this framework...

yura-x commented 5 years ago

Hello! @sbartlett14 . I'm also only a user of this framework, not developer or contributor. You should install this plugin for easy debug. It will print all errors that you have: https://wordpress.org/plugins/debug-bar/