Hello all,
I have two problems upgrading CMSMS from version 0.10 to 0.12.
1. I copied files from 0.12 over 0.10 and when accessing index.php I got message to change permissions, and I did. After that I get HTTP error 404. I think its in line 135 in index.php. So I copied old index.php v0.10 over v0.12 and now it works fine.
2. second problem that I have is related to admin. When I try to add new page I get the editor and everything works fine, even preview, but when I click submit button, page is not added. The strange thing is that I can save changes made on pages that already exists. Please help mi with this. I would like to upgrade CMSMS because of many changes since 0.10.
Restarting apache doesn't help. Also, I tried 0.12 and 0.12.1 and I have the same problems with both versions. I saw that on www.opensourcecms.com it works ok so I guess it has to do something with upgrade, configuration or permissions.
regards,
Miha
problems with upgrade 0.10 -> 0.12
Re: problems with upgrade 0.10 -> 0.12
Sorry, I missed step 5 in upgrade procedure.. Problems mentioned above were fixed.
Now I have another problem..
On each page I defined variables (headtags)
{assign var=page_group value="home"}
{assign var=page_name value="home"}
and in templare I use this
{if $page_group eq "home"}
{html_blob name=submenu_home}
{/if}
blob submenu_home exists but it is not displayed.. any suggestion?
Thanks
Now I have another problem..
On each page I defined variables (headtags)
{assign var=page_group value="home"}
{assign var=page_name value="home"}
and in templare I use this
{if $page_group eq "home"}
{html_blob name=submenu_home}
{/if}
blob submenu_home exists but it is not displayed.. any suggestion?
Thanks
Re: problems with upgrade 0.10 -> 0.12
I find out that the problem is in cache.. is it possible to disable it somehow?
Re: problems with upgrade 0.10 -> 0.12
Did you try to update database? After copying 012-files over 010 call install/upgrade.php.
Hope this helps you out.
Hope this helps you out.