![]() |
Not an admin????(FIXED) So, I can log in to the newest installation of Reviewpost, but it tells me I'm not an admin! If i'm not the admin, i'd sure like to know who is. This is a fresh install, done about 5 minutes ago. It says "You are not a valid administrator or moderator! " grr./ |
well maybe a bit more information would help here as in a url and integration type |
sorry about that. Addy is: http://www.dropmachine.com/reviews/members/index.php Integrated with PHPBB. |
I dont see any issues here with phpbb2 integration Code: Content visible to verified customers only.So using phpmyadmin what exists in your reviewpost usergroups table?? |
This is what is in my review post usergroup table -- phpMyAdmin SQL Dump -- version 2.6.1 -- http://www.phpmyadmin.net -- -- Host: infongd5810 -- Generation Time: Aug 29, 2005 at 05:52 PM -- Server version: 4.0.25 -- PHP Version: 4.3.10-2 -- -- Database: `db115147467` -- -- -------------------------------------------------------- -- -- Table structure for table `rp_usergroups` -- CREATE TABLE `rp_usergroups` ( `groupid` int(5) NOT NULL auto_increment, `groupname` varchar(50) NOT NULL default '', `cpaccess` smallint(3) NOT NULL default '0', `uploads` smallint(3) NOT NULL default '1', `reviews` smallint(3) NOT NULL default '1', `editpho` int(3) NOT NULL default '1', `editposts` int(3) NOT NULL default '1', `modaccess` smallint(3) NOT NULL default '0', `reqmod` int(3) NOT NULL default '0', `uplimit` int(3) NOT NULL default '0', PRIMARY KEY (`groupid`) ) TYPE=MyISAM AUTO_INCREMENT=2524 ; -- -- Dumping data for table `rp_usergroups` -- INSERT INTO `rp_usergroups` VALUES (663, 'TEAM', 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `rp_usergroups` VALUES (2455, 'Dirtbags', 0, 0, 0, 0, 0, 0, 0, 0); INSERT INTO `rp_usergroups` VALUES (2523, 'core', 0, 0, 0, 0, 0, 0, 0, 0); ANother fun bit i just noticed. When you click on the default catagory, it gives me a 404 error. Thats a bit weird. Should I maybe just reinstall it? |
I am going to reinstall it, see how that goes. Who knows, maybe something went nuts. There are no reviews in there, so no big loss anyways. |
Interesting your core usergroups are not in there but I see nothing wrong with them below as I already stated let me know Code: Content visible to verified customers only. |
Alright so I reinstalled it, and the same thing happened. I tried putting the code above in through PHPmyadmin and this is what i got: SQL-query: $query[] = "CREATE TABLE {$rp_db_prefix}usergroups (groupid int(5) NOT NULL auto_increment, groupname varchar(50) NOT NULL default '', cpaccess smallint(3) NOT NULL default '0', uploads smallint(3) NOT NULL default '1', reviews smallint(3) NOT NULL default '1', editpho int(3) NOT NULL default '1', editposts int(3) NOT NULL default '1', modaccess smallint(3) NOT NULL default '0', reqmod int(3) NOT NULL default '0', uplimit int(3) NOT NULL default '0', PRIMARY KEY (groupid)) TYPE=MyISAM" I really have no idea about this stuff. |
More stuff. So, not sure if this matters, but in myadmin is says I've installed version 2.91, not 3.0. Maybe thats part of the problem? |
add this INSERT INTO rp_usergroups VALUES ('1','Anonymous',0,0,0,0,0,0,0,0); INSERT INTO rp_usergroups VALUES ('2','Admin',1,1,1,0,1,1,0,0); INSERT INTO rp_usergroups VALUES ('3','Regular Users',0,0,1,1,1,0,0,0); |
Quote:
|
Yep thanks |
| All times are GMT -5. The time now is 01:09 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0