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 September 12th, 2006, 03:56 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
Installation problems photopost php pro vb3.6.0

Hi, I am going mad here. I've finally got to step 4 and when it went to configure the program I got this error.

We're sorry, but we encountered an error during the installation process...

Unable to create/write to /home/carandimage/public_html/photopost/data! Check your data directory permissions before continuing.

When you have fixed your permissions Refresh this page to try again.

If you have corrected the error, you may hit GO BACK and try again.

This would be fine except that I and my host have checked each and every directory and subdirectory and they are all set at CHMOD 777

Any suggestions before I go completely insane would be most welcome.
Sky Pilot is offline   Reply With Quote
Old September 12th, 2006, 07:09 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Are you sure your path is right

/home/carandimage/public_html/photopost/data

Basically that error is very specific and either means your path is wrong or your permissions are wrong. There can be nothing else wrong. So double check your path here to ensure its right and make sure that the data directory at EVERY LEVEL IS 777

That means this every last directory.

Code:
Content visible to verified customers only.
__________________
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 September 12th, 2006, 10:14 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
Problem was the path. You were right.

OK, got one step further. I got to the logon for Photopost and was not sure what to type in as user and password, but used the ones from the config. I got this coming up.

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/carandim/public_html/photopost/header-inc.php on line 64

Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/carandim/public_html/photopost/header-inc.php on line 65

Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carandim/public_html/photopost/header-inc.php on line 65

What is happening now?

Oh, three other error messages. The first 2 came up above the photpost logon and password boxes and were:

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/path/to/php/headtags.htm) is not within the allowed path(s): (/home/carandim:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/carandim/public_html/photopost/pp-inc.php on line 492

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/path/to/php/header.htm) is not within the allowed path(s): (/home/carandim:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/carandim/public_html/photopost/pp-inc.php on line 552

The 3rd one was under the logon boxes and was:

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/path/to/php/footer.htm) is not within the allowed path(s): (/home/carandim:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/carandim/public_html/photopost/pp-inc.php on line 632

There is obviously something seriously wrong.

Last edited by Sky Pilot; September 12th, 2006 at 10:21 PM.
Sky Pilot is offline   Reply With Quote
Old September 13th, 2006, 07:01 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Yes on the last step of install your vbulletin server path was entered incorrectly.

If you enter the right server path for vb in the $vbpath line in the config-int.php file that should solve your global issue.

Next the other errors are easy. Sign in as admin and under global options you can remove the bogus paths to header footer and headtags htm.
__________________
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 September 13th, 2006, 08:25 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
$vbpath = "/home/carandim/public_html/forums";
$pppath = "/home/carandim/public_html/photopost";


Are the two paths from that file and I can be pretty sure they are correct.
Sky Pilot is offline   Reply With Quote
Old September 13th, 2006, 08:35 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Quote:
Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carandim/public_html/photopost/header-inc.php on line 65

that error is pretty specific and says the path is wrong since we are not finding global.php in that directory.
__________________
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 September 14th, 2006, 03:52 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carandim/public_html/photopost/header-inc.php on line 65

My host has verified that the /home/carandim/public_html/photopost does in fact exist on my site.

Where to now?
Sky Pilot is offline   Reply With Quote
Old September 14th, 2006, 08:27 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
You need to make sure your server path to the forum is correct in the config-int.php file.
__________________
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 September 14th, 2006, 06:01 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
The path to forums is correct.

I can't find a file called globals.php. Should there be one?
Sky Pilot is offline   Reply With Quote
Old September 14th, 2006, 06:51 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
global.php definately exists in vbulletin and if the server path to the forum is correct you should not get that error in config-int.php
__________________
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 September 16th, 2006, 11:07 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
I have finally made it to the admin-index.php. I am still getting these errors. When trying to go to the user index. or run the index.php
index.php in my browser. The galleries are not showing on the forums either.

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/carandim/public_html/photopost/header-inc.php on line 64

Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/carandim/public_html/photopost/header-inc.php on line 65

Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carandim/public_html/photopost/header-inc.php on line 65

What do I need to do?

Last edited by Sky Pilot; September 16th, 2006 at 11:56 PM.
Sky Pilot is offline   Reply With Quote
Old September 17th, 2006, 09:05 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
In your config-int.php file the server path must be correct to your vbulletin install.

$vbpath = "/home/carandim/public_html/forums";
__________________
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 September 17th, 2006, 09:22 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
OK, I had a trailing backslash on that one and now when I go to index.php, I get

Warning: include(/home/carandim/public_html/photopost/templates/vb3enhanced/thumbnail.tmpl) [function.include]: failed to open stream: No such file or directory in /home/carandim/public_html/photopost/pp-inc.php on line 325

Warning: include() [function.include]: Failed opening '/home/carandim/public_html/photopost/templates/vb3enhanced/thumbnail.tmpl' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carandim/public_html/photopost/pp-inc.php on line 325

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/path/to/php/headtags.htm) is not within the allowed path(s): (/home/carandim/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/carandim/public_html/photopost/pp-inc.php on line 492
Car and Image Forums

Car and Image Forums

Welcome, Sky Pilot.
You last visited: Yesterday at 11:36 PM
Private Messages: Unread 0, Total 6.
User CP FAQ Members List Calendar New Posts Search Quick Links Log Out

Search Forums
Show Threads Show Posts
Advanced Search
Quick Links
Today's Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Signature
Edit Profile
Edit Options
Miscellaneous
Private Messages
Subscribed Threads
My Profile
Who's Online
Go to Page...
My Photos · My Favorites Admin · Home · Search · Profile · Upload Photos


Warning: include(/home/carandim/public_html/photopost/templates/vb3enhanced/sidebar_leftopen.tmpl) [function.include]: failed to open stream: No such file or directory in /home/carandim/public_html/photopost/index.php on line 297

Warning: include() [function.include]: Failed opening '/home/carandim/public_html/photopost/templates/vb3enhanced/sidebar_leftopen.tmpl' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carandim/public_html/photopost/index.php on line 297
Welcome, Sky Pilot
Warning: include(/home/carandim/public_html/photopost/templates/vb3enhanced/searchbox.tmpl) [function.include]: failed to open stream: No such file or directory in /home/carandim/public_html/photopost/templates/vb3enhanced/indexhead.tmpl on line 16

Warning: include() [function.include]: Failed opening '/home/carandim/public_html/photopost/templates/vb3enhanced/searchbox.tmpl' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carandim/public_html/photopost/templates/vb3enhanced/indexhead.tmpl on line 16

Category Photos Comments Last Comment Last Photo Upload

Member Galleries
Individual user galleries - any photo category
· Personal Albums Index
0 0
no comments


no photos

Main

A Category
Photos of a particular subject
0 0
no comments


no photos


Statistics
Users: 18
Photos: 0
Comments: 0
Views: 0
Disk Space: 0.0mb
Users browsing the gallery: Sky Pilot


Warning: include(/home/carandim/public_html/photopost/templates/vb3enhanced/sidebar_leftclose.tmpl) [function.include]: failed to open stream: No such file or directory in /home/carandim/public_html/photopost/index.php on line 358

Warning: include() [function.include]: Failed opening '/home/carandim/public_html/photopost/templates/vb3enhanced/sidebar_leftclose.tmpl' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/carandim/public_html/photopost/index.php on line 358
Powered by: PhotoPost PHP vB3 Enhanced
Copyright © 2006 All Enthusiast, Inc.


All times are GMT +10. The time now is 12:19 AM.

Arrrghhh, I am getting very frustrated with this.
Sky Pilot is offline   Reply With Quote
Old September 17th, 2006, 09:35 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Did you upload all your files as required by the install?

This is telling me all your templates are not uploaded. Try reuploading your files except the config files
__________________
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 September 17th, 2006, 06:05 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
OK, I reloaded all the templates and most other files, except the config ones - The templates seemed to be there from the first upload however. Went to the Adm-Index.php and got in there OK, then clicked on Back to User Index and this time it opened with an error at the top saying

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/path/to/php/headtags.htm) is not within the allowed path(s): (/home/carandim/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/carandim/public_html/photopost/pp-inc.php on line 492
Car and Image Forums

I can however see the vBulletin gallery forums in that.

When I log onto my forum software, there is no indication that these galleries are there.

Can the bit about :/usr/lib/php:/usr/local/lib/php:/tmp be causing the problem because the pp-inc.php file is sitting there in the path it cant find it in?
Sky Pilot is offline   Reply With Quote
Old September 17th, 2006, 06:19 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
That error has now gone away - I had left the path/to/header and footer settings on their default. Realised this, now I can get into the galleries without and error message, but they still don't show up on my vBulletin forums at all?
Sky Pilot is offline   Reply With Quote
Old September 17th, 2006, 06:21 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
You need to login as admin and you can clear the bogus paths for header footer and headtags in global options in photopost admin

what do you mean is not on your forums? You would place a link to the gallery in your forum navbar template
__________________
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 September 17th, 2006, 08:47 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
You need to login as admin and you can clear the bogus paths for header footer and headtags in global options in photopost admin

what do you mean is not on your forums? You would place a link to the gallery in your forum navbar template
I'm assuming I've got instructions to do that somewhere?

Something else just happened. I was playing with the adm-index and all of a sudden, trying to get into it just puts me into the galleries program - no access to admin. I cleared all my cookies and tried again, but no luck.

I think I might have put a / in the domain path instead of leaving it empty - could that keep me out of adm-index? It is OK, I managed to edit it out via MyphpAdmin and I can get back in again.

So, it is only the link to the galleries on the vBNavbar that I am looking for now?

Last edited by Sky Pilot; September 17th, 2006 at 09:09 PM.
Sky Pilot is offline   Reply With Quote
Old September 18th, 2006, 08:46 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Yes you simply place a link in your vb navbar template to your gallery. vbulletin definately has support docs on how to edit there forums templates yes and you can find them at vbulletin.com
__________________
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 September 18th, 2006, 11:53 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Sep 2006
Posts: 35
OK, I have it under quick links on the navbar. That is where it ended up when I added it into the template. I am sure it could be made a single always visible link though, how to not sure. Now, I can reach it and I can get into admin. I uploaded some photos and it appeared to work, but just as the photo was finished uploading this appeared.

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/bin/jpegtran) is not within the allowed path(s): (/home/carandim/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/carandim/public_html/photopost/image-inc.php on line 560

BTW, I can confirm the presence of the file image-inc.php in the photopost directory.

What is this telling me?

Last edited by Sky Pilot; September 19th, 2006 at 08:22 PM.
Sky Pilot 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
Installed Photopost Pro - Problems jensers Photopost Pro Installation & Upgrades 6 May 5th, 2006 01:51 PM
PhotoPost Pro w/vb3.X BuGuy Before You Buy 1 February 13th, 2006 08:47 AM
Problems: New installation with VB3.5 azarl Photopost Pro Installation & Upgrades 1 November 22nd, 2005 09:56 AM
Image problems with new installation - VB3 integration AdrianaInVa Photopost Pro Installation & Upgrades 2 February 2nd, 2005 08:26 PM


All times are GMT -5. The time now is 07:18 PM.

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