 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
December 19th, 2007, 02:51 PM
|
#21 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Not a problem let me know if you need anything else.
|
| |
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!
|
| |
December 19th, 2007, 02:59 PM
|
#23 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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.
|
| |
December 19th, 2007, 04:02 PM
|
#25 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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 |
| |
December 19th, 2007, 05:56 PM
|
#27 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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(); ?>
|
| |
December 19th, 2007, 06:11 PM
|
#29 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Try reuploading the main index.php showgallery.php and showphoto.php scripts
|
| |
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.
|
| |
December 19th, 2007, 07:35 PM
|
#31 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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! |
| |
December 19th, 2007, 09:09 PM
|
#33 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
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.
|
| | |
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 04:08 AM. | |