Quote:
Originally Posted by Chuck S You should also have a blank url everywhere except admin then and your issue is not the same as this customer.
Edit your config-int.php file and on the $vbpath line make sure to have the correct server path to vb in that line and save and upload that change and your photopost should not show. Your error is because on last step of install you entered the incorrect path to the forum |
I corrected the $vbpath config-int.php file as suggested. However, it still gave me a blank page when I accessed "mysite.com/forum/photopost/misc.php" again. I then went ahead and attempted to reinstall, but when I came to step 3, it gave me the following errors:
-------------------------------------------------------------------
Step 3: MySQL error reported: [INSERT INTO pp_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (1,'Main','',2,'no',0,'2')]
Result: Duplicate entry '1' for key 1
Database: myname_forum
Step 3: MySQL error reported: [INSERT INTO pp_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (2,'A Category','Photos of a particular subject',1,'yes',1,'')]
Result: Duplicate entry '2' for key 1
Database: myname_forum
Step 3: MySQL error reported: [INSERT INTO pp_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (500,'Member Galleries','Individual user galleries - any photo category',1,'yes',0,'')]
Result: Duplicate entry '500' for key 1
Database: myname_forum
Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (1,'Title for your PhotoPost Application','galleryname','','My Photo Gallery',1,1)]
Result: Duplicate entry '1' for key 1
Database: myname_forum
Etc. .......
........
------------------------------------------------------------------------
Do I need to clear the existing photopost tables first before reinstalling? How exactly do I do that?
Thanks.