bmbrands / moodle-theme_elegance

This is the new official elegance repository
http://basbrands.nl
23 stars 12 forks source link

moodlemobilecss notice #59

Closed thepurpleblob closed 10 years ago

thepurpleblob commented 10 years ago

Throwing notices -

Invalid get_string() identifier: 'moodlemobilecss' or component 'theme_elegance'. Perhaps you are missing $string['moodlemobilecss'] = ''; in /var/www/gu27/theme/elegance/lang/en/theme_elegance.php? line 293 of /lib/classes/string_manager_standard.php: call to debugging() line 6896 of /lib/moodlelib.php: call to core_string_manager_standard->get_string() line 115 of /theme/elegance/settings.php: call to get_string() line 36 of /admin/settings/appearance.php: call to include() line 6624 of /lib/adminlib.php: call to require() line 537 of /admin/index.php: call to admin_get_root() Invalid get_string() identifier: 'moodlemobilecssdesc' or component 'theme_elegance'. Perhaps you are missing $string['moodlemobilecssdesc'] = ''; in /var/www/gu27/theme/elegance/lang/en/theme_elegance.php? line 293 of /lib/classes/string_manager_standard.php: call to debugging() line 6896 of /lib/moodlelib.php: call to core_string_manager_standard->get_string() line 118 of /theme/elegance/settings.php: call to get_string() line 36 of /admin/settings/appearance.php: call to include() line 6624 of /lib/adminlib.php: call to require() line 537 of /admin/index.php: call to admin_get_root()

thedannywahl commented 10 years ago

please update to the latest version of master if you were using it before (and not a stable version), those strings definitely exist:

https://github.com/thedannywahl/moodle-theme_elegance/blob/master/lang/en/theme_elegance.php#L48-L49