hello,
Zenphoto worked great for me from the very beginning, and for months after that.
and now, for no reason whatsoever, I can't link to my albums. If I click on a thumbnail, the resulting page just says, "<a href=". That's it.
Switching the mod-rewrite on & off yields same results. Index page has paths all wrong.
This problem has been solved on many topics but my htaccess page is correct and always has been.
Do you think my host server is messing w/ my files?
link is:
http://www. hideme.net/galleries/
Any help is much appreciated.
Comments
It could also be that maybe your album.php file got corrupted somehow. Are you running the latest version of zenphoto? Have you tried reinstalling it?
I think my next step is to create another database and start from scratch.
It's probably because I'm using DreamHost. .ugh.
The most important thing with Dreamhost to remember is to change the MySQL database reference from localhost to mysql.yourwebsite.com for Zenphoto.
I double-checked and I do have mysql.mywebsite.com
Do you want me to actually copy/paste the album.php code in here?
Thanks.
All the themes, as you say, truncate the first link -- except Stopdesign.
Here is the code from the album.php based off one of the themes.
Thanks again.
`
<?php printGalleryTitle(); ?> | <?php echo getAlbumTitle();?>
/zen.css" type="text/css" />
<?php zenJavascript(); ?>
" title="Gallery Index"><?php echo getGalleryTitle();?> | <?php printAlbumTitle(true);?>
<?php printAlbumDesc(true); ?>
<?php while (next_image()): ?>
<?php endwhile; ?>
<?php printPageListWithNav("« prev", "next »"); ?>
<?php printSortableAlbumLink('Click to sort album', 'Manual sorting', NULL, 'credit'); ?>
`
<!--
and that's it. Otherwise, everything else seems to be fine including administration.
Here's my blog: http://www.nuttyfamily.com - click on any of my entries with the zenpress thubnails and you'll see.
I also get a blank page now when I go to my WP plugins page.
Here's my album.php:
<?php if (!defined('WEBPATH')) die(); ?>
<html>
<head>
<title><?php printGalleryTitle(); ?> | <?php echo getAlbumTitle();?></title>
<!-- <?php zenJavascript(); ?> -->
</head>
<body>
<div id="main">
<!--
<div id="gallerytitle">
<h2g><span>" title="Gallery Index"><?php echo getGalleryTitle();?> | </span> <?php printAlbumTitle(true);?></h2g>
</div>
-->
<h3><?php printAlbumDesc(true); ?></h3>
<div id="images">
<?php while (next_image()): ?>
<div class="image">
<div class="imagethumb">" title="<?php echo getImageTitle();?>"><?php printImageThumb(getImageTitle()); ?></div>
</div>
<?php endwhile; ?>
</div>
<?php printPageListWithNav("« prev", "next »"); ?>
<div id="enableSorting">
</div>
</div>
</body>
</html>
Some things I'm not sure of in your code:
1. Why do have zenJavascript commented out in HTML? (i.e. enclosed in ``)
2. Why are you commenting out the "gallerytitle" section?
3. You have a tag I've not seen before in your "gallerytitle" section ``
Dreamhost is also upgrading PHP code to 5.2.0. My zen cart broke last night due to a bug in PHP 5.2.0 with session handling, so these may be related.
Tristan, do you have any input into this issue? Hopefully it's something easy.
Perhaps it was Dreamhost-related, as described above by Thinkdreams.
I'd have liked to test it more. Perhaps I'll install 5.2.0 locally and see what happens...
I even had them restore everything as of 2 days ago and it's not working.
Now my zenpress plugin is not working and my wp plugins admin page is blank !