2010-06-23, 10:05 PM
(This post was last modified: 2010-06-23, 10:15 PM by andrewjs18.)
any reason why I get this error when I try to view the page manager section in the admincp?
Access Denied
You do not have permission to access this part of the administration control panel.
here's the .xml file for the debugger
Access Denied
You do not have permission to access this part of the administration control panel.
here's the .xml file for the debugger
<?xml version="1.0" encoding="UTF-8"?>
<pagemanager_debug>
<server>
<php><![CDATA[5.2.13]]></php>
<database><![CDATA[MySQLi 5.1.47]]></database>
</server>
<mybb>
<version><![CDATA[1.4.13]]></version>
<plugins><![CDATA[nam, gip, nur, google_analytics, my_meta_tags, onlinetoday, admsec, automedia, rssfeedicon, wnr, google_seo, stopforumspam, settings_cleaner, pagemanager]]></plugins>
</mybb>
<pagemanager>
<md5><![CDATA[2818ed039c3650a7af6158136ab0085d]]></md5>
<name><![CDATA[Page Manager]]></name>
<description><![CDATA[Allows you to manage additional pages.]]></description>
<website><![CDATA[http://mods.mybboard.net/view/page-manager]]></website>
<author><![CDATA[Sebastian Wunderlich]]></author>
<version><![CDATA[1.5]]></version>
<guid><![CDATA[9df7fb9187de42dd35e99dffb5739387]]></guid>
<compatibility><![CDATA[14*,16*]]></compatibility>
</pagemanager>
<table>
<create><![CDATA[CREATE TABLE `mybb_pages` (
`pid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(120) NOT NULL DEFAULT '',
`url` varchar(30) NOT NULL DEFAULT '',
`framework` int(1) NOT NULL DEFAULT '0',
`template` text NOT NULL,
`online` int(1) NOT NULL DEFAULT '1',
`enabled` int(1) NOT NULL DEFAULT '1',
`dateline` bigint(30) NOT NULL DEFAULT '0',
PRIMARY KEY (`pid`),
UNIQUE KEY `url` (`url`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8]]></create>
</table>
</pagemanager_debug>