fiammybe / amaryllis-modules

Automatically exported from code.google.com/p/amaryllis-modules
0 stars 0 forks source link

Undefined variable(s) #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Nachdem ich ein Event erstellt habe, finde ich einige Meldungen im Front end 
des Modules:

Notice: Undefined variable: indexConfig in file /modules/event/footer.php line 
29
Notice: Undefined variable: indexConfig in file /modules/event/footer.php line 
30
Notice: Use of undefined constant INDEX_ICONS_URL - assumed 'INDEX_ICONS_URL' 
in file /modules/event/footer.php line 32
Notice: Use of undefined constant INDEX_URL - assumed 'INDEX_URL' in file 
/modules/event/footer.php line 33
Notice: Use of undefined constant INDEX_URL - assumed 'INDEX_URL' in file 
/modules/event/footer.php line 34
Notice: Undefined variable: index_moduleName in file /modules/event/footer.php 
line 34
Notice: Undefined variable: index_moduleName in file /modules/event/footer.php 
line 34

Original issue reported on code.google.com by impresscms on 15 Oct 2012 at 1:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r804.

Constants should only be assigned if module is present. 

Original comment by St.Flohrer on 15 Oct 2012 at 2:03

GoogleCodeExporter commented 9 years ago
Looks perfect now, thank you.

Original comment by impresscms on 16 Oct 2012 at 7:53