Hi
I get an error
`Fatal error: Call to undefined function: checkforpassword() in /web/zp-core/plugins/zenpage/zenpage-class.php on line 117`
when trying to run the admin part of zenpage on a client's server. setup.php ran fine.
Its a really weird VDE server or something - I dont know much about these things - and everything is really difficult to do compared with the standard linux stuff I am used to... Another thing is that it won't accept any file with a space in the name to be uploaded...
I get this with both the 1.0 release and the current svn version
any ideas? Thanks!
Comments
So i went into the offending zenpage-class.php and commented out line 117 which was
`if(checkforPassword()) { exit; }`
and it seems to work now - but I don't really know what that will do to my zenpage! So far, nothing out of the ordinary is happening, but i have not done much testing. It seems like commenting this will make the admin pages do extra things as of they were template pages? Could it be harmful?
THis is a new zenphoto install and, to my knowledge, I have everything set to UTF-8
The if statement before that is to prevent template class actions that are not needed on the admin files since both use the same class methodes. The checkforpassword does not impact that.
Encoding stuff is a complicated matter and we have some problems with that generally in Zenphoto. Maybe your db is set to western latin and not utf8? I did not encounter what you described on my installs though. Maybe it's these server typ you are using...?
Yes - this webhost is something else. This is the last time I let the client choose the webhost