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 December 19th, 2007, 02:51 PM   #21 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Not a problem let me know if you need anything else.
__________________
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 December 19th, 2007, 02:52 PM   #22 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 52
Ok I am stuck on the header and I want also want to get my users with their images back. I ftp all data, upload members, users, and images from my older version and nothing is showing up.

The header part. I uploaded the header and renamed to photopost-title.gif

in global I have:

Full path to Header Include file
To include an HTML file as the header, enter the full path: /home/user/public_html/gallery/images

Full path to HTML file containing head tags:
/home/user/public_html/gallery/images

nothing is showing there either.

Thanks again!
travel124 is offline   Reply With Quote
Old December 19th, 2007, 02:59 PM   #23 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
To load a header you need to place a full path including an html file like so

/home/user/public_html/gallery/header.htm

As far as getting images back there is no way without a database backup. You would need to reupload all the images you have backed up to the 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 December 19th, 2007, 03:03 PM   #24 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 52
Ok cool, I have my header done.

I did back up all images to my hard drive and I re-uploaded them. How do I get them to show up?

Last edited by travel124; December 19th, 2007 at 03:08 PM.
travel124 is offline   Reply With Quote
Old December 19th, 2007, 04:02 PM   #25 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
As I stated in my last post without a database backup you can not. You would need to reupload each image again, You as admin can do bulkuploads but all images are owned by you.
__________________
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 December 19th, 2007, 05:24 PM   #26 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 52
Ok I am in a mess again. I have the images on my hard drive to upload. I somehow screwed something up again and now I have this mess and I can't log into my admin.

Thanks for your help!


http://www.digitalscrapn.com/gallery/index.php
travel124 is offline   Reply With Quote
Old December 19th, 2007, 05:56 PM   #27 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Hello try uploading the main pp-inc.php file and see if that helps solve that issue.
__________________
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 December 19th, 2007, 06:07 PM   #28 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 52
Ok that got rid of the top scabble but the bottom has this lingo.

if ( $Globals['sidebar'] == "left" && $Globals['sidebar_index'] == "yes" ) { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/sidebar_leftclose.tmpl" ); } if ( $Globals['sidebar'] == "right" && $Globals['sidebar_index'] == "yes" ) { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/sidebar_rightclose.tmpl" ); } printfooter(); ?>
travel124 is offline   Reply With Quote
Old December 19th, 2007, 06:11 PM   #29 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Try reuploading the main index.php showgallery.php and showphoto.php scripts
__________________
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 December 19th, 2007, 06:28 PM   #30 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 52
Thanks that did it. Now when I upload photos I am getting this error.

ROM {$Globals['pp_db_prefix']}photos WHERE userid=$upuserid AND bigimage='$realname'", $link); list( $photoid ) = mysql_fetch_row($resulta); $resulta = ppmysql_query("INSERT INTO {$Globals['pp_db_prefix']}notify (id,userid,photo) values(NULL,$upuserid,$photoid)", $link); } } // Notify buddies if ( $Globals['usemsg'] == "yes" ) { $resulta = ppmysql_query("SELECT userid FROM {$Globals['pp_db_prefix']}buddies WHERE buddy=$upuserid", $link); while ( list($nuserid) = mysql_fetch_row($resulta) ) { $msgtext = get_string( "uploadmsg", "$iuser", "$title" ); send_ppmsg( $nuserid, $msgtext, $lastphotoid, 'c' ); } } // Let's update the category cache update_catcache(); return( $lastphotoid ); } ?>


and this one on the bottom page:

if ( $phoextracount > 0 ) { ppmysql_query("UPDATE {$Globals['pp_db_prefix']}photoextras SET selection='$setting' WHERE extraid='$extid' AND photo=$phoedit", $link); } else { ppmysql_query("INSERT INTO {$Globals['pp_db_prefix']}photoextras (id,photo,extraid,selection) VALUES(NULL,$phoedit,$extid,'$setting')", $link); } } } } forward( "showphoto.php?photo=$phoedit&nocache=1", $Globals['pp_lang']['success'] ); } } ?>

Last edited by travel124; December 19th, 2007 at 07:03 PM.
travel124 is offline   Reply With Quote
Old December 19th, 2007, 07:35 PM   #31 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Please recheck your ftp program and that files are set to transfer as acsii not binary. Upload all core php files except the config files and that should assist you. Somehow your getting corruption when your uploading files to your server.
__________________
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 December 19th, 2007, 08:49 PM   #32 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 52
I was not sure if you caught my last post. Someone else posted here to and I see you answered him or me? I was a bit confusing so I have not done anything to my photopost yet.

Thanks!
travel124 is offline   Reply With Quote
Old December 19th, 2007, 09:09 PM   #33 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
I dont see anyone else posting here. You are having issues with your files being corrupted on upload. To get rid of this in my last post I suggested you upload all your core php files in the main directory except the config files and that should take care your issue. You have gotten rid of specific issues by uploading specific files but it is clear you have multiple file issues so reuploading should assist.
__________________
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 December 19th, 2007, 09:53 PM   #34 (permalink)
Member
Verified Customer
 
Join Date: May 2007
Posts: 52
Ok I must be crazy then..lol I must have hit my back button or something. I did see a post and was thinking it was linked into mine.

Ok I will have to the uploading tomorrow. So you get a break..

Thanks for all your help tonight.
travel124 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
Upgrade error on upgrade from 5.0 release to 5.1 zacksof Photopost Pro Installation & Upgrades 20 December 1st, 2006 11:43 AM
Upgrade 4.7 > 5.61 - Blank Screen after Selecting 4.7 Upgrade ragomez Photopost Pro How Do I...? 8 November 30th, 2006 12:57 PM
RP3.11 to 3.3 upgrade... new product photos (since upgrade) not being shown criscokid ReviewPost Installation & Upgrades 2 April 30th, 2006 08:34 AM
Upgrade vBulletin = must upgrade vBGallery? LBmtb Before You Buy 1 January 19th, 2006 06:11 AM
Upgrade 4.8d to 5.03 upgrade.php problem dbullock Photopost Pro Installation & Upgrades 4 May 19th, 2005 11:13 AM


All times are GMT -5. The time now is 04:08 AM.

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