In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

View Revisions: Issue #956 All Revisions ] Back to Issue ]
Summary 0000956: Insufficient database permission handling
Revision 2011-01-10 12:44:50 by alex
Additional Information These are only permissions, that should be given to MySQL user for testing:


GRANT SELECT ON `inportal_database`.`ptn_Phrase` TO 'inportal_user'@'localhost';
GRANT SELECT ON `inportal_database`.`ptn_ConfigurationValues` TO 'inportal_user'@'localhost';
GRANT SELECT ON `inportal_database`.`ptn_Language` TO 'inportal_user'@'localhost';
GRANT SELECT ON `inportal_database`.`ptn_Modules` TO 'inportal_user'@'localhost';
GRANT SELECT ON `inportal_database`.`ptn_Theme` TO 'inportal_user'@'localhost';
GRANT SELECT ON `inportal_database`.`ptn_Skins` TO 'inportal_user'@'localhost';


Also please disable debug mode or just turn DBG_SQL_FAILURE off.
Revision 2011-01-03 08:58:14 by alex
Additional Information



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker