Nameless_, on Dec 20 2009, 06:42 AM, said:
Heya people.

I've got a problem updating the new version of Drupal 6.15 and I need your help. As you may know before, I did some file structures wrong, and instead of putting all of my non-core modules into the sites/all/modules folder, I just dumped them in the modules folder.
I also did the same thing for the themes. Now, the newest version of Drupal is available, and I have trouble updating my Drupal core. As far as I know, you are meant to copy your sites folder, delete your whole entire site, download the new version of Drupal and then paste in your sites folder.
Yes, it is one of the ways available to update drupal core. There is a UPGRADE.txt file will be available in your drupal installation folder. Read it. It is very easy. It will guide you how to upgrade drupal. Backup your
sites folder (you can copy your entire folder locally using a FTP client, or you can copy that folder to another location in your hosting account).
Quote
However, I tried to move my current template into a folder in sites/all/themes, and then deleting the theme's old location, but when I refreshed the site, the template is now gone.

I still have to move out all of my non-core modules as well, and I'm not sure if it is going to work.
I didn't understand this fully. You tried to copy your old theme and it was gone? And if you copied your theme from the
core Themes folder, you should not delete the
themes folder. That is core.
I will guide you with an example. For example, your theme name is myTheme. First thing you should do before copying your myTheme into
sites/all/themes is
Disable myTheme in themes section. Enable a core theme(like garland). And above all, put your site OFF-LINE
Now, after copying myTheme into sites folder, delete your myTheme from
original THEMES folder.
Now re-enable your myTheme in your themes section.
I think you did something wrong here.. and never delete any core drupal folder (except when upgrading your drupal).
Quote
Also, does copying your sites folder also copies the contents on your site? Because I don't know where all my blog posts and content will go if I update, and I only copied the sites folder.
NO.. Your content is not in your
sites folder. It is in your DATABASE. Sites folder will have your files like images (in sites/default/files), and your themes and modules. All your content will be safe at database.
Please post if you have any other doubts, or if I confused you
Edited by xpress, 20 December 2009 - 09:11 AM.