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?