Page 1 of 1

Gallery not working on 1.11.9

Posted: Wed Nov 20, 2013 5:14 pm
by Shaolin
Hi,

I have recently installed cmsms 1.11.9 locally on a windows 7 box with XAMPP; fresh installs of both. I have then installed the gallery module and when I attempt to create a sub gallery I get the following error from within the admin panel:

Code: Select all

Notice: Undefined index: items in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 298

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 298
#	
Notice: Undefined index: item in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 279

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 279

Notice: Undefined index: title in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 281

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 281

Notice: Undefined index: comment in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 283

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 283

Notice: Undefined index: filedate in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 285

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 285

Notice: Undefined index: cover in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 287

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 287

Notice: Undefined index: active in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 289

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 289
 	 	
Notice: Undefined index: itemcount in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 337

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 337

Notice: Undefined index: itemcount in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 355

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 355

Notice: Undefined index: nofilestext in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 356

Notice: Trying to get property of non-object in C:\xampp\htdocs\wirralt\tmp\templates_c\Gallery^09cb4a2cdf3b38c64f56022d22b9ae06be2f06f5.module_file_tpl.Gallery;editgallery.tpl.php on line 356
Any pointers or help would be of huge assistance

Kindest regards

Shaolin

Re: Gallery not working on 1.11.9

Posted: Wed Nov 20, 2013 5:57 pm
by Jo Morg
Notices can usually be disregarded and should not affect the module functionality. However these seem to point to errors on the template which may or not affect the output of the module.
You need to further test to see if the module behaves as it should, and if it does you can disregard these. If you need to hide those notices you will have to set a different PHP error reporting level or just log them instead of displaying them.
http://php.net/manual/en/function.error-reporting.php