PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Step 3 problems (http://www.photopost.com/forum/photopost-pro-installation-upgrades/114161-step-3-problems.html)

ConTractor May 28th, 2005 05:57 AM

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?

Chuck S May 28th, 2005 08:00 AM

well for one did you use the same table prefix as phpbb? if so your gonna have issues as you might have a table conflict and tables not created. You have no categories table and phpbb already has one.

Try installing our product with a table prefix other than the same one your using on the forum and all our needed tables will get created.

Try photo_


All times are GMT -5. The time now is 11:45 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97