|
Page 1 of 1
|
VirtualTelescope
Joined: August 2007
Posts: 8
|
 FAP SUPPORT - Help Installing FAP
Hi all,
I would like to install the latest release of FAP in my http://virtualtelescope.bellatrixobservatory.org/phpBB2/ forum.
I managed to copy the files accordingly with the txt file included in the archive. However, while the same file lists the ones needing to be edited, I do not see what to edit.
Can you kindly help me?
Thank you so much,
VirtualTelescope
|
#1 Wed 22 Aug, 2007 16:49 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Artie 
Joined: January 2007
Posts: 833
Location:  Lone Star State
|
 Re: Help Installing FAP
The full_album_pack_1_4_1.txt file should show you what and where to edit.....Scroll down aways, you will find it.
|
#2 Wed 22 Aug, 2007 17:00 |
|
VirtualTelescope
Joined: August 2007
Posts: 8
|
 Re: Help Installing FAP
Thanks Artie for responding!
I did see your tutorial too and there you say that the edited parts are listed on the txt. I'm scrolling it:
I do see the list of file to be edited and files included, then some credits. Features of the current release follow, as well as updates history. The instructions to copy files and CHMOD. Finally a very long list for online exection, I guess, but I shoudl edit the files manually.
I apologize if I'm missing something and I thank you for giving me such a chance to learn.
VirtualTelescope
|
#3 Wed 22 Aug, 2007 17:09 |
|
Artie 
Joined: January 2007
Posts: 833
Location:  Lone Star State
|
 Re: Help Installing FAP
Finally a very long list for online exection
Keep scrolling .... look for:
#
#-----[ OPEN ]------------------------------------------------
#
viewonline.php
#
this is the beginning of the edits
|
#4 Wed 22 Aug, 2007 17:15 |
|
VirtualTelescope
Joined: August 2007
Posts: 8
|
 Re: Help Installing FAP
Many thanks!
I did find all those changes, did it and uploaded.
At this point, I simply pointed my prowser to the my forum, but I still do not see the album option.
If I point, with my browser, fap_install.php I get this message:
Only admins may run this script!!!
I'm sure I'm missing something.
Thanks is advance,
VT
|
#5 Wed 22 Aug, 2007 18:19 |
|
Artie 
Joined: January 2007
Posts: 833
Location:  Lone Star State
|
 Re: Help Installing FAP
At this point, I simply pointed my prowser to the my forum, but I still do not see the album option.
Applying the required edit to templates/subSilver/overall_header.tpl should give you the Album link.
If I point, with my browser, fap_install.php I get this message:
Only admins may run this script!!!
It states in the install text
Or you can copy "fap_install.php" to your phpBB root and execute it from your browser when you're logged in with admin rights
|
#6 Wed 22 Aug, 2007 18:26 |
|
VirtualTelescope
Joined: August 2007
Posts: 8
|
 Re: Help Installing FAP
Or, better, I see it in the english language options, but if I click on album I get an error. You can try here:
http://virtualtelescope.bellatrixobservatory.org/phpBB2/
I do not understand the error
Could not query Album config information
DEBUG MODE
SQL Error : 1146 Table 'Sql155990_1.phpbb_album_config' doesn't exist
SELECT * FROM phpbb_album_config
Line : 75
File : album_common.php
Please help,
VT
|
#7 Wed 22 Aug, 2007 18:28 |
|
Artie 
Joined: January 2007
Posts: 833
Location:  Lone Star State
|
 Re: Help Installing FAP
Did you run the file fap_install.php while logged in as admin ?
|
#8 Wed 22 Aug, 2007 18:39 |
|
VirtualTelescope
Joined: August 2007
Posts: 8
|
 Re: Help Installing FAP
Did you run the file fap_install.php while logged in as admin ?
Yes, I did, and get many OK messages, with few red ones, like this:
DROP TABLE `phpbb_album_sp_config`
+++ Error: Unknown table 'phpbb_album_sp_config'
If I try to upload a test image I get back this error message:
Warning: copy(album_mod/upload/76fae5d75e3aba62b7fd5ad94dbb93b8.jpg): failed to open stream: Permission denied in D:InetpubwebsvirtualtelescopebellatrixobservatoryorgphpBB2album_upload.php on line 871
Warning: getimagesize(album_mod/upload/76fae5d75e3aba62b7fd5ad94dbb93b8.jpg): failed to open stream: No such file or directory in D:InetpubwebsvirtualtelescopebellatrixobservatoryorgphpBB2album_upload.php on line 891
Thank you for your help,
VT
|
#9 Wed 22 Aug, 2007 18:50 |
|
Artie 
Joined: January 2007
Posts: 833
Location:  Lone Star State
|
 Re: Help Installing FAP
DROP TABLE `phpbb_album_sp_config`
+++ Error: Unknown table 'phpbb_album_sp_config'
These can most likely be ignored... this one in particular is trying to delete a DB table that doesn't exist, which is what we want we were trying to accomplish.
If I try to upload a test image I get back this error message:
Warning: copy(album_mod/upload/76fae5d75e3aba62b7fd5ad94dbb93b8.jpg): failed to open stream: Permission denied in D:InetpubwebsvirtualtelescopebellatrixobservatoryorgphpBB2album_upload.php on line 871
Warning: getimagesize(album_mod/upload/76fae5d75e3aba62b7fd5ad94dbb93b8.jpg): failed to open stream: No such file or directory in D:InetpubwebsvirtualtelescopebellatrixobservatoryorgphpBB2album_upload.php on line 891
Appears that you failed to set the file/folder permissions (CHMOD) as stated in the install text.
|
#10 Wed 22 Aug, 2007 18:59 |
|
VirtualTelescope
Joined: August 2007
Posts: 8
|
 Re: Help Installing FAP
Appears that you failed to set the file/folder permissions (CHMOD) as stated in the install text.
I used WS_FTP for this, but it says he can only updates that property for Unix host. To your knowledge, can I solve with another FTP client? any suggestion for it?
As of now, my files/directories are tagged this way:
-rw-rw-rw
Many thanks,
VT
|
#11 Wed 22 Aug, 2007 19:11 |
|
Artie 
Joined: January 2007
Posts: 833
Location:  Lone Star State
|
 Re: Help Installing FAP
Okay, I noticed now that you are on windows server.
I'm not familiar with setting permissions on a Windows server (actually, I thought it was not needed) .... you should talk with your host about this.
|
#12 Thu 23 Aug, 2007 01:17 |
|
VirtualTelescope
Joined: August 2007
Posts: 8
|
 Re: Help Installing FAP
Okay, I noticed now that you are on windows server.
I'm not familiar with setting permissions on a Windows server (actually, I thought it was not needed) .... you should talk with your host about this.
Dear Artie,
I will contact them and hear what they will say.
Thanks,
VT
|
#13 Thu 23 Aug, 2007 12:17 |
|
VirtualTelescope
Joined: August 2007
Posts: 8
|
 Re: Help Installing FAP
My IP suggested me to place all the stuff in the public directory, having special permissions. I did (simply copying all the stuff there).
Now, when I try to upload a picture, I do not have the previous error, just end with a blank page. Going back to the forum index, I see no pics in the gallery. You can try here:
http://virtualtelescope.bellatrixobservatory.org/public/phpBB2/
Thank you so much,
VT
|
#14 Thu 23 Aug, 2007 15:02 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|