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 August 12th, 2006, 10:43 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Admin Control panel errors....

these are at the top of the control panel.....

Warning: opendir(): open_basedir restriction in effect. File(/usr/www/users/wildbit/fishmasters/photopost/data/) is not within the allowed path(s): (/var/www/vhosts/fishmasters.com/httpdocs:/tmp) in /var/www/vhosts/fishmasters.com/httpdocs/photopost/adm-inc.php on line 588

Warning: opendir(/usr/www/users/wildbit/fishmasters/photopost/data/): failed to open dir: Operation not permitted in /var/www/vhosts/fishmasters.com/httpdocs/photopost/adm-inc.php on line 588

Warning: readdir(): supplied argument is not a valid Directory resource in /var/www/vhosts/fishmasters.com/httpdocs/photopost/adm-inc.php on line 591

Warning: closedir(): supplied argument is not a valid Directory resource in /var/www/vhosts/fishmasters.com/httpdocs/photopost/adm-inc.php on line 608
fishmasters is offline   Reply With Quote
Old August 12th, 2006, 11:04 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
In Admin => Global Options and Storage Options make sure to update your server paths to the correct paths as they have changed and are not correct.
__________________
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 August 12th, 2006, 01:15 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
In Admin => Global Options and Storage Options make sure to update your server paths to the correct paths as they have changed and are not correct.
no, when i transfered servers that was teh first thing i went in and changed, the correct path is in ther for everything...
fishmasters is offline   Reply With Quote
Old August 12th, 2006, 01:20 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Clearly your error here shows the path is not correct. Please double check this
__________________
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 August 12th, 2006, 01:25 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
Clearly your error here shows the path is not correct. Please double check this
I can assure you that the server path entered is the correct one...

/var/www/vhosts/fishmasters.com/httpdocs/photopost/

and

/var/www/vhosts/fishmasters.com/httpdocs/forums
fishmasters is offline   Reply With Quote
Old August 12th, 2006, 01:26 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
where is it gettin this from:

File(/usr/www/users/wildbit/fishmasters/photopost/data/) is not within the allowed path(s)
fishmasters is offline   Reply With Quote
Old August 12th, 2006, 01:27 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
I even checked both config files...
fishmasters is offline   Reply With Quote
Old August 12th, 2006, 02:37 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Please reread my post here as the paths are not right in either one of those

Admin Control panel errors....
__________________
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 August 14th, 2006, 10:30 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
here is my config-int file:


<?php
//-----------------------------------------------------------------------------------//
// Forum Integration Configuration File
//
// For users using our forum integration files, there are a few things
// we need to know - like the location of PhotoPost and your forums; this
// prevents us from doing alot of extra processing in these scripts we otherwise
// would have to do.
//
// Follow the guides to set your paths and enable the integration options you
// want.
//-----------------------------------------------------------------------------------//

// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/var/www/vhosts/fishmasters.com/httpdocs/forums";
$pppath = "/var/www/vhosts/fishmasters.com/httpdocs/photopost";

// We need the URL path to your PhotoPost and vb installation
$url_path = "http://www.fishmasters.com/photopost";
$vb_urlpath = "http://www.fishmasters.com/forums";

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.fishmasters.com/photopost/data/";

// If your PhotoPost tables have a prefix, put it here
// Example:
// pp_ = "pp_";
$pp_db_prefix = "pp_";

// If you use the mobile phone integration, set this variable to the CatID for the gallery
define( MOBILE_CAT, -1 );

//------------------------------------- vB3 -----------------------------------------//
// VB3_INTEGRATION is for using vB3 headers/footers and styles
// VB3_ENHANCEDINT is for Enhanced vB3 Integration (using vB3 elements in PhotoPost)
// requires that VB3_INTEGRATION also be set to 'on'
// VB3_COMMWYSIWYG is for turning on the WYSIWYG interface on the Post A Comment page
// if you set this to 'off' then only the standard input box will appear
//
// Set to 'on' to enable specific integrations
define(VB3_INTEGRATION, 'on');
define(VB3_ENHANCEDINT, 'on');
define(VB3_COMMWYSIWYG, 'on');
//-----------------------------------------------------------------------------------//


//------------------------------------- vB2 -----------------------------------------//
// VB2_INTEGRATION is if you are using vB2 and want to use the vB2 integration
define(VB2_INTEGRATION, 'off');
//-----------------------------------------------------------------------------------//


//---------------------------------- vB2 Portal -------------------------------------//
// To use set path and set flag to 'on'
define(VBP2_INTEGRATION, 'off');
$vbportal="";
//-----------------------------------------------------------------------------------//

?>
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 10:32 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
here is my config-inc file:

<?php
//**************** External Header Configuration ****************//
//
// the isset prevents vB headers from being sent during login/logout -
// do not remove this line as it may cause the vB headers to interfere with the login/logout process
//
// To include the file, edit the header-inc.php
//

if ( !isset($skip_exheader) ) {
include "header-inc.php";
}

// PhotoPost Pro Version Number
$VERSION = "5.31";

// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/var/www/vhosts/fishmasters.com/httpdocs/photopost";

// All of the .tmpl files are placed into a directory called "templates"; if you wish to change the
// name of the directory to something else to protect your files, you may do so and indicate the name
// of the directory here - this is not a path to the directory, just the directory name; the directory
// cannot be moved from the PhotoPost main directory.
$TMPL_PATH = "templates";

//**************** MySQL Database Configuration ****************//

// PhotoPost database host address, or leave as localhost
$host="localhost";

// PhotoPost's database name
$database="fishmasters";

// MySQL username and password to access PhotoPost's database
//
// These two variables are for the userid and password needed to access
// the PhotoPost database named above.
$mysql_user="*********";
$mysql_password="********";

// User database host address, or leave as localhost
$host_bb="localhost";

// If you want to use a prefix for your database, enter it here.
// NOTE: This variable can only be set PRIOR to your first installation of PhotoPost;
// existing databases will not be changed and you will be unable to connect if you change
// this variable after performing a default installation.
$pp_db_prefix = "pp_";

// User database MySQL database name
//
// This is the variable for the User Database; if you are using Internal
// as your registration system, then these variables are the same as the
// ones above. If you are linking to a message board system,
// thse variables should be set to the database, user and password for that
// database.
$database_bb="fishmasters";

// MySQL username and password to access user database
//
// These two variables are for the userid and password needed to access
// the PhotoPost or BB database.
$user_bb="********";
$password_bb="******";

//
// VB3 License Number required for VB3 integration
// You can find this number by checking your index.php file in your vB3 directory
// The 4th line in the file looks like:
// || # vBulletin 3.0.0 - Licence Number ########
// It is the ######## number you need to place below.
$vblicense = "********";

//**************** Application Configuration ****************//

// Default Language
// This needs to be set to the name of the directory used inside of the languages directory
$pplang = "english";

//////////////////////// Application Configuration ////////////////////////////////
// These variables set the path to the UNZIP, MOGRIFY and JHEAD commands on your system
//
// This only needs to be set if you are allowing ZIP uploads. These are full paths,
// including the name of the executable (.exe extensions for windows)
// The -j option for Info-ZIP's UNZIP tells it to ignore paths in ZIP file
//
// This option is only used in the event the internal UNZIP does not work for you
//$zip_command = "/usr/bin/unzip -j";

// Path to MOGRIFY executable
// There should be no spaces in the directory names, use short names if necessary.
// Examples:
// $mogrify_command = "c:\progra~1\imagemagick\mogrify.exe";
// $mogrify_command = "c:\ImageMagick\mogrify.exe";
$mogrify_command = "/usr/bin/X11/mogrify";

?>
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 10:35 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
In Admin => Global Options and Storage Options make sure to update your server paths to the correct paths as they have changed and are not correct.
also there is no option called "Storage Options"

Edit Settings
All Options
Global Options
Admin Options
Index Options
Show Gallery Options
Show Photo Options
Upload Photo Options
Comments Options
Registration Options
Layout Options
Watermark Options
Sidebar Settings
Cookie Settings
Forum Settings
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 10:56 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
There is in 5.31 and as far back as 5.0 I beleive a Storage Options. You need to check the paths in global options and storage options. You have open_basedir restriction in effect in your PHP settings so symbolic links do not work. You need to place the true /var/www path in everything.
__________________
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 August 14th, 2006, 11:06 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
There is in 5.31 and as far back as 5.0 I beleive a Storage Options. You need to check the paths in global options and storage options. You have open_basedir restriction in effect in your PHP settings so symbolic links do not work. You need to place the true /var/www path in everything.
what do you mean by in "everything"
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 11:07 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
this is getting to be a headache, would it just be easier for me to reinstall it, or am i gonna run into the same problems?
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 11:53 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
can anyone help?
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 02:25 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
I think your getting hung on on config files. I can only tell you what I have already said.

In Admin => Global Options and Storage Options you must change the paths to the correct new ones. Your server is running open_basedir which means all paths must be under that one no symbolic links etc. There is most definately in your admin area a storage options link if your using 5.31
__________________
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 August 14th, 2006, 05:31 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
I think your getting hung on on config files. I can only tell you what I have already said.

In Admin => Global Options and Storage Options you must change the paths to the correct new ones. Your server is running open_basedir which means all paths must be under that one no symbolic links etc. There is most definately in your admin area a storage options link if your using 5.31

Well abot 10 of us here have looked about 20 times, the server path's are set correctly, and the is NO "Storage Options"... please look above where i have cut and pasted ALL the options.

I sent you the login info for my admin, maybe you can look and see why this photopost is not workig properly, maybe i'm just crazy or something... none of the other ones we have are giving us problems... thank you. please help!
fishmasters is offline   Reply With Quote
Old August 14th, 2006, 07:12 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
I got your login and its fixed. Like I said Admin => Storage Options is where it was at.

You indeed have that in admin all the way down last box image protection there is a storage options link You'll kick yourself when you look again cause all ten of ya missed that.
__________________
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 August 15th, 2006, 08:47 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 35
Quote:
Originally Posted by Chuck S View Post
I got your login and its fixed. Like I said Admin => Storage Options is where it was at.

You indeed have that in admin all the way down last box image protection there is a storage options link You'll kick yourself when you look again cause all ten of ya missed that.
you rock! Thank you... we were all looking in the same box where the global options was.... since everything there said "options" Thanks for you time and help!
fishmasters 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
admin control panel question dsmythe Photopost Pro Installation & Upgrades 13 August 16th, 2006 09:04 PM
how do i edit headtags from admin control panel(important), thanks shawnlovebaobao Classifieds How do I...? 2 March 18th, 2006 08:10 AM
Issue in Admin Control Panel 443dds Photopost Pro Installation & Upgrades 11 January 25th, 2006 09:00 PM
Admin Control Panel oldengine vBGallery Suggestions 3 March 20th, 2005 10:41 AM
Accessing Control Panel JSDillon Photopost Pro How Do I...? 2 March 10th, 2005 07:28 AM


All times are GMT -5. The time now is 05:59 PM.

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