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 29th, 2005, 12:39 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Few Problems after update from 4.82 to 4.86

I have a problem with featured photos getting displayed on my main forums pages. Check the attachment those appear black.

We recently had a server move and we are facing problems uploading files to gallery

Getting an error message:
Quote:
Warning: move_uploaded_file(/home/san/public_html/gallery/uploads/2/SamusWall.jpg): failed to open stream: Permission denied in /home/san/public_html/gallery/image-inc.php on line 34

Warning: move_uploaded_file(): Unable to move '/tmp/phpAuPrVj' to '/home/san/public_html/gallery/uploads/2/SamusWall.jpg' in /home/san/public_html/gallery/image-inc.php on line 34
Again center of gallery shows this error:
Quote:
Unable to move file [/tmp/phpAuPrVj] [/home/san/public_html/gallery/uploads/2/SamusWall.jpg]
Regards,
Attached Images
File Type: jpg gallery bug.jpg (22.4 KB, 8 views)
SaN-DeeP is offline   Reply With Quote
Old January 29th, 2005, 06:50 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,693
your data and uploads directories as well as any subdirectories under them need to be 777

your featured photos displays fine on other sites. It looks like something in your install is blocking the $column variable which is extremely weird

<td class="tcat" colspan="$columns" align="center">

Thats the line and I can tell you $columns is what you have set to control whether this thing is vertical or horizontal etc

You may have to hard code that colspan on your install in inc_features.php if something on your site is wreaking havoc with it. I show no error in the coding at all as columns is indeed being used and set as 5 as you see you have 5 columns of Photos
__________________
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 30th, 2005, 03:38 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Upload problem is fixed thanks

But i am still facing problems in featured photos getting displayed on forumshome.
Here is the complete code for inc_features.php

Code:
Content visible to verified customers only.
SaN-DeeP is offline   Reply With Quote
Old January 30th, 2005, 08:49 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,693
Your columns is 0??

Set it to 5
__________________
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 30th, 2005, 03:25 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Quote:
Originally Posted by omegatron
Your columns is 0??

Set it to 5
By default value was 5 i changed the same to 0,
Keeping the same 5, displays 5 images vertically on my forums home..
SaN-DeeP is offline   Reply With Quote
Old January 30th, 2005, 04:41 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,693
You need to set it to 5

Look at your picture. If you want 5 pictures vertically columns has to be 5. 0 is a null attribute and the reason for your problem
__________________
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 31st, 2005, 12:03 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
changed it to 5, no luck..
we are currently moving our servers, this is the new IP
http://207.58.143.178/forums/index.php? -> check the display

Regards,
SaN-DeeP is offline   Reply With Quote
Old January 31st, 2005, 09:54 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,693
the colspan working in ie and mozilla for me fine

make sure you have your data path right in the config integration file cause I dont see any photos only black boxes.
__________________
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 31st, 2005, 10:55 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Quote:
make sure you have your data path right in the config integration file cause I dont see any photos only black boxes.
I am not able to debug this problem, i have checked the data path and those are set fine.. can you tell me what files needs to be posted to confirm same ?

Regards,
SaN-DeeP is offline   Reply With Quote
Old January 31st, 2005, 03:16 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,693
Is the config int using the IP and not the url from the old site?
__________________
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 February 1st, 2005, 05:55 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Quote:
Originally Posted by omegatron
Is the config int using the IP and not the url from the old site?
Code:
Content visible to verified customers only.
config-int.php file
SaN-DeeP is offline   Reply With Quote
Old February 1st, 2005, 11:29 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,693
Easy

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://207.58.143.178/forums/data/";

THAT IS DEFINATELY WRONG

should it not be

// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://207.58.143.178/gallery/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
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
PhotoPost 5.21 Update Posted (10/26/2005 Build Update) Michael P Photopost Pro Bug Reports 2 December 9th, 2005 01:41 PM
php-nuke platinum problems after 5.1 and 5.11 update T00L Photopost Pro Bug Reports 6 June 9th, 2005 11:59 AM
Need urgent help here : Logging in problems/ Cookie problems cinq Photopost Pro Installation & Upgrades 8 July 28th, 2004 07:17 AM
Massive performance problems after 4.6 -> 4.8c update dontom Photopost Pro Installation & Upgrades 14 June 21st, 2004 11:35 AM


All times are GMT -5. The time now is 01:26 PM.

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