Gallery not working on 1.11.9

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Shaolin
Forum Members
Forum Members
Posts: 16
Joined: Wed Aug 22, 2012 3:44 pm

Gallery not working on 1.11.9

Post 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
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: Gallery not working on 1.11.9

Post 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
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Locked

Return to “Modules/Add-Ons”