PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old April 1st, 2005, 10:14 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Errors with VB 3.0.7

Getting this:

Code:
Content visible to verified customers only.
I'm assuming it's not finding my forum's global.php ? But why?
rex_b is offline   Reply With Quote
Old April 1st, 2005, 10:16 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
nevermind found the problem.

but does anyone know where to find the spot to change the image structure?
rex_b is offline   Reply With Quote
Old April 1st, 2005, 10:20 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
And also when I admin login it just loops me back to the gallery/index.php screen
rex_b is offline   Reply With Quote
Old April 1st, 2005, 10:38 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Ok I finally figured out the admin area problem but I still need to change the path to my VB image files. its going gallery/images instead of forum/images
rex_b is offline   Reply With Quote
Old April 1st, 2005, 10:43 AM   #5 (permalink)
ats
Registered User
 
Join Date: Sep 2003
Posts: 20
sure would be nice if you stated what the problem was, others are having this problem too, including me!
ats is offline   Reply With Quote
Old April 1st, 2005, 10:49 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
which problem is that? I've had a few. LOL
rex_b is offline   Reply With Quote
Old April 1st, 2005, 10:51 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
I am running a stock photopost with vb on my site as well as we run one here on photopost with no issue.

You have a url to your install?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 1st, 2005, 10:57 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Well now I'm having problems uploading too .. LOL

www.cruiselineforums.com/gallery/
rex_b is offline   Reply With Quote
Old April 1st, 2005, 10:58 AM   #9 (permalink)
ats
Registered User
 
Join Date: Sep 2003
Posts: 20
I get the original first error you had:


Warning: main(./global.php): failed to open stream: No such file or directory in /home/wildonkc/public_html/photopost/header-inc.php on line 62

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/wildonkc/public_html/photopost/header-inc.php on line 62
ats is offline   Reply With Quote
Old April 1st, 2005, 11:01 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Quote:
Originally Posted by ats
I get the original first error you had:


Warning: main(./global.php): failed to open stream: No such file or directory in /home/wildonkc/public_html/photopost/header-inc.php on line 62

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/wildonkc/public_html/photopost/header-inc.php on line 62
look in the config-int.php you will see the problem.
rex_b is offline   Reply With Quote
Old April 1st, 2005, 11:06 AM   #11 (permalink)
ats
Registered User
 
Join Date: Sep 2003
Posts: 20
All my settings are correct, all my paths are correct in config-int.php, not sure what I should be looking at, as it seems to be all correct.
ats is offline   Reply With Quote
Old April 1st, 2005, 11:09 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
this has to be wrong: $vbpath search for that in the config-int.php
rex_b is offline   Reply With Quote
Old April 1st, 2005, 11:13 AM   #13 (permalink)
ats
Registered User
 
Join Date: Sep 2003
Posts: 20
ooopsss....lol, found it!
ats is offline   Reply With Quote
Old April 1st, 2005, 11:13 AM   #14 (permalink)
ats
Registered User
 
Join Date: Sep 2003
Posts: 20
Thanks, totally missed it the first time
ats is offline   Reply With Quote
Old April 1st, 2005, 11:14 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
when uploading I get this error:

Code:
Content visible to verified customers only.
I'm using gd2
rex_b is offline   Reply With Quote
Old April 1st, 2005, 11:16 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
and fixed. Damn thing never saved my settings from install.
rex_b is offline   Reply With Quote
Old April 1st, 2005, 11:18 AM   #17 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Well now when I process the image I get this.. ugh

Quote:
Warning: imagejpeg(): Unable to open '/home2/speedpro/public_html/gallery/data/500/medium/carkit10.jpg' for writing in home2speedpropublic_htmlgalleryimage-inc.php on line 121

Warning: filesize(): Stat failed for /home2/speedpro/public_html/gallery/data/500/medium/carkit10.jpg (errno=2 - No such file or directory) in home2speedpropublic_htmlgalleryimage-inc.php on line 591

Warning: fread(): supplied argument is not a valid stream resource in home2speedpropublic_htmlgalleryimage-inc.php on line 591
rex_b is offline   Reply With Quote
Old April 1st, 2005, 11:44 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
1. Your using a custom style we dont autorewrite those urls you will need to edit that style and under image paths make them full urls or prepend your /forums etc to the paths

2. Check your data directory permissions. All data directories per the installation instructions need to be 777. Not just the main data but all directories underneath.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 1st, 2005, 02:38 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 61
Quote:
Originally Posted by omegatron
1. Your using a custom style we dont autorewrite those urls you will need to edit that style and under image paths make them full urls or prepend your /forums etc to the paths

2. Check your data directory permissions. All data directories per the installation instructions need to be 777. Not just the main data but all directories underneath.

I fixed number 2, but having problems with number 1
rex_b is offline   Reply With Quote
Old April 1st, 2005, 02:45 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
In your VB3 admin for that style in the general overall settings where the image paths are defined make them full urls or add your forums directory name in front
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Errors cbr929rrerion Installs and Upgrade - vBulletin 3.5.X 1 October 20th, 2005 08:31 PM
What are these errors? gholsie Photopost Pro Installation & Upgrades 3 April 10th, 2005 10:05 AM
Some errors raptor260 Photopost Pro Installation & Upgrades 1 March 27th, 2005 04:50 AM
PP 4.86 and vB 3.0.5 Errors Quincy Wisdom Photopost Pro Installation & Upgrades 2 January 9th, 2005 12:26 PM


All times are GMT -5. The time now is 06:23 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0