View Full Version : Explanation text not showing
cariad
03-26-2006, 01:02 AM
When I upload a photo, I usually write a little about the photo. The text used to show up, but now it doesn't. I haven't changed anything and I'm not sure what's happened or where to start looking.
Anyone have any ideas.
thanks.
blinking8s
03-26-2006, 01:11 AM
weird...when you go to edit the image in the admin does it show up there?
cariad
03-26-2006, 01:14 AM
Yes it shows up in admin. I really don't know when it started happening, I was browsing my photos this evening, and realized one photo I knew I'd written about had nothing underneath the heading.
I'm baffled.
blinking8s
03-26-2006, 01:18 AM
try another template and see if it shows up...
in the templates/light/ directory of your files check the image_template.html and see if there is anything between the td tags for image notes
<td id="image-notes"></td>
there should be a <IMAGE_NOTES> tag in place there
cariad
03-26-2006, 01:36 AM
It's missing whatever template I choose. And the image tag is present.
Maybe somehow it is connected with PHP 5.1.2 which is present at your server? Did your ISP make any software/server update last time?
cariad
03-26-2006, 01:56 PM
they update as and when necessary, but I can't see how that would effect just the photo text.
blinking8s
03-26-2006, 05:21 PM
if the tag is in the template file and nothing is rendering out on the server...there is def some sort of clash with between the two.
You should see when the last time things were updated on the server and if it is when your text stopped showing up.
Connie
03-26-2006, 05:48 PM
please upload the image_template.html of the template which you use again to your server
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ftimacoly.com%2Findex.php%3Fshowim age%3D60
I checked the html-validity of your installation and there are some errors,
the most important error would be in my imagination that end-tag of a div is omitted
I do not think that the original template has these errors and so it could help to re-upload the image_template.html again...
just my 5 cents..
cariad
03-26-2006, 08:44 PM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Lynne ydw i</title>
<!-- META -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="content-type" name="keywords" content="PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
<meta http-equiv="content-type" name="description" content="<SITE_TITLE>-PhotoBlog: <IMAGE_TITLE>, <IMAGE_NOTES_CLEAN>" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/simple/styles/light.css" title="light" />
<link rel="alternate stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
<!-- SCRIPTS -->
<script type="text/javascript" src="templates/simple/scripts/styleswitcher.js"></script>
</head>
<body>
<div id="navigation">
<h1>
<a href="index.php" title="Return to current image">Lynne ydw i</a>
</h1>
<span class="menu">
<a href="index.php" title="Return to Homepage">Home</a> |
<a href="<SITE_BROWSELINK>" title="Browse">Browse</a> |
<a href="index.php?x=about" title="About">About</a>
</span>
</div>
<div id="navigation2">
<font size="6" face="garamond"><IMAGE_TITLE></font>
</div>
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" id="photo" />
</a>
<div id="image-navigate">
<span class="image-previous"><IMAGE_PREVIOUS_LINK></span>
<span class="image-next"><IMAGE_NEXT_LINK></span>
</div>
<div id="image-info">
<span class="addcomment"><IMAGE_COMMENTS_NUMBER> <COMMENT_POPUP></span>
<span class="title"><IMAGE_TITLE></span> - <IMAGE_DATETIME>
<table width="100%">
<tr>
<td id="image-notes">
<IMAGE_NOTES>
</td>
<td id="image-exif">
<EXIF_CAMERA_MODEL><br />
<EXIF_CAPTURE_DATE><br />
<EXIF_EXPOSURE_TIME><br />
<EXIF_APERTURE><br />
<EXIF_ISO><br />
<EXIF_FLASH><br />
</td>
</tr>
</table>
</div>
<div class="thumbnails">
<IMAGE_THUMBNAIL_ROW>
</div>
<div id="footer">
Site Style: <a href="#" onclick="setActiveStyleSheet('light'); return false;">Light</a> /
<a href="#" onclick="setActiveStyleSheet('dark'); return false;">Dark</a> | <SITE_RSS_LINK> / <SITE_ATOM_LINK> |
<a href="http://validator.w3.org/check/referer" title="This website uses Valid xHTML">Valid xHTML</a> / <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This website uses Valid CSS2">Valid CSS</a>
| <!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
<!--
var sc_project=1215048;
var sc_invisible=0;
var sc_partition=10;
var sc_security="e5f11262";
//-->
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c11.statcounter.com/counter.php?sc_project=1215048&java=0&security=e5f 11262&invisible=0" alt="free hit counter code" border="0"></a> </noscript>
<!-- End of StatCounter Code -->
</body>
</html>
Fixed validations errors, Div tag missing from the footer and img close tag didn't have a space at the end.
Text is still not displaying
Connie
03-26-2006, 09:13 PM
but this is no php code, this is HTML ;=)
I suggest to take out that counter stat script for a try. it could be that it redirects to the counter hoster before the page is loaded completely...
try that
<script type="text/javascript" language="javascript">
<!--
var sc_project=1215048;
var sc_invisible=0;
var sc_partition=10;
var sc_security="e5f11262";
//-->
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c11.statcounter.com/counter.php?sc_project=1215048&java=0&security=e5f 11262&invisible=0" alt="free hit counter code" border="0"></a> </noscript>
take out this and try again
to find a reason for a problem you must strip down the page step by step..
cariad
03-26-2006, 10:04 PM
Took out the stat counter, and the image title I put in myself. Tried another template which I haven't done any modifications to and still it's not showing up. I also took out camera exif, and that didn't work either :confused:
Joe[y]
03-27-2006, 11:28 AM
back to the php5 issue (if you have it.. you never gave a clear answer) - so many changes were made around pixelpost in regard to php5 that updating to 1.5beta if you haven't already could be a possible solution - not sure on that one though as i've never seen this problem before.
cariad
03-27-2006, 11:40 AM
Ok, check the php version. when I first installed PP my host was using php 5.0.4 (checked back on an old post of mine where I was having problems first installing) and now checking the general info they've upgraded to 5.1.2.
sorry I didn't answer before, I was hoping it was something simple in the template, but it doesn't look that way.
I haven't upgraded to 1.5 beta, still using 1.4.3 - I don't know where to go from here.
So you think upgrading to 1.5 could quite possibly solve the problem?
thanks for all the help so far.
cariad
03-27-2006, 12:38 PM
just sent off an e-amil to my host's tech department, see if they can figure out what the problem is. They've been pretty good in the past with help. When I upload a photo I usually write a few lines of text to go with it, that text is no longer showing up. Can't say I can give you an accurate time as to when this started because I didn't notice, some one else did. I haven't done anything to the installation, I just upload photos. Templates are the original, nothing added.
I've had people try and help in the pixel post forum, but they're at a loss having never encountered the problem before. They've suggested it could quite possible have quit working after the php upgrade from php 5.0.4 to php 5.1.2? Not familiar with php so I wouldn't know where to start. Could you take a look please, and let me know what other information you might need from me. My pixel post installation is timacoly.com
thanks.
UPDATE
From my host:
This could be the problem, PHP is known for having strange/major
functionality change in point releases. Unfortunately we cannot help
you
troubleshoot this. If you want to you can try compiling the previous
version and seeing if it fixes the problem:
http://wiki.dreamhost.com/index.php/Installing_PHP5
If you find a bug that is fixed in a newer revision of PHP please let
us
know and we can look in to upgrading.
Thanks!
Weren't so helpful this time
cariad
03-30-2006, 07:35 PM
I uploaded a fresh install (latest beta version) to another directory (http://timacoly.com/jpeg/) and re uploaded all the photos. A lot of work, but now my photo explanations are working.
Big thanks to all those who tried to help.
raminia
03-30-2006, 08:07 PM
php 5.1 and php 4.4.1 have problem with old markup functions in Pixelpost 1.4.x. This is fixed in 1.5
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.