I installed Zenphoto, uploading pictures goes fine but but when i try to view them or go to edit he gives me this error:
Fatal error: Call to undefined function pathurlencode() in /home/site/public_html/photos/zen/classes.php on line 172
Everything seems configged ok, i didn't find this error on the forum. Anyone an idea?
Comments
`// rawurlencode function that is path-safe (does not encode /)
function pathurlencode($path) {
return implode("/", array_map("rawurlencode", explode("/", $path)));
}`
Not sure exactly what may be the case with it though. I'm going to guess it's a path issue, like the system cannot find functions.php but that is just a guess. Tris? Can you illuminate maybe?
It could be a path issue with functions.php, but I doubt it. Everything else seems to be working, so it's just that function? Weird.
fille, are you upgrading from an earlier version to 1.0.4?
admin/admin
It's not an upgrade, new install.
Next step if that doesn't work: On your server, in the /suriname/zen directory, rename `"functions.php"` to `"functions.txt"` -- this will make Zenphoto stop working, but it will allow me to see the contents of the functions.php file you have and try to find the problem.
Thanks!