Title: 3.6 Update Error
Last modified: August 21, 2016

---

# 3.6 Update Error

 *  [benjamin336](https://wordpress.org/support/users/benjamin336/)
 * (@benjamin336)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/)
 * After I updated the site no longer works.
 * [http://www.heikki-bruvik.no](http://www.heikki-bruvik.no)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990576)
 * Have you gone through the troubleshooting steps here:
 * [http://wordpress.org/support/topic/troubleshooting-wordpress-36-master-list?replies=5](http://wordpress.org/support/topic/troubleshooting-wordpress-36-master-list?replies=5)
 *  Thread Starter [benjamin336](https://wordpress.org/support/users/benjamin336/)
 * (@benjamin336)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990580)
 * I can’t get logged in to disable anything, all sites are blank.
    Going over the
   post you linked at the moment
 *  Thread Starter [benjamin336](https://wordpress.org/support/users/benjamin336/)
 * (@benjamin336)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990584)
 * Is there a way to rollback?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990591)
 * That’s not recommended – as using an old version is a security risk. Do you have
   FTP to your site set up? Where is it hosted?
 * Sorry, I see you posted the URL already…
 *  Thread Starter [benjamin336](https://wordpress.org/support/users/benjamin336/)
 * (@benjamin336)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990592)
 * I do have an FTP set up though I am not too happy with giving out information
   about that.
    Why would you need it?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990593)
 * Definitely don’t give out that info – to me or anyone! You’ll need to use the
   FTP to access the files and rename the plugin folder to
 *     ```
       wp-content
           pluginsOLD
       ```
   
 *  Thread Starter [benjamin336](https://wordpress.org/support/users/benjamin336/)
 * (@benjamin336)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990729)
 * Just did this and got the following error:
 * `Fatal error: Cannot redeclare get_post_gallery() (previously declared in /home/
   heikkwji/public_html/wp-includes/media.php:1997) in /home/heikkwji/public_html/
   wp-content/themes/rockwell_v1.7.1/functions.php on line 243`
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990759)
 * – To rule out any theme-specific issue, try switching to the unedited default
   theme (Twenty Twelve) for a moment using the WP dashboard. If you don’t have 
   access to your admin area, you can switch to the default theme by renaming your
   current theme’s folder in wp-content/themes and adding “-old” to the end of the
   folder name using via FTP or SFTP or whatever file management application your
   host provides. Alternately, you can remove other themes except the default theme.
   That will force your site to use it.
 *  [miekevson](https://wordpress.org/support/users/miekevson/)
 * (@miekevson)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990793)
 * OKay I’ve went through all the things listed in the files specified I should 
   check first. It seems to be my theme I suppose. Maybe I’m missing something. 
   Please let me know if anybody knows anything about this version of WP with Profits
   Theme.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990795)
 * **[@miekevson](https://wordpress.org/support/users/miekevson/) **– where did 
   you get the theme from? These forums only support themes from here:
 * [http://wordpress.org/themes/](http://wordpress.org/themes/)
 * So you’ll need to ask the vendor/developer for help with a theme issue.
 *  [Forum Help](https://wordpress.org/support/users/forum-help/)
 * (@forum-help)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990958)
 * Try this Fix – worked for us.
 * – Download via FTP or FileManager the “wp-includes/media.php” and edit file via
   html/text editor
 * – “Search and Replace” Ctrl+F – for “get_post_gallery”
    with the new code “**
   ff**_get_post_gallery” and re-upload media.php, refresh cache/clear cookies!
 * -Hope it works for you guys as well!
 * Latest Theme version is 2.0, this error appears in 1.7.1 version.
 * If doesn’t work/solve:
 * Update the “single post templates .php” files. in with the same “Search and Replace”
   Ctrl+F – for “get_post_gallery”
    with the new code “**ff**_get_post_gallery” 
   and re-upload.
 * “single post templates that you are using from the theme (for me this was just
   2).”
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990971)
 * > “wp-includes/media.php” and edit file via html/text editor
 * – First, when you update WP next time allsuch changes will be lost.
 * – Second, it’s not a good idea to modify core files. Changing of core files may
   lead to other problems – security, etc.
 *  [miekevson](https://wordpress.org/support/users/miekevson/)
 * (@miekevson)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990973)
 * I don’t like the new WP version.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990975)
 * **[@miekevson](https://wordpress.org/support/users/miekevson/)**: It is impolite
   to interrupt another poster’s ongoing thread with a question – or comment – of
   your own. It causes significant problems for the forum’s volunteers and prevents
   us from being able to track issues by topic. Please [post your own topic](http://wordpress.org/support/forum/how-to-and-troubleshooting#postform).
 *  [miekevson](https://wordpress.org/support/users/miekevson/)
 * (@miekevson)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990978)
 * Oh I apologize, didn’t mean to do that at all, how do I delete it? ;-(

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘3.6 Update Error’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 15 replies
 * 6 participants
 * Last reply from: [miekevson](https://wordpress.org/support/users/miekevson/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/36-update-error-1/#post-3990978)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
