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 7th, 2005, 02:56 PM   #41 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
I know what you are saying

http://servicelance.com/photopost

I've uploaded identical waterfowl category images to that "test" install

so I'm pretty sure everything is where is is supposed to be.

see pm
brianresler is offline   Reply With Quote
Old January 7th, 2005, 03:00 PM   #42 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
and this is a install that does not depend on VB3 DB for registration etc, etc.

I'm pretty sure i will again see blank screens when attempting the VB3 integration

that seems to be where my problem came from initially
brianresler is offline   Reply With Quote
Old January 7th, 2005, 03:02 PM   #43 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
I install these all day long and there are no problems with vb3 installs provided its installed right

Now as far as uploading with the information you give me you have not set permissions correctly

Unable to move file [/tmp/phpfxp0UM] [/home/.sites/123/site64/web/forum/gallery/uploads/1/testfile.jpg]
__________________
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 7th, 2005, 04:26 PM   #44 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
permission on upload directory were 755 (for whatever reason)

but internal "1" was set to 777

all photos are now loaded.

where are difinitie info on integration with vb3?
brianresler is offline   Reply With Quote
Old January 7th, 2005, 04:39 PM   #45 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Integration with VB3 on install is pretty easy with the new install program. the questions are pretty specific and explained what everything means.

If you continually have issues I would suggest you purchase an installation
__________________
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 7th, 2005, 04:41 PM   #46 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
my questions was "where are definitive integration instructions" I have it done 90% but gallery is not completely picking up styling of forums
brianresler is offline   Reply With Quote
Old January 7th, 2005, 04:53 PM   #47 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
Quote:
Originally Posted by omegatron
Integration with VB3 on install is pretty easy with the new install program. the questions are pretty specific and explained what everything means.

If you continually have issues I would suggest you purchase an installation
actually if you set up photopost standalone

and assign new admin name and pass.

then switch to VB3 registration etc, etc.

photopost does not recognize admin user or password from vb3

"Invalid login. Please check your username and password, or register."

When logged in as admin in vb3 it does not recognize admin status to photopost even though they look like they share the theme so there is no way to get into photopost admin (no visible link).

And then using the original userid and pass given to standalone photopost to log in no longer works when pp is told to use vb3 reg info
brianresler is offline   Reply With Quote
Old January 7th, 2005, 04:55 PM   #48 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
In your admin options Forum Settings do you have use forum stylesheets set to YES

The definative instructions happen when you install each setting specifically states what it does as I stated.

Here is the thread that explains the new integration options

4.8.5 vB3 Enhanced Integration Instructions
__________________
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 7th, 2005, 05:00 PM   #49 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Brian there is way more to set up if you switch forums after the fact then just flip a switch and say vb3

You need to have pointed to the proper mysql database

You need to have entered the proper cookie settings

You need to have entered the correct VB license number
__________________
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 7th, 2005, 05:03 PM   #50 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
I did all that, regarding you last post this was discussed earlier in this 3 page forum post.

// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/home/.sites/123/site64/web/forum/";
$pppath = "/home/.sites/123/site64/web/forum/gallery/";

// We need the URL path to your PhotoPost and vb installation
$url_path = "http://www.ongaros.com/forum/gallery/";
$vb_urlpath = "http://www.ongaros.com/forum/";

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

// If your PhotoPost tables have a prefix, put it here
// Example:
// = "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');

still does not pickup the styles for the main body o the page.

Had to reset my PP password to regaing entry.
VB does not recognize this password
brianresler is offline   Reply With Quote
Old January 7th, 2005, 05:06 PM   #51 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
You need to read my last two posts and set things accordingly
__________________
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 7th, 2005, 05:29 PM   #52 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
Ok I have it all working except for final complete STYLE integration

my issue thus far was a problem permission a 755 instead or 777

and an uppercase/lowercase error in one field which renders the fatal white screen problem through out photopost
brianresler is offline   Reply With Quote
Old January 7th, 2005, 05:32 PM   #53 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Quote:
Originally Posted by omegatron
In your admin options Forum Settings do you have use forum stylesheets set to YES

I stated the answer above.


DID YOU MISS 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 January 7th, 2005, 06:41 PM   #54 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
no I got it.

if you look http://www.ongaros.com/forum/gallery/

the left side bar per PP settings is ON to display in a left column

there is a blank space there and the content is pushed off to the right

when the left column is switched off content moves back to left

but overall styling of forums does not filter down to gallery page
brianresler is offline   Reply With Quote
Old January 7th, 2005, 06:43 PM   #55 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
No you have not got it !!

Admin-->Forum Settings

Use Integrated forum stylesheets?
If you use a forum like vB3 or Threads and want to use the intergated stylesheet option, choose Yes

SET THIS TO YES


As far as the sidebar of course if you turn it on its going to come on. You have all the sidebar pals turned off so of course you have a blank nothing.
__________________
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 7th, 2005, 06:57 PM   #56 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
IT IS SET TO YES has been for a couple of hours

Ok did not know about the PAL stuff. Just followed some info on the link for integration and EXPECT it to look like photopostdev.com with pretty images in side bar. Not just some stat info

There are two settings for "Left" on the Sidebar admin screen for sidebar display in the pull down both are same.
brianresler is offline   Reply With Quote
Old January 7th, 2005, 07:28 PM   #57 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
There is no way it is set to yes

Your using the photopost styles in your source

<td class="menubar" width="100%" colspan="2">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="menubarnb" width="50%" align="left" valign="middle">

PM me an admin login
__________________
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 7th, 2005, 07:47 PM   #58 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
pm sent
brianresler is offline   Reply With Quote
Old January 7th, 2005, 07:53 PM   #59 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Your user registration is set to photopost how would you expect it to pull the vb style?
__________________
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 7th, 2005, 08:29 PM   #60 (permalink)
Member
Verified Customer
 
Join Date: Apr 2002
Posts: 66
Changed that a few times already it does not stick
brianresler 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
Members suddenly someone else? Ilse Photopost Pro Installation & Upgrades 2 April 14th, 2005 02:09 PM
Suddenly Cannot Login Kaelon Photopost Pro Installation & Upgrades 4 April 6th, 2005 06:40 PM
No Thumbnails - No Pictures pengrus Photopost Pro Installation & Upgrades 22 March 20th, 2005 06:07 PM
No Thumbnails => NO PICTURES! sammyman Photopost Pro Installation & Upgrades 1 October 16th, 2004 09:33 AM


All times are GMT -5. The time now is 03:55 PM.

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