PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > ReviewPost Pro Support Forums > ReviewPost Bug Reports

ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 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./
dropmachine is offline   Reply With Quote
Old August 29th, 2005, 03:47 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 29th, 2005, 03:51 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 66
sorry about that.

Addy is: http://www.dropmachine.com/reviews/members/index.php

Integrated with PHPBB.
dropmachine is offline   Reply With Quote
Old August 29th, 2005, 04:37 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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??
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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?
dropmachine is offline   Reply With Quote
Old 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.
dropmachine is offline   Reply With Quote
Old August 29th, 2005, 05:04 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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.
dropmachine is offline   Reply With Quote
Old 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?
dropmachine is offline   Reply With Quote
Old August 29th, 2005, 05:21 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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);
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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.
clockwood8494 is offline   Reply With Quote
Old August 30th, 2005, 08:07 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Yep thanks
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot remove comment in Admin Panel(FIXED) prodigy Classifieds Bug Reports 1 August 12th, 2005 09:28 AM
2.41 can not edit users in admin CP(FIXED) snoopy5 Classifieds Bug Reports 2 August 5th, 2005 10:24 AM
5.13 Admin panel broken with vbPortal 2 integration(FIXED) Chris Marks Photopost Pro Bug Reports 7 July 12th, 2005 06:37 PM
Cannot Login to classifieds Admin CP or as Regular Member(FIXED) dcpaq2 Classifieds Bug Reports 38 July 6th, 2005 12:47 PM


All times are GMT -5. The time now is 12:19 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0