 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
March 22nd, 2006, 12:37 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
|
Similar issue. Had PhotoPost Gallery working fine before upgrading vBulletin. Gallery is working, but I can't get preview photos to show up in forum. No problem gettting the "features" or "photo galleries" banners to show up, but no photos. http://www.canyoneering.net/forums
I've read the FAQs, but can't find a solution that applies.
|
| |
March 22nd, 2006, 12:44 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,680
|
Also is this photopost pro or photopost vbgallery? Looks to me like your talking Photopost pro and if so you need to make sure your using the current files in the download inc_features.php and inc_photopost.php if your attempting to show blocks on your forum.
|
| |
March 22nd, 2006, 02:02 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
| Quote: |
Originally Posted by Chuck S Also is this photopost pro or photopost vbgallery? Looks to me like your talking Photopost pro and if so you need to make sure your using the current files in the download inc_features.php and inc_photopost.php if your attempting to show blocks on your forum. | Photopost Pro version 5.13
I put both lines in forums/index.php. It looks like ...
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once(DIR . '/includes/functions_bigthree.php');
require_once(DIR . '/includes/functions_forumlist.php');
include('../gallery/inc_features.php');
include('../gallery/inc_photopost.php');
Did new versions of these two files come out for the new version of vB? If so, where do I get them?
|
| |
March 22nd, 2006, 02:04 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,680
|
If you upgraded to vbulletin 3.54 then you need to download the latest photopost as 5.13 is not compatible with 3.5 series only 5.2 and above and yes there are new includes files as well |
| |
March 22nd, 2006, 02:41 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
| Quote: |
Originally Posted by Chuck S If you upgraded to vbulletin 3.54 then you need to download the latest photopost as 5.13 is not compatible with 3.5 series only 5.2 and above and yes there are new includes files as well  | Doh!
Thanks for your help.
|
| |
March 23rd, 2006, 11:31 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
|
Installed the new version last night. The featured photos thumbnails now show up in my forum ... at least the borders do. When I try to enter the gallery, I get this error code:
Warning: chdir(): No such file or directory (errno 2) in /home/canyon/public_html/gallery/header-inc.php on line 60
Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/canyon/public_html/gallery/forums/global.php on line 18
Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/canyon/public_html/gallery/forums/global.php on line 18
|
| |
March 23rd, 2006, 12:04 PM
|
#7 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005
Posts: 1,407
|
[ Thread split, PP Pro posts moved to a new thread in the PP Pro support forum ]
|
| |
March 23rd, 2006, 01:40 PM
|
#8 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,229
| Quote: |
Originally Posted by rcwild Installed the new version last night. The featured photos thumbnails now show up in my forum ... at least the borders do. When I try to enter the gallery, I get this error code:
Warning: chdir(): No such file or directory (errno 2) in /home/canyon/public_html/gallery/header-inc.php on line 60
Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/canyon/public_html/gallery/forums/global.php on line 18
Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/canyon/public_html/gallery/forums/global.php on line 18 | - photopost/config-int.php
// Forum Integration Configuration File
There are a few settings here to fill out for server settings
|
| |
March 23rd, 2006, 04:21 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
| Quote: |
Originally Posted by Zachariah - photopost/config-int.php
// Forum Integration Configuration File
There are a few settings here to fill out for server settings | The settings all appear to be correct.
|
| |
March 23rd, 2006, 06:02 PM
|
#10 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,229
|
Double-check the setting in this line of your gallery/config-int.php Code: Content visible to verified customers only.
Pay close atanchen to when to place slashes " / " at the end in the example. Yell if ya need help
EX: Code: Content visible to verified customers only.
Last edited by Zachariah; March 23rd, 2006 at 06:05 PM.
|
| |
March 23rd, 2006, 06:33 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
|
I might be making progress. Earlier I caught the "/" missing after data. As a result, the featured photos are showing up in my forum. Still getting an error message, but it's a different one ...
Warning: main(./forums/global.php): failed to open stream: No such file or directory in /home/canyon/public_html/gallery/header-inc.php on line 61
Warning: main(./forums/global.php): failed to open stream: No such file or directory in /home/canyon/public_html/gallery/header-inc.php on line 61
Fatal error: main(): Failed opening required './forums/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/canyon/public_html/gallery/header-inc.php on line 61
Thanks for your help. The gallery was working beautifully before I upgraded vBulletin. The gallery is a favorite feature on our website, so I'm anxious to get it back up.
|
| |
March 23rd, 2006, 06:39 PM
|
#12 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,229
|
PM me a ftp account. Quote: |
Originally Posted by rcwild I might be making progress. Earlier I caught the "/" missing after data. As a result, the featured photos are showing up in my forum. Still getting an error message, but it's a different one ...
Warning: main(./forums/global.php): failed to open stream: No such file or directory in /home/canyon/public_html/gallery/header-inc.php on line 61
Warning: main(./forums/global.php): failed to open stream: No such file or directory in /home/canyon/public_html/gallery/header-inc.php on line 61
Fatal error: main(): Failed opening required './forums/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/canyon/public_html/gallery/header-inc.php on line 61
Thanks for your help. The gallery was working beautifully before I upgraded vBulletin. The gallery is a favorite feature on our website, so I'm anxious to get it back up. | |
| |
March 23rd, 2006, 10:19 PM
|
#13 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,229
|
Up and going.
- header-inc.php file was corrupted. Perhaps in transfer to FTP.
|
| |
March 23rd, 2006, 10:56 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
|
Thanks, man. I can't log in to the gallery, but I noticed a thread elsewhere about that. I'll poke around for the answer.
|
| |
March 24th, 2006, 07:30 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
|
Login problem was due to cookie settings.
Only a couple more things to do to get it back to the way it was before vB upgrade.
1. I'm using the "stacks" background for photos in gallery. Before I somehow managed to get that same background for the photos that show up as features in the forums. Can't figure out how to do it again.
2. The show photo page displays 5 images across, plus the main image. 5 images is too many. It forces the use of a horizontal scroll bar. How do I change this to fewer images?
|
| |
March 24th, 2006, 08:02 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,680
|
1. You can hack the inc_features.php as you did the last time to achieve that
2. You can either turn them off or use them this is the only switch here. The number is not configurable.
|
| |
March 24th, 2006, 08:27 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
| Quote: |
Originally Posted by Chuck S 1. You can hack the inc_features.php as you did the last time to achieve that | If I hacked something, I must have found some very specific instructions somewhere. Beyond my ability. ?? Quote: |
2. You can either turn them off or use them this is the only switch here. The number is not configurable.
| I'd like to turn it off then. Didn't see that option in "Show Photo Options". ??
|
| |
March 24th, 2006, 08:57 AM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 47
|
The "stacks" background was causing the 5 photos to stretch out too wide. I switched the background and figured out how to make the change in inc_features.php so the backgrounds match.
Thanks.
Last edited by rcwild; March 24th, 2006 at 09:14 AM.
|
| |
March 24th, 2006, 09:44 AM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,680
|
THIS
Enable next and previous photo previews?
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 06:13 AM. | |