 | |  | | | ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost. |
August 29th, 2005, 03:01 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 66
| 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./
|
| |
August 29th, 2005, 03:47 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,680
|
well maybe a bit more information would help here as in a url and integration type
|
| |
August 29th, 2005, 03:51 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 66
| |
| |
August 29th, 2005, 04:37 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,680
|
I dont see any issues here with phpbb2 integration Code: Content visible to verified customers only.
On install a usergroups table is created with 10 fields and the 3 inserts above also have 10 fields
So using phpmyadmin what exists in your reviewpost usergroups table??
|
| |
August 29th, 2005, 04:53 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 66
|
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?
|
| |
August 29th, 2005, 04:55 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 66
|
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.
|
| |
August 29th, 2005, 05:04 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,680
|
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.
|
| |
August 29th, 2005, 05:16 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 66
|
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.
|
| |
August 29th, 2005, 05:18 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 66
|
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?
|
| |
August 29th, 2005, 05:21 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,680
|
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);
|
| |
August 30th, 2005, 02:41 AM
|
#11 (permalink)
| | Junior Member Verified Customer
Join Date: Dec 2003
Posts: 23
| Quote: |
Originally Posted by omegatron 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); | I had the same problem after doing a fresh install of v3 over an existing DB. The above code fixed the problem for me. Thanks.
|
| |
August 30th, 2005, 08:07 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,680
|
Yep thanks
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 12:19 PM. | |