| Junior Member Verified Customer
Join Date: Dec 2005
Posts: 29
|
Ok, sorry to keep asking questions but I am trying to figure things out. I want to learn, I want to know how to do this. anyways.
I am looking through my config-int file and I am wondering what exactly I should have here in this spot and what does this refer to.
$vbpath
should this be the path to my forums? I am confused as to what vb stand for. I am integrating with phpBB3....and what is VB3 integration referring to?
Another question...doing a lot of reading and searching for answers here. Here you told someone to delete the usergroups table and then run install and answer things correctly including proper cookie name. Where exactly would I find the correct cookie name? I found one on my forums admin - would that be the same one?
Ok.....I decided to try and reinstall and these are the errors I am getting...well some of them, the list is rather long. Quote:
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: ascrappi_photo
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: ascrappi_photo
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: ascrappi_photo
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: ascrappi_photo
Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (2,'Web site name','webname','','My Website',2,1)]
Result: Duplicate entry '2' for key 1
Database: ascrappi_photo
Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (3,'Your Website URL (include http://)','domain','','http://www.domain.com',3,1)]
Result: Duplicate entry '3' for key 1
Database: ascrappi_photo
Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (4,'Administrator Email Address','adminemail','','admin@domain.com',4,1)]
Result: Duplicate entry '4' for key 1
Database: ascrappi_photo
Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (5,'URL to PhotoPost data directory','datadir','This is the web / virtual path to the data directory.','http://www.domain.com/photopost/data',5,1)]
Result: Duplicate entry '5' for key 1
Database: ascrappi_photo
| thanks for your help.
Last edited by ~Jo; April 16th, 2008 at 10:30 PM.
|