Parse error: Unmatched ')' in /xxxx/public_html/includes/languages/dutch/account_notifications.php on line 28
remove the ) ... so line 28 will be:
const NOTIFICATIONS_DESCRIPTION = 'Om een artikelmelding te verwijderen, schakelt u het selectievakje artikelen uit en klikt u op Doorgaan.';
Typo ## admin:
#### and admin/includes/languages/dutch/modules/newsletters/product_notification.php LINE 23
Code: Select all
const BUTTON_CANCEL - 'Annuleer';Code: Select all
const BUTTON_CANCEL = 'Annuleer';