Member
Member
jelto   2006-12-21, 10:08
#1

hi, i upgrade recently and its seem that the link for albums does't appear.

my zenphoto is in : http://www.jelto.net/blog/zp/
my albums is in : http://www.jelto.net/blog/zp/albums/
and for "australie" it should be http://www.jelto.net/blog/zp/albums/australie
but after upgrade it s http://www.jelto.net/blog/zp/australie

i'm sur i miss something somewhere ... for example those line:
// define('WEBPATH', '/zp');
// define('SERVERPATH', '/home/www/7dad485fa0cef2d530bc3a646a27f550/web/blog/zp');

if you ve and idea ... thanks !

Developer
Developer
trisweb   2006-12-21, 10:20
#2

You're getting confused by the mod_rewrite URL rewriting. Your "australie" should NOT be at /zp/albums/australie, even though it looks that way in your folders. The URL is rewritten into parameters for i.php, and has nothing to do with the folder structure, so don't assume that...

Check your .htaccess file, an upgrade probably overwrote it and changed the RewriteBase back to the default. Yours should be:

RewriteBase /blog/zp

for you.

On another note, there's just been a new release, 1.0.6, so as long as you're in there, you might as well upgrade if you haven't already.

Member
Member
jelto   2006-12-22, 01:18
#3

you were right !
it was so easy in fact ... it was just in front of me since the beginning
thanks,

and i'll upgrade to 1.0.6 soon.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.