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 January 19th, 2005, 05:03 PM   #1 (permalink)
niu
Registered User
 
Join Date: Jan 2005
Posts: 12
Errors after fresh install..

I've just did a fresh install and the database has been uploaded but I am still getting an error. Here it is:

http://www.braveniuworld.com/gallery/

Error:

Warning: main(/var/www/html/gallery/languages/english/pp-inc.php): failed to open stream: No such file or directory in /var/www/html/gallery/pp-inc.php on line 69

Fatal error: main(): Failed opening required '/var/www/html/gallery/languages/english/pp-inc.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/gallery/pp-inc.php on line 69

Please help..
niu is offline   Reply With Quote
Old January 19th, 2005, 07:13 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
Your using VB3 right? or is this a standalone?

Here is this line in pp-inc.php

require "{$Globals['PP_PATH']}/languages/$pplang/pp-inc.php";

So look in your config-inc.php and find this and make sure it is exactly this

$PP_PATH="/var/www/html/gallery";


Basically your path statements to gallery and forum need to be absolutely correct in both the config-inc.php file and config-int.php files
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; January 19th, 2005 at 07:36 PM.
Chuck S is offline   Reply With Quote
Old January 19th, 2005, 07:16 PM   #3 (permalink)
niu
Registered User
 
Join Date: Jan 2005
Posts: 12
No I'm not using VB3, I just want to install photopost without anything else(forums)
niu is offline   Reply With Quote
Old January 19th, 2005, 07:29 PM   #4 (permalink)
niu
Registered User
 
Join Date: Jan 2005
Posts: 12
I have also just checked the file "pp-inc.php" and it does have:require "{$Globals['PP_PATH']}/languages/$pplang/pp-inc.php";

My "config-inc.php" also has $PP_PATH="var/www/html/gallery";
niu is offline   Reply With Quote
Old January 19th, 2005, 07:36 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
thats suppose to be

$PP_PATH="/var/www/html/gallery";
__________________
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 January 19th, 2005, 07:44 PM   #6 (permalink)
niu
Registered User
 
Join Date: Jan 2005
Posts: 12
My config files does have it:

// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/var/www/html/gallery";

Last edited by niu; January 19th, 2005 at 07:49 PM.
niu is offline   Reply With Quote
Old January 19th, 2005, 08:12 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
No in your config-inc.php file thats what that line should read
__________________
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 January 19th, 2005, 08:21 PM   #8 (permalink)
niu
Registered User
 
Join Date: Jan 2005
Posts: 12
Yes thats what I meant, my config-inc.php file in the main directory has:
// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/var/www/html/gallery";

I don't understand why it isn't working.
niu is offline   Reply With Quote
Old January 19th, 2005, 08:25 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
Are there any spaces before it?

What is the directory and file permissions on the languages directory and the file pp-inc.php?

The error makes no sense unless one of two things exist

1. the path statement is wrong

2. the file does not exist where it is looking
__________________
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 January 19th, 2005, 08:34 PM   #10 (permalink)
niu
Registered User
 
Join Date: Jan 2005
Posts: 12
It is all under www.braveniuworld.com/gallery and the permission are 644

I will email you my ftp login if it would help..

Last edited by niu; January 19th, 2005 at 08:37 PM.
niu is offline   Reply With Quote
Old January 19th, 2005, 08:38 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
Your telling me the permissions on the languages directory is 644?

If thats the case than thats why it cant find the files

Here is the installation doc with what directory permissions are suppose to be.
__________________
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 January 20th, 2005, 06:42 PM   #12 (permalink)
niu
Registered User
 
Join Date: Jan 2005
Posts: 12
I've just finished installing everything but after uploading an image, it gives me these two errors:

Warning: copy(/var/www/html/gallery/data500/1ann-thumb.jpg): failed to open stream: No such file or directory in /var/www/html/gallery/image-inc.php on line 266


Error creating thumbnail! Error code: 154

Command:

"/usr/X11R6/bin/mogrify" -size 100x75 -quality 70 -geometry 100x75 '/var/www/html/gallery/data500/1ann-thumb.jpg'

I can't seem to find the problem, can anyone please help
niu is offline   Reply With Quote
Old January 20th, 2005, 06:51 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,666
In your admin global options in the virtual path to data directory the url add a / after the data
__________________
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 January 20th, 2005, 10:25 PM   #14 (permalink)
niu
Registered User
 
Join Date: Jan 2005
Posts: 12
Thanks, it works now. How come that isn't done by default rather than giving users an error? Unless I installed it incorrectly?
niu 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
Fresh Install Into vB3 - Errors smokn28 Photopost Pro Installation & Upgrades 7 October 1st, 2005 03:21 PM
Fresh install on vb 3.08, errors rs25.com Classifieds Installation & Upgrades 14 September 19th, 2005 07:30 AM
Sh$tload of SQL errors on fresh install Fatsie Classifieds Installation & Upgrades 14 August 4th, 2005 12:11 PM
Uploading errors - fresh install girlie Photopost Pro Installation & Upgrades 2 July 6th, 2005 09:09 AM
fresh install, getting errors iPrecisionNET ReviewPost Installation & Upgrades 1 June 27th, 2005 07:29 AM


All times are GMT -5. The time now is 10:38 AM.

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