![]() |
|
Missing argument 1 for checkforPassword(), called in - 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: Missing argument 1 for checkforPassword(), called in (/thread-7071.html) |
Missing argument 1 for checkforPassword(), called in - thestormtrooper - 2010-05-17 Hi, Looking for a bit of help?? I upgraded my zen photo and since my upgrade I get the following message: Warning: Missing argument 1 for checkforPassword(), called in C:\Inetpub\vhosts\stuartjackson.co.uk\httpdocs\v1\gallery\themes\clear-green\image.php on line 92 and defined in C:\Inetpub\vhosts\stuartjackson.co.uk\httpdocs\v1\gallery\zp-core\template-functions.php on line 4334 Warning: Missing argument 2 for checkforPassword(), called in C:\Inetpub\vhosts\stuartjackson.co.uk\httpdocs\v1\gallery\themes\clear-green\image.php on line 92 and defined in C:\Inetpub\vhosts\stuartjackson.co.uk\httpdocs\v1\gallery\zp-core\template-functions.php on line 4334 Can also be seen here: http://www.stuartjackson.co.uk/v1/gallery/index.php?album=random&image=007.jpg Can anyone tell me how I remove this error?? I have no need for a password for my site because if I want a password I just use my web host system. Any help is greatly appreciated, oh and in the simplest form possible as I'm not too clued up in all this. Thanks in advance. Missing argument 1 for checkforPassword(), called in - thestormtrooper - 2010-05-17 I think it might be something to do with the new version having a seperate php file for password etc... I tried removing the call for checkforpassword from my image.php file but still get the error? As said before I'm not bothered about passwords just now so would just like to know how to remove that error I have? Help! Thanks. Missing argument 1 for checkforPassword(), called in - sbillard - 2010-05-17 You should remove all calls on checkforpassword from the theme. They are redundant anyway with the current version of zenphoto. There is a good chance the call exists in each of your theme script files. |