anwiii, on Dec 11 2009, 11:42 PM, said:
sorry, but i have no help with your main question...but as far as backing up your site, there is no other easier way than copying the public_html folder. now ofcourse it took a lot of time, but that doesn't mean it wasn't easy. you said you copied just the folder. that isn't your whole site though. you will also have to back up your database...
Oh... I don't know how to back up my database though... but my site seems to be working normal... so I think it's working?
Quote
ok. i don't know anything about drupal, but i am editing this post because i looked up the answer for you. hope this helps....
i am assuming you have the update module that tells you when you can update your modules automatically. when you run across a module that you want updated, you have to disable it. it didn't recomend to uninstall it OR delete it as you have done. just disable it. THEN, reinstall the module. once that is done, then you can go ahead and run the update.php script. also, after you run the update, it is recommended that you leave the database module setting alone. if you got errors, then something went wrong with the update. if you are not getting any errors, everything updated correctly. maybe you need to run update.php again to see if you are getting any errors since you don't even know if you're getting errors or not. if not, then this whole thread was for nothing. here's where i got my information from...
http://www.topnotchthemes.com/handbook/upg...-drupal-modules
Well, I go error messages before, and then I updated things again and the error message was gone, so I am not sure if the error message is still there, but if I update it properly, then it should be right... and thanks, you didn't have to edit your post for that. Thank you very much!!!
BCD, on Dec 12 2009, 12:14 AM, said:
We need to set up the cron job in the cpanel with proper crontab command so that it runs periodically, did you do it? Otherwise cron wont run and we have to manually run it.
About views module updating, I never had such issue. Did you untar the new version module on the server? My usual method of upgrading modules is: upload the new module on all sites/all/modules directory. Untar the file there. Run the update.php. update.php is used only to modify tables if any in new version, otherwise it doesn't change anything.
As for backing up, how did you copy the folder, through FTP? I use th backup wizard in cpanel. There, we have the option of either creating a full backup of site with databases, or just the databases, or home directory backup.
Edit:
I updated the views module to version #6007. I saw there were no queries generated in the update.php results, hence no table alterations required in this version. So the version should be updated even if you dont run update.php. Check the path where you copied the new module. And make sure you untarred it there.
Yes... this is the problem. I don't know how to set up cron, or understand what the "crontab" is, or "tarring" stuff, and maybe that is why I have the cron job problem. Can you explain what cron really does, and how to run it and set it periodically? Also, what does Tarring mean? I have read it in a drupal forum thread on updating modules but I don't know what that means.
Yes, I copied the whole public_html folder via FTP. I'll check out the update thing that you said on cpanel. And YES!!! It's the 6007 thing. I don't understand what that means, but I tried to update that. But there is still the updating error that is showing.

I don't know how to check the path or "tarring" stuff though. Please explain!!!
Thank you very much!!!
xpress, on Dec 12 2009, 01:36 AM, said:
Updating modules is fairly simple. Just delete the old folder (better copy that folder for backup purposes). Then copy your new module.tar to the sites/all/modules directory and extract it.
Some times this is giving problem in CPanel's File Manager. It shows extract completed but no folder appearing in File Manager. If you faced that problem, just Extract the folder in your computer and upload that folder via FTP to the modules folder.
Now run update.php script. (If you are using Administration menu module then chose Run Update from that). Then continue as default. Don't select anything. Just press update. If the update script detects anything new, it will automatically updates that particular module or theme and will show you the details. Thats it.
Now run Cron to make sure everything ok.
But Never choose Uninstalling a module, because if you uninstall a module all of its settings will be deleted. You have to manually set them again.
Yes... that was what I did. I just deleted the old views folder and put in the new one. I copied the whole site too, so the old folder is still there. I extracted the folder in my computer and then uploaded it via FTP though. So therefore, it must be the update.php that isn't working properly.

I went to
http://www.example.com/update.php to run it, and then I pressed update. But the update thing still tells me to download the new version when I checked in the reports page. So I tried to manually update #6007 but the same thing still happened, so I tried #6000 instead, thinking that it was the wrong version. But then the error messages showed, so I updated it again without touching anything and after a few tries it worked.
Maybe it's the running cron problem? I don't know how to run cron. Can someone help me? I tried to uninstall the module, but I couldn't do anything, so I didn't do it.
Thanks... Nameless_