1.0.2 Upgrade annoyances ... Topic is solved

General project discussion. NOT for help questions.
Post Reply
katzlbt

1.0.2 Upgrade annoyances ...

Post by katzlbt »

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.
Last edited by katzlbt on Wed Oct 11, 2006 12:25 pm, edited 1 time in total.
katzlbt

Re: 1.0.2 Upgrade ...

Post by katzlbt »

I got the FCKeditor permission added by uninstalling and reinstalling the module ... however I am still puzzling over the Reorder pages permission.
katzlbt

Re: 1.0.2 Upgrade annoyances ...

Post by katzlbt »

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.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: 1.0.2 Upgrade annoyances ...

Post by Dee »

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
Last edited by Anonymous on Wed Oct 11, 2006 1:19 pm, edited 1 time in total.
Post Reply

Return to “General Discussion”