Testerin Posted August 28, 2013 Share Posted August 28, 2013 (edited) Moin, Moin, ich änderte den Text in den E-Mails, was nicht gespeichert wurde. Folgende Fehlermeldung erhielt ich: Fatal error: Call to undefined function sprinf() in /homepages/8/d476141357/htdocs/Shop/controllers/admin/AdminTranslationsController.php on line 1428 Das steht in der Datei in Line 1422-1431: $module_name = false; $module_name_pipe_pos = stripos($mail_name, '|'); if ($module_name_pipe_pos) { $module_name = substr($mail_name, 0, $module_name_pipe_pos); if (!Validate::isModuleName($module_name)) throw new PrestaShopException(sprinf(Tools::displayError('Invalid module name "%s"'), $module_name)); $mail_name = substr($mail_name, $module_name_pipe_pos + 1); if (!Validate::isTplName($mail_name)) throw new PrestaShopException(sprintf(Tools::displayError('Invalid mail name "%s"'), $mail_name)); } Hhmpf ;- ) Kann jemand helfen? Vielen Dank! Edited August 28, 2013 by Testerin (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now