• So I am a little out of my league here..I can’t seem to get to my site. When I click to the site..this is what I get:

    “Fatal error: Uncaught exception ‘Exception’ with message ‘Failed to get post 1’ in /home/agdesigns/365columbia.com/wp-content/themes/mystique/atom-core.php:3911 Stack trace: #0 /home/agdesigns/365columbia.com/wp-content/themes/mystique/mods/PhotoGallery/module.php(462): AtomObjectPost->__construct(1) #1 /home/agdesigns/365columbia.com/wp-content/themes/mystique/mods/PhotoGallery/module.php(130): AtomModPhotoGallery->getFeaturedPostsPhotos(Array) #2 [internal function]: AtomModPhotoGallery->prepareImages(Object(WP)) #3 /home/agdesigns/365columbia.com/wp-includes/plugin.php(487): call_user_func_array(Array, Array) #4 /home/agdesigns/365columbia.com/wp-includes/class-wp.php(552): do_action_ref_array(‘wp’, Array) #5 /home/agdesigns/365columbia.com/wp-includes/functions.php(779): WP->main(”) #6 /home/agdesigns/365columbia.com/wp-blog-header.php(14): wp() #7 /home/agdesigns/365columbia.com/index.php(17): require(‘/home/agdesigns…’) #8 {main} thrown in /home/agdesigns/365columbia.com/wp-content/themes/mystique/atom-core.php on line 3911″

    Any suggestions? I tried disabling all of my plug-ins and it still did this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Seems to be a problem within the code of your theme. Specifically with this file 365columbia.com/wp-content/themes/mystique/atom-core.php on line 3911

    Is your provider running on PHP5?

    Try asking in the theme’s support forum, the developer may help you.

    You’re using a plugin function in your theme to get a gallery or something. I have no idea, but, it’s trying to get post id 1, and is failing.

    Either the way it’s getting it is wrong, or the post doesn’t exist.

    Paste line 3911 of file /home/agdesigns/365columbia.com/wp-content/themes/mystique/atom-core.php here.

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