• Not only it does not accept the changes to the front page areas, resetting to the Themes page, but after trying to setup Child theme, the site got broken, without the possibility to see either admin or any other area.

    Resetting the child theme files does no help, with pages showing only the following error:

    Warning: require_once(/.../wp-content/themes/om/functions/theme-options.php) [function.require-once]: failed to open stream: No such file or directory in /.../wp-content/themes/infoway/functions.php on line 8
    
    Fatal error: require_once() [function.require]: Failed opening required '/.../wp-content/themes/om/functions/theme-options.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /.../wp-content/themes/infoway/functions.php on line 8
Viewing 1 replies (of 1 total)
  • Thread Starter RomSocial

    (@romsocial)

    I managed to restore the website only after going to the phpmyadmin and changing all three options below to ‘twentytwelve’

    SELECT *
    FROM wp_options
    WHERE option_name =  'template'
    OR option_name =  'stylesheet'
    OR option_name =  'current_theme'
Viewing 1 replies (of 1 total)
  • The topic ‘Nice looking but does not work, dangerous…’ is closed to new replies.