Thread: Step 3 problems
View Single Post
Old May 28th, 2005, 05:57 AM   #1 (permalink)
ConTractor
Junior Member
Verified Customer
 
Join Date: May 2005
Posts: 11
Step 3 problems

Update
I continued install and ignored the errors.
Now I get
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/www/virtual/MYUSERNAME/www.MYSITE.com/pp-inc.php on line 2876

Ref. to this post, the usergroups was created.



First posted
Step 3: MySQL error reported: [INSERT INTO phpbb_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (1,'Main','',2,'no',0,'2')]
Result: Unknown column 'id' in 'field list'
Database: mydatabase

Step 3: MySQL error reported: [INSERT INTO phpbb_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (2,'A Category','Photos of a particular subject',1,'yes',1,'')]
Result: Unknown column 'id' in 'field list'
Database: mydatabase

Step 3: MySQL error reported: [INSERT INTO phpbb_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (500,'Member Galleries','Individual user galleries - any photo category',1,'yes',0,'')]
Result: Unknown column 'id' in 'field list'
Database: mydatabase

I wnat to use the same DB for PP and phpBB2.

phpBB works fine, it seems.

Any idea?

Last edited by ConTractor; May 28th, 2005 at 06:33 AM.
ConTractor is offline   Reply With Quote