 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
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,
|
| |
January 29th, 2005, 06:50 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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.
|
| |
January 30th, 2005, 08:49 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,693
|
Your columns is 0??
Set it to 5
|
| |
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..
|
| |
January 30th, 2005, 04:41 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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,
|
| |
January 31st, 2005, 09:54 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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,
|
| |
January 31st, 2005, 03:16 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
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?
|
| |
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
|
| |
February 1st, 2005, 11:29 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
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/";
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 01:26 PM. | |