![]() |
|
Notice: Undefined variable: fullimage image.php - 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: Notice: Undefined variable: fullimage image.php (/thread-11750.html) |
Notice: Undefined variable: fullimage image.php - LondonLight.org - 2014-04-15 Hey! I'm using 1.4.6-BETA [4196c58634]. I made my own theme, and I followed your theming tutorial which links to: This page has the following line to display the image: Notice: Undefined variable: fullimage image.php - acrylian - 2014-04-15 Of course a variable needs to have assigned a value in PHP to be valid and existing. This is clearly a typo in the demo file. It should be actually: Notice: Undefined variable: fullimage image.php - LondonLight.org - 2014-04-15 Glad to be of service :] |