Theme installation error
Hi,
I am able to upload the theme to my wordpress site, but when I try to active the theme, I get this error:
Warning: require(/home/tttsites/public_html/shchamber/wordpress/wp-content/themes/betheme/muffin-options/theme-options.php): failed to open stream: No such file or directory in/home/tttsites/public_html/shchamber/wordpress/wp-content/themes/betheme/functions.php on line 47
Fatal error: require(): Failed opening required '/home/tttsites/public_html/shchamber/wordpress/wp-content/themes/betheme/muffin-options/theme-options.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tttsites/public_html/shchamber/wordpress/wp-content/themes/betheme/functions.php on line 47
Fatal error: require(): Failed opening required '/home/tttsites/public_html/shchamber/wordpress/wp-content/themes/betheme/muffin-options/theme-options.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tttsites/public_html/shchamber/wordpress/wp-content/themes/betheme/functions.php on line 47
This is what is on line 47: require( THEME_DIR .'/muffin-options/theme-options.php' );
Why is this happening and how can I fix it?
Comments
in this case you should contact with server administrator because your server is limited as theme is not able to include content from other places then current server.
Thanks!