![]() |
|
Photos not showing - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Photos not showing (/thread-2611.html) |
Photos not showing - wizard007 - 2008-04-05 I've seen a number of people have had this problem but I don't seem to be able to fix it. RewriteEngine Off !!! Change this to the web path (eg: http://www.yourwebsite.com/photos --> /photos) !!!RewriteBase /zenphoto AddType x-mapp-php5 .php RewriteRule ^admin/?$ zp-core/admin.php [R,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteRule index.php$ index.php [L,QSA] Rewrite rule addtion for searchRewriteRule ^page/([A-Za-z0-9-]+)/fields([0-9]+)/(.*)/([0-9]+)/?$ index.php?p=$1&searchfields=$2&words=$3&page=$4 [L,QSA] RewriteRule ^(.)/image/(thumb|[0-9]{1,4})/([^/\]+)$ zp-core/i.php?a=$1&i=$3&s=$2 [L,QSA] Catch-all - everything else gets handled in PHP for compatibility.RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA] As you will see if you go to www.mamabridal.com/zenphoto though the thumbnails and full images do not show. The images do show however if you click on the large image and see the full size one. Anyone help?!? Photos not showing - AlexWilson - 2008-04-05 the images are generating out of memory errors...
try using some smaller image files and see what happens Photos not showing - wizard007 - 2008-04-05 Thanks for that. I uploaded the image at a smaller size and all if fine now. Good one! :-) |