First disable/deactivate (do NOT uninstall) all plugins.
Then update the core.
Then update the theme (if applicable)
Then activate plugins ONE at a time and update them.
That gave me a trouble free, no hassle upgrade.
First disable/deactivate (do NOT uninstall) all plugins.
Then update the core.
Then update the theme (if applicable)
Then activate plugins ONE at a time and update them.
That gave me a trouble free, no hassle upgrade.
Well the problem is Steve i have almost 40 / 50 Plugins so to disable theme 1 by 1 takes me an hour...I requested oxwall that at some stage they should have disable / deactivate all plugins at once option that would be easier :(
But i do agree, this way you can also see which plugin gives you issues.
Sounds like for you it would be even more important to do them one at a time.
Regards,
Steve
i dont mind turning them back on one at a time, because i want to look for issues. But turning them off i should be able to just do a quick sql and its done, is that correct team?
Also my main page of the site is trash, im using macabre and all the pics are to one side and it has a plane white background almost like the theme is not even loaded, but it is loaded on other pages just not the main page. I am checking to see if i had some kind of mod in there.
Normally as in my other topic i did, this means that you just need to clean your cache, my cache has been cleaned within an inch of its life and also my dns cache. Still same.
Also i know team that you dont worry about warnings but why not take care of them while your coding the process, its so easy.
Like this one... unlink failed because it could not find the file
/ow_static/themes/origin/mobile/master_pages/mobile_general.html) [function.unlink]: No such file or directoryFile:/home/xxxx/public_html/xxxxxxxxxxxxxx.com/ow_system_plugins/base/bol/theme_service.php
and there are about 4 or five of those.
all you have to do is whenever you unlink a file team put it inside a
if file_exists(whatever)
{
unlink (whatever);
}
then all those warnings go away its so much easier to do it as your coding, your right there typing anyway so just toss it in. It makes life easier and its better coding practice.
origin/decorators/button.html
origin/mobile/master_pages/mobile_blank.html
origin/mobile/master_pages/mobile_html_document.html
origin/mobile/master_pages/mobile_general.html
there are the files.. and the issue is in ow_system_plugins/base/bol/theme_service.php line 343
something else too, so many scripts now that are coming out have override processes for themes. You can take theme files and language files and stick them in override and not have to worry about losing all your stuff if you upgrade. I do wish oxwall would consider that someday.
If you or having probs Dave it would be much quicker to do a fresh install and then drop your db and instead add your backup db,but don't forget before you do this I would advice you first to check for any errors in your db and them optimise it ,and then back it up .Also download your config file ,and all your members profile images ,so you can reinstall them after ,you prob know all this anyway Dave ,but sometimes in the past I have done a full install and put my back up db into the db ,but I have forgot to download the config folder ,and if you forget this ,when your members and yourself go to log in ,every one has to reset there passwords again vie email ,its a pain in the arse if you forget to download config file.
http://www.oxwall.org/forum/topic/16584
its the mod rewrite im sure.... ill let you know in a sec.