I upgraded a site from 0.12 (?or 0.13) to 1.0.2 and found the following problems:
1. Missing group permissions:
Modify FCKeditor
Modify Page Structure
Does anyone know how to add these permissions into the DB? I have phpMyAdmin.
2. InternetExplorer only! Logging in to the admin panel fails: The submit buttons have no effect.
I have a https:// site and really does not work with IE.
However this can be fixed by setting $config['root_url'] but that is a pain for me as
I have to maintain different configs for the main and backup site, which are
overwritten when I restore from a backup.
1.0.2 Upgrade annoyances ... Topic is solved
1.0.2 Upgrade annoyances ...
Last edited by katzlbt on Wed Oct 11, 2006 12:25 pm, edited 1 time in total.
Re: 1.0.2 Upgrade ...
I got the FCKeditor permission added by uninstalling and reinstalling the module ... however I am still puzzling over the Reorder pages permission.
Re: 1.0.2 Upgrade annoyances ...
I simply added the permission as text to an unused row in cms_permissions.
Since it was an unused id in the middle, I did not increase cms_permissions_seq
That seems to work.
Since it was an unused id in the middle, I did not increase cms_permissions_seq
That seems to work.
Re: 1.0.2 Upgrade annoyances ...
Make sure to also increase the cms_permissions_seq id value to an appropriate value (the highest permission_id in cms_permissions).
For info on how to add the "Modify Page Structure" permission (and a script that can do it for you) see:
http://forum.cmsmadesimple.org/index.ph ... l#msg37852
For info on how to add the "Modify Page Structure" permission (and a script that can do it for you) see:
http://forum.cmsmadesimple.org/index.ph ... l#msg37852
Last edited by Anonymous on Wed Oct 11, 2006 1:19 pm, edited 1 time in total.