• I got this error after I activated a theme. My website is not even accessible any longer:
    Warning: require_once(/home/krapwear/public_html/wp-content/themes/eShop/library/includes/affiliates/set_affiliate_settings.php) [function.require-once]: failed to open stream: No such file or directory in /home/krapwear/public_html/wp-content/themes/eShop/product_menu.php on line 26

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/krapwear/public_html/wp-content/themes/eShop/library/includes/affiliates/set_affiliate_settings.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/krapwear/public_html/wp-content/themes/eShop/product_menu.php on line 26

    What can I do to solve this. Also, if I change my mind, how do I change my default theme without accessing the admin since the site is no longer accessible. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • means you are missing the file set_affiliate_settings.php called on
    line 26 of product_menu.php

    you can comment out this line of code which may let your proceed and log in but also may trip another error

    means you are missing the file set_affiliate_settings.php called on
    line 26 of product_menu.php

    you can comment out this line of code which may let your proceed and log in but also may trip another error

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress error’ is closed to new replies.