![]() |
|
Errors on page - 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: Errors on page (/thread-5390.html) |
Errors on page - Monkofdoom - 2009-06-26 I've just installed zen photo for the first time and it can be seen at http://ourcatphotos.com/zenphoto/ Unfortunetly there seems to be several php errors such as: Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in /var/www/vhosts/ourcatphotos.com/httpdocs/zenphoto/zp-core/classes.php on line 50 Is there anything I have done wrong / Can do to fix this? Thank you. Errors on page - acrylian - 2009-06-26 You have apparently php 5.1.3 or older on your server: [i]Note: The PHP 4 method of declaring a variable with the var keyword is still supported for compatibility reasons (as a synonym for the public keyword). In PHP 5 before 5.1.3, its usage would generate an E_STRICT warning.[/i] So don't worry everything should work fine even with that note. Errors on page - Monkofdoom - 2009-06-26 Ok well that's good to know, I guess i just need to switch off warnings Ta! |