So, I have a child-theme with nothing but the required CSS file in it. Once I activated this child-theme my entire site is down. I end up with 2 questions:
- How can activating a child-theme with nothing but a CSS in it break my site?
- How can I revert to my original theme?
These are the errors the site gives me:
Warning:
require_once(/wp-content/themes/interio_child/admin/options-framework.php) [function.require-once]:
failed to open stream: No such file or directory in
/wp-content/themes/interio/functions.php
on line 54Fatal error:
require_once()
[function.require]:
Failed opening required
'/wp-content/themes/interio_child/admin/options-framework.php'
(include_path=".:/usr/lib/php:/usr/local/lib/php")
in/wp-content/themes/interio/functions.php
on line 54