 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
December 9th, 2005, 08:25 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 496
| What's this??
Take a look at the very bottom of the page in my gallery. It's dumping a bunch of stuff. http://www.powwows.com/galleries Quote:
bar_rightopen.tmpl" ); } if ( $Globals['news'] == "yes" && $page == 1 ) { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/announce.tmpl" ); } if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" && $page == 1 ) { display_gallery("latest"); } include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/indexhead.tmpl" ); if ( $catinfo['intro'] == "yes" && $page == 1 ) { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/catintro.tmpl" ); } $whichgallery = ( $Globals['pplayout'] == "no" ? "categall" : "categories" ); include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/$whichgallery.tmpl" ); if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "yes" && $page == 1 ) { display_gallery("latest"); } if ( $Globals['dispopular'] == "yes" && $page == 1 ) { display_gallery("most_views"); } if ( $Globals['disrandom'] == "yes" && $page == 1 ) { display_gallery("random"); } if ( $Globals['undercat'] == "yes" ) { if ($Globals['sidebar_index'] == "no" || $Globals['sidebar'] == "off" ) { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/undercat.tmpl" ); } else { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/undercat-sidebar.tmpl" ); } } elseif ( $Globals['statspal'] == "yes" ) { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/indexstats.tmpl" ); } 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 9th, 2005, 08:42 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
Looks to me like you have a corrupt index.php file although I dont see it when I view your site. I guess you figured that our and reuploaded the file
|
| |
December 9th, 2005, 08:44 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 496
|
No it is still showing for me!
And it's on all the pages not just index.
|
| |
December 9th, 2005, 08:48 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
Try reuploading the index.php file
|
| |
December 9th, 2005, 11:17 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 496
|
I don't think it is a file problem. It's showing up on showgallery.php also.
|
| |
December 9th, 2005, 11:38 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
That would mean both files are corrupt. The code displayed is from the actual php file so try reuploading both those files
|
| |
December 9th, 2005, 12:59 PM
|
#7 (permalink)
| | Registered User Verified Customer
Join Date: Nov 2005 Location: Canoga Park, CA
Posts: 3,243
|
@ pgowder - Also make sure in your FTP client uploads in ASCII for php files.
I have seen a lot of file upload problems when the FTP client defaults php files to binary.
|
| |
December 12th, 2005, 08:11 AM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 496
|
That's the thing. I don't ftp these files. I edit through RDC!
So I don't know how they could get corrupt???
|
| |
December 12th, 2005, 09:04 AM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
well rdc?
At any rate the files are corrupt and they would need to be reuploaded. Basically what I am seeing is code from the files being printed onscreen.
|
| |
December 12th, 2005, 02:12 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 496
|
I upgraded and it went away.
Thanks
|
| |
December 12th, 2005, 02:17 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
So what is RDC never heard of that one |
| |
December 12th, 2005, 02:33 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 496
|
Remote Desktop Control
Now that I have this problem fixed, the old problem with users not showing in the who's online is back!
Do you guys remember what you did to fix it?
|
| |
December 12th, 2005, 03:01 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
well I would have to try and remember what was different about your server.
HMM
try this in pp-inc.php try replace the envar function with this Code: Content visible to verified customers only.
|
| |
December 12th, 2005, 08:29 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 496
|
Nope that didn't do it???
|
| |
December 12th, 2005, 08:40 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
How about this Code: Content visible to verified customers only.
|
| |
December 13th, 2005, 09:20 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
One last time Code: Content visible to verified customers only.
|
| |
December 13th, 2005, 10:35 AM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 496
|
Yep, that was it!!
Thanks!
|
| | |
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 03:12 PM. | |