Skip to content
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

Closed
woraperth opened this issue Sep 25, 2014 · 4 comments
Closed

Blank page after theme activation #20

woraperth opened this issue Sep 25, 2014 · 4 comments

Comments

@woraperth
Copy link

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

@ghost
Copy link

ghost commented Sep 25, 2014

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.

@ghost
Copy link

ghost commented Sep 25, 2014

@woraperth
Copy link
Author

Hello moldcraft,

Thank you for your support :)

I think it is because of my old version of MAMP.
I have updated MAMP to the latest version and it fixed the problem :)

@ghost
Copy link

ghost commented Sep 26, 2014

good

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant