https://www.icyphoenix.com/viewtopic.php?f=26&t=849
-----------------------------------
Matt_UK
Wed 10 Jan, 2007 16:40

FAP SUPPORT - Start To Finish - Who Can Help Me With My Journey ?
-----------------------------------
Hi guys  :) 

Names Matt and I have 4 yes 4 online forums which I would like to install the 'Full Album Pack 1_4_0'

I have set up a test myqsl database so as not to destroy my current work, and when I perfect the installation I shall then install the FAP site-wide.

I'm afraid I havent got very far, I ran the fap_install.php and got the following error messages :


DROP TABLE `phpbb_album_sp_config`
+++ [color=red]Error[/color]: Unknown table 'phpbb_album_sp_config'

ALTER TABLE `phpbb_album_cat` ADD `cat_parent` MEDIUMINT( 8 ) UNSIGNED DEFAULT '0' NULL AFTER `cat_approval`
+++ [color=red]Error[/color]: Duplicate column name 'cat_parent'

ALTER TABLE `phpbb_album_cat` ADD `cat_user_id` MEDIUMINT( 8 ) UNSIGNED DEFAULT '0' NULL AFTER `cat_parent`
+++ [color=red]Error[/color]: Duplicate column name 'cat_user_id'

ALTER TABLE `phpbb_album_comment` ADD `comment_cat_id` int(11) NOT NULL default '0' AFTER `comment_pic_id`
+++ [color=red]Error[/color]: Duplicate column name 'comment_cat_id'


I havent even begun and already I have problems  :cry: 

Can someone help me please ? 

I am running the ca_aphrodite skin and I managed to install a previous verson to get it working, but version 1_4_0 gives me error messages already.

I'd like to make this a journey from start to finish for ca_aphrodite skin and I am willing to copy and paste code and detail what I find out step by step for other users if this helps.

Many thanks.

Matt  8)


-----------------------------------
Artie
Thu 11 Jan, 2007 00:28

Re: Start To Finish - Who Can Help Me With My Journey ?
-----------------------------------
You can safely ignore the error messages above.

The first is trying to drop a table ..... it doesn't exist ... that's what we want

The others are attempt to add fields to a table .... they are there already .... that's what we want


