-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank page after theme activation #20
Comments
Please change manually this piece of code from }
FW_Cache::_init();
class FW_Cache_Not_Found_Exception extends Exception {} to }
class FW_Cache_Not_Found_Exception extends Exception {}
FW_Cache::_init(); and let us know if that helps. If it does, we will include that change in the next release. |
Hello moldcraft, Thank you for your support :) I think it is because of my old version of MAMP. |
good |
Closed
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I activate the theme, every pages (both front-end and back-end) turns into blank theme.
So I turned on 'WP_DEBUG' and it shows this error:
Fatal error: Class 'FW_Cache_Not_Found_Exception' not found in /Applications/MAMP/htdocs/wp/wp-content/themes/unyson/scratch-parent/framework/helpers/class-fw-cache.php on line 70
Note that I used MAMP with PHP 5.4.4 and WordPress 4.0 downloaded from WordPress.org
The text was updated successfully, but these errors were encountered: