← Back to team overview

phpdevshell team mailing list archive

[Bug 658699] Re: Super admin cannot Edit a Group from Manage Groups

 

No, just using regular http right now.

I did a completely new re-install and the very first thing I tried was
going directly to Manage Groups then Edit Group and I get the same error
mentioned above.

I do however get the following warning on install (although the server is running Apache so I am not sure why I get this message):
You are not running Apache as your web server. This version of PHPDevShell does not officially support non-Apache driven webservers.

I also tried setting debug=true and level=4 and putting all domains in and here is what is generated, although I am not sure if anything helpful is in it:
Autoloading db from /home/domain/public_html/phpds/includes/legacy/db.class.php
Autoloading PHPDS_db from /home/domain/public_html/phpds/includes/PHPDS_db.class.php
Autoloading PHPDS_db from /home/domain/public_html/phpds/includes/models/PHPDS_db.query.php
Autoloading template from /home/domain/public_html/phpds/includes/legacy/template.class.php
Autoloading PHPDS_template from /home/domain/public_html/phpds/includes/PHPDS_template.class.php
Autoloading PHPDS_template from /home/domain/public_html/phpds/includes/models/PHPDS_template.query.php
SELECT SQL_CACHE setting_description, setting_value FROM pds_core_settings WHERE setting_description IN ('PHPDevShell_scripts_name_version','PHPDevShell_footer_notes','PHPDevShell_front_page_id','PHPDevShell_front_page_id_in','PHPDevShell_loginandout','PHPDevShell_custom_logo','PHPDevShell_system_down','PHPDevShell_demo_mode','PHPDevShell_charset_format','PHPDevShell_locale_format','PHPDevShell_charset','PHPDevShell_language','PHPDevShell_debug_language','PHPDevShell_region','PHPDevShell_root_id','PHPDevShell_root_role','PHPDevShell_root_group','PHPDevShell_force_core_changes','PHPDevShell_system_logging','PHPDevShell_access_logging','PHPDevShell_crypt_key','PHPDevShell_date_format','PHPDevShell_date_format_short','PHPDevShell_default_template','PHPDevShell_default_template_id','PHPDevShell_printable_template','PHPDevShell_split_results','PHPDevShell_guest_role','PHPDevShell_guest_group','PHPDevShell_system_timezone','PHPDevShell_setting_admin_email','PHPDevShell_email_critical','PHPDevShell_sef_url','PHPDevShell_queries_count','PHPDevShell_allow_registration','PHPDevShell_registration_page','PHPDevShell_allow_remember','PHPDevShell_url_append','PHPDevShell_skin','PHPDevShell_meta_keywords','PHPDevShell_meta_description') Autoloading core from /home/domain/public_html/phpds/includes/legacy/core.class.phpAutoloading PHPDS_core from /home/domain/public_html/phpds/includes/PHPDS_core.class.phpAutoloading PHPDS_core from /home/domain/public_html/phpds/includes/models/PHPDS_core.query.php SELECT plugin_folder, status, version, use_logo FROM pds_core_plugin_activation MISSING Translation File : /home/domain/public_html/phpds/plugins/ControlPanel/language/en_US/LC_MESSAGES/ControlPanel.moAutoloading navigation from /home/domain/public_html/phpds/includes/legacy/navigation.class.phpAutoloading PHPDS_navigation from /home/domain/public_html/phpds/includes/PHPDS_navigation.class.phpAutoloading PHPDS_navigation from /home/domain/public_html/phpds/includes/models/PHPDS_navigation.query.phpAutoloading security from /home/domain/public_html/phpds/includes/legacy/security.class.phpAutoloading PHPDS_security from /home/domain/public_html/phpds/includes/PHPDS_security.class.phpAutoloading PHPDS_security from /home/domain/public_html/phpds/includes/models/PHPDS_security.query.phpLoading : /home/domain/public_html/phpds/plugins/ControlPanel/language/menu.lang.phpMISSING Translation File : /home/domain/public_html/phpds/plugins/FileMan/language/en_US/LC_MESSAGES/FileMan.moLoading : /home/domain/public_html/phpds/plugins/FileMan/language/menu.lang.phpMISSING Translation File : /home/domain/public_html/phpds/plugins/Pagination/language/en_US/LC_MESSAGES/Pagination.moLoading : /home/domain/public_html/phpds/plugins/Pagination/language/menu.lang.phpMISSING Translation File : /home/domain/public_html/phpds/plugins/PHPDevShell/language/en_US/LC_MESSAGES/PHPDevShell.moLoading : /home/domain/public_html/phpds/plugins/PHPDevShell/language/menu.lang.phpMISSING Translation File : /home/domain/public_html/phpds/plugins/PHPMailer/language/en_US/LC_MESSAGES/PHPMailer.moLoading : /home/domain/public_html/phpds/plugins/PHPMailer/language/menu.lang.phpMISSING Translation File : /home/domain/public_html/phpds/plugins/PHPThumbs/language/en_US/LC_MESSAGES/PHPThumbs.moLoading : /home/domain/public_html/phpds/plugins/PHPThumbs/language/menu.lang.phpMISSING Translation File : /home/domain/public_html/phpds/plugins/Smarty/language/en_US/LC_MESSAGES/Smarty.moLoading : /home/domain/public_html/phpds/plugins/Smarty/language/menu.lang.phpMISSING Translation File : /home/domain/public_html/phpds/plugins/TinyMCE/language/en_US/LC_MESSAGES/TinyMCE.moLoading : /home/domain/public_html/phpds/plugins/TinyMCE/language/menu.lang.php SELECT DISTINCT SQL_CACHE t1.user_role, t2.user_role_id FROM pds_core_users t1 LEFT JOIN pds_core_user_extra_roles t2 ON t1.user_id = t2.user_id WHERE t1.user_id = '1' ORDER BY t2.user_role_id ASC SELECT DISTINCT SQL_CACHE t1.menu_id, t1.parent_menu_id, t1.menu_name, t1.menu_link, t1.plugin, t1.menu_type, t1.extend, t1.new_window, t1.rank, t1.hide, t1.template_id, t1.alias, t1.layout, t3.is_parent, t3.type, t6.template_folder FROM pds_core_menu_items t1 LEFT JOIN pds_core_user_role_permissions t2 ON t1.menu_id = t2.menu_id LEFT JOIN pds_core_menu_structure t3 ON t1.menu_id = t3.menu_id LEFT JOIN pds_core_templates t6 ON t1.template_id = t6.template_id WHERE (t2.user_role_id IN ('1')) ORDER BY t3.id ASC MISSING Translation File : /home/domain/public_html/phpds/language/en_US/LC_MESSAGES/core.lang.moLoading : /home/domain/public_html/phpds/themes/cloud/icons.phpLoading : /home/domain/public_html/phpds/themes/cloud/icons.php SELECT menu_id, hook_point_id, plugin, hook_name FROM pds_core_hooks WHERE menu_id = '304549792' SELECT SQL_CACHE t1.class_id, t1.class_name, t1.alias, t1.plugin_folder, t1.enable, t1.rank FROM pds_core_plugin_classes t1 WHERE (t1.enable = 1) ORDER BY t1.rank ASC Loading : /home/domain/public_html/phpds/themes/cloud/modules.php
START TRANSACTION
Loading : /home/domain/public_html/phpds/themes/cloud/theme.php

-- 
Super admin cannot Edit a Group from Manage Groups 
https://bugs.launchpad.net/bugs/658699
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Triaged

Bug description:
Even when logged in as the default Root Super User, you cannot edit any of the groups on the Manage Groups page. This includes newly created groups as well.

When you click on Edit for any of the groups you get the following error:
SECURITY ALERT, There seems to be a security limitation, you are not allowed to run this script or the script could not be found. Make sure your session did not expire, you might be logged out.





References