| Anonymous | Login | Signup for a new account | 2010-09-09 15:13 UTC |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0001031 | [SysCP] Installer | major | always | 2008-12-02 10:24 | 2008-12-12 17:51 | ||
| Reporter | RadiatioN | View Status | public | ||||
| Assigned To | d00p | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 1.4.1 | ||||
| Summary | 0001031: after migration from 1.2.19 to 1.4.x no admin has the ability to change phpsettings | ||||||
| Description |
in the installer at version 1.2.19-svn8 a new field is added to panel_admins: $db->query("ALTER TABLE `" . TABLE_PANEL_ADMINS . "` ADD `caneditphpsettings` tinyint(1) NOT NULL default '0' AFTER `domains_see_all`"); but it defaults to 0. afterwards NO admin becomes this rights, not even the main admin. this ticket has relation to other problems: -> phpconfigs edit/delete -> mabye aps problems with used/unused fields |
||||||
| Additional Information |
add code that all admins which can see all customers and can edit the serversettings become the right caneditphpsettings in panel_admins. important: this action should only be done if NO admin has caneditphpsettings set to 1! otherwise this would produce unwanted results if an admin has changed this settings already by hand! |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0000082) EleRas (reporter) 2008-12-02 21:34 |
Patch acknowledged |
|
(0000091) RadiatioN (developer) 2008-12-02 21:58 |
In my opinion it looks okay, merge acknowledged |