Hello,
I need your help,
Here my zenphoto installation:
/
/zenphoto/
/photoblog/script_using_zenphoto.php
/wordpress/
I'm using
this code in my script:
`
define('SERVERPATH',$_SERVER[DOCUMENT_ROOT].'/zenphoto');
define('WEBPATH','../zenphoto');
//echo SERVERPATH => /Library/WebServer/Documents/zenphoto => OK
require_once(SERVERPATH.'/zp-core/template-functions.php');
`
and I get this error:
Not Found
The requested URL /photoblog/zp-core/setup.php was not found on this server.
define paths seems ok.
This work fine with 1.4.2
Comments
Was done. Zenphoto work fine in it's zenphoto folder!
I was using 2-3 functions (latest images, tags) outside zenphoto. I will made my own function.