XoopsModules25x / suico

Social Network module
4 stars 4 forks source link

Notice: Constant _AM_ERROR_NOFRAMEWORKS already defined #182

Closed liomj closed 4 years ago

liomj commented 4 years ago

when using module like slideshow countdown i received this error .

Notice: Constant _AM_ERROR_NOFRAMEWORKS already defined in file /modules/suico/language/english/admin.php line 297

mambax7 commented 4 years ago

This define(): define('_AM_ERROR_NOFRAMEWORKS', 'Error: You don't use the Frameworks \'admin module\'. Please install this Frameworks'); can be removed from every module, as it is not needed anymore. And because it is the same, it creates a conflict. That's why all define() should be unique and use the name of the module in the name, e.g. "_AM_COUNTDOWN_MAINTAINEDBY"