Home
last modified time | relevance | path

Searched refs:displayError (Results 1 – 25 of 828) sorted by relevance

12345678910>>...34

/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DFileUploader.php105 return ['error' => Tools::displayError('No files were uploaded.')];
111 return ['error' => Tools::displayError('File is empty')];
114 return ['error' => Tools::displayError('File is too large')];
170 return ['error' => Tools::displayError($validate)];
173 return ['error' => Tools::displayError('Error while creating additional image')];
199 return ['error' => Tools::displayError('An error occurred during the image upload')];
201 return ['error' => Tools::displayError('An error occurred while copying image.')];
214 return ['error' => Tools::displayError('Error while updating status')];
306 return ['error' => Tools::displayError($validate)];
337 return ['error' => Tools::displayError('An error occurred while copying image.')];
[all …]
H A DCartRule.php507 * @param bool $displayError
982 return (!$displayError) ? false : Tools::displayError('This voucher is disabled');
985 … return (!$displayError) ? false : Tools::displayError('This voucher has already been used');
988 return (!$displayError) ? false : Tools::displayError('This voucher is not valid yet');
991 return (!$displayError) ? false : Tools::displayError('This voucher has expired');
1019 … return (!$displayError) ? false : Tools::displayError('You cannot use this voucher');
1068 … return (!$displayError) ? false : Tools::displayError('You cannot use this voucher');
1085 …return (!$displayError) ? false : (Tools::displayError('You cannot use this voucher').' - '.Tools:…
1088 return (!$displayError) ? false : Tools::displayError('You cannot use this voucher');
1171 return (!$displayError) ? false : Tools::displayError('Cart is empty');
[all …]
H A DUploader.php183 … $file['error'] = Tools::displayError('Server file size is different from local file size');
209 …$file['error'] = Tools::displayError('The uploaded file exceeds the post_max_size directive in php…
215 $file['error'] = Tools::displayError('Invalid file name');
224 $file['error'] = Tools::displayError('Filetype not allowed');
251 …$error = sprintf(Tools::displayError('The uploaded file exceeds %s'), ini_get('upload_max_filesize…
254 … $error = sprintf(Tools::displayError('The uploaded file exceeds %s'), ini_get('post_max_size'));
257 $error = Tools::displayError('The uploaded file was only partially uploaded');
260 $error = Tools::displayError('No file was uploaded');
263 $error = Tools::displayError('Missing temporary folder');
266 $error = Tools::displayError('Failed to write file to disk');
[all …]
H A DLocalizationPack.php76 … $this->_errors[] = Tools::displayError(sprintf('Cannot load country : %1d', $idCountry));
160 $this->_errors[] = Tools::displayError('Invalid Zone name.');
171 $this->_errors[] = Tools::displayError('Invalid state properties.');
185 … $this->_errors[] = Tools::displayError('An error occurred while adding the state.');
192 … $this->_errors[] = Tools::displayError('An error occurred while fetching the state.');
229 $this->_errors[] = Tools::displayError('Invalid tax properties.').' '.$error;
259 $this->_errors[] = Tools::displayError('This tax rule cannot be saved.');
345 $this->_errors[] = Tools::displayError('Invalid currency properties.');
474 … $this->_errors[] = Tools::displayError('An error has occurred during the default group update');
536 … $this->_errors[] = Tools::displayError('Localization pack corrupted: wrong unit type.');
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminRequestSqlController.php107 $this->errors[] = Tools::displayError('This functionality has been disabled.');
128 die(Tools::displayError('This functionality has been disabled.'));
158 $this->displayError($requestSql->error_sql);
172 public function displayError($e) function in AdminRequestSqlControllerCore
186 $this->errors[] = Tools::displayError('Undefined "checkedFrom" error');
202 $this->errors[] = Tools::displayError('Undefined "checkedSelect" error');
216 $this->errors[] = Tools::displayError('Undefined "checkedWhere" error');
230 $this->errors[] = Tools::displayError('Undefined "checkedHaving" error');
242 $this->errors[] = Tools::displayError('Undefined "checkedOrder" error');
254 $this->errors[] = Tools::displayError('Undefined "checkedGroupBy" error');
[all …]
H A DAdminCmsCategoriesController.php127 $this->errors[] = Tools::displayError('The CMS Category cannot be moved here.');
150 …ors[] = Tools::displayError('An error occurred while updating the status for an object.').' <b>'.$…
153 $this->errors[] = Tools::displayError('You do not have permission to edit this.');
161 …$this->errors[] = Tools::displayError('You need at least one object.').' <b>'.$this->table.'</b><b…
172 $this->errors[] = Tools::displayError('An error occurred during deletion.');
175 …is->errors[] = Tools::displayError('An error occurred while deleting the object.').' <b>'.$this->t…
178 $this->errors[] = Tools::displayError('You do not have permission to delete this.');
183 $this->errors[] = Tools::displayError('You do not have permission to edit this.');
185 …ors[] = Tools::displayError('An error occurred while updating the status for an object.').' <b>'.$…
187 $this->errors[] = Tools::displayError('Failed to update the position.');
[all …]
H A DAdminPerformanceController.php949 $this->errors[] = Tools::displayError('The Redis IP is missing.');
952 $this->errors[] = Tools::displayError('The Redis port is missing.');
955 $this->errors[] = Tools::displayError('The Redis auth is missing.');
1069 $this->errors[] = Tools::displayError('Unknown error.');
1079 $this->errors[] = Tools::displayError($message, false);
1092 $this->errors[] = Tools::displayError('Media server #1 is invalid');
1095 $this->errors[] = Tools::displayError('Media server #2 is invalid');
1098 $this->errors[] = Tools::displayError('Media server #3 is invalid');
1127 $this->errors[] = Tools::displayError($message, false);
1659 die(Tools::displayError('This functionality has been disabled.'));
[all …]
H A DAdminPdfController.php69 $this->errors[] = Tools::displayError('You do not have permission to view this.');
101 die(Tools::displayError('The order ID -- or the invoice order ID -- is missing.'));
118 die(Tools::displayError('The order cannot be found within your database.'));
155 die(Tools::displayError('The order invoice cannot be found within your database.'));
174 die(Tools::displayError('The order slip cannot be found within your database.'));
197 die(Tools::displayError('The order ID -- or the invoice order ID -- is missing.'));
256 die(Tools::displayError('No invoice was found.'));
279 die(Tools::displayError('No invoice was found.'));
296 die(Tools::displayError('No order slips were found.'));
319 die(Tools::displayError('No invoice was found.'));
[all …]
H A DAdminLanguagesController.php330 …$this->errors[] = Tools::displayError('An error occurred while deleting the object.').' <b>'.$this…
348 $this->errors[] = Tools::displayError('This functionality has been disabled.');
362 $this->errors[] = Tools::displayError('(cannot load object)');
386 … $this->errors[] = Tools::displayError('An error occurred during image deletion process.');
393 … $this->errors[] = Tools::displayError('An error occurred during image deletion process.');
432 $this->errors[] = Tools::displayError('This functionality has been disabled.');
437 …ors[] = Tools::displayError('An error occurred while updating the status for an object.').' <b>'.$…
440 … $this->errors[] = Tools::displayError('You cannot change the status of the default language.');
472 $this->errors[] = Tools::displayError('This functionality has been disabled.');
478 … $this->errors[] = Tools::displayError('This ISO code is already linked to another language.');
[all …]
H A DAdminModulesPositionsController.php92 $this->errors[] = Tools::displayError('This module cannot be loaded.');
95 $this->errors[] = Tools::displayError('You do not have permission to edit this.');
107 $this->errors[] = Tools::displayError('This module cannot be loaded.');
109 $this->errors[] = Tools::displayError('Hook cannot be loaded.');
152 $this->errors[] = Tools::displayError('This module cannot be loaded.');
154 $this->errors[] = Tools::displayError('Hook cannot be loaded.');
209 $this->errors[] = Tools::displayError('This module cannot be loaded.');
211 $this->errors[] = Tools::displayError('Hook cannot be loaded.');
226 $this->errors[] = Tools::displayError('Please select a module to unhook.');
235 $this->errors[] = Tools::displayError('This module cannot be loaded.');
[all …]
H A DAdminOrdersController.php721 $this->errors[] = Tools::displayError('The customer is invalid.');
1293 $this->errors[] = Tools::displayError('The order cannot be found');
1295 $this->errors[] = Tools::displayError('The amount is invalid.');
1303 $this->errors[] = Tools::displayError('The invoice is invalid.');
1305 $this->errors[] = Tools::displayError('The date is invalid');
3172 'error' => Tools::displayError('The order object cannot be loaded.'),
3187 'error' => Tools::displayError('You cannot edit a delivered order.'),
3202 'error' => Tools::displayError('Invalid price'),
3209 'error' => Tools::displayError('Invalid quantity'),
3216 'error' => Tools::displayError('Invalid quantity'),
[all …]
H A DAdminCmsController.php352 …$this->errors[] = Tools::displayError('An error occurred while deleting the object.').' <b>'.$this…
366 … $this->errors[] = Tools::displayError('An error occurred while deleting this selection.');
368 … $this->errors[] = Tools::displayError('You must select at least one element to delete.');
371 $this->errors[] = Tools::displayError('You do not have permission to delete this.');
405 $this->errors[] = Tools::displayError('You do not have permission to edit this.');
407 …ors[] = Tools::displayError('An error occurred while updating the status for an object.').' <b>'.$…
409 $this->errors[] = Tools::displayError('Failed to update the position.');
420 … $this->errors[] = Tools::displayError('An error occurred while updating the status.');
423 …ors[] = Tools::displayError('An error occurred while updating the status for an object.').' <b>'.$…
426 $this->errors[] = Tools::displayError('You do not have permission to edit this.');
[all …]
H A DAdminShopUrlController.php478 $this->errors[] = Tools::displayError('You cannot disable the Main URL.');
482 … $this->errors[] = Tools::displayError('An error occurred while updating the status.');
485 …ors[] = Tools::displayError('An error occurred while updating the status for an object.').' <b>'.$…
488 $this->errors[] = Tools::displayError('You do not have permission to edit this.');
501 …ors[] = Tools::displayError('An error occurred while updating the status for an object.').' <b>'.$…
504 $this->errors[] = Tools::displayError('You do not have permission to edit this.');
529 … $this->errors[] = Tools::displayError('A shop URL that uses this domain already exists.');
534 … $this->errors[] = sprintf(Tools::displayError('A shop virtual URL can not be "%s"'), $unallowed);
559 … $this->errors[] = Tools::displayError('A shop URL that uses this domain already exists.');
563 $this->errors[] = Tools::displayError('You cannot disable the Main URL.');
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/controllers/front/
H A DPasswordController.php59 $this->errors[] = Tools::displayError('Invalid email address.');
64 … $this->errors[] = Tools::displayError('There is no account registered for this email address.');
66 … $this->errors[] = Tools::displayError('You cannot regenerate the password for this account.');
68 …$this->errors[] = sprintf(Tools::displayError('You can regenerate your password only every %d minu…
79 … $this->errors[] = Tools::displayError('An error occurred while sending the email.');
95 $this->errors[] = Tools::displayError('Customer account not found');
97 … $this->errors[] = Tools::displayError('You cannot regenerate the password for this account.');
114 … $this->errors[] = Tools::displayError('An error occurred while sending the email.');
117 …$this->errors[] = Tools::displayError('An error occurred with your account, which prevents us from…
121 …$this->errors[] = Tools::displayError('We cannot regenerate your password with the data you\'ve su…
[all …]
H A DGetFileController.php61 die(Tools::displayError());
338 …'Invalid key.' => Tools::displayError('Invalid key…
339 …'This product does not exist in our store.' => Tools::displayError('This produc…
340 …'This product has been deleted.' => Tools::displayError('This produc…
341 …'This file no longer exists.' => Tools::displayError('This file n…
342 …'This product has been refunded.' => Tools::displayError('This produc…
343 …'The product deadline is in the past.' => Tools::displayError('The product…
344 …'Expiration date exceeded' => Tools::displayError('The product…
345 …'Expiration date has passed, you cannot download this product' => Tools::displayError('Expiration …
346 …'You have reached the maximum number of allowed downloads.' => Tools::displayError('You have re…
H A DAuthController.php330 $this->errors[] = Tools::displayError('An email address required.');
332 $this->errors[] = Tools::displayError('Invalid email address.');
334 $this->errors[] = Tools::displayError('Password is required.');
336 $this->errors[] = Tools::displayError('Invalid password.');
343 $this->errors[] = Tools::displayError('Authentication failed.');
455 $this->errors[] = Tools::displayError('You cannot create a guest account.');
510 $this->errors[] = Tools::displayError('Invalid date of birth.');
620 $this->errors[] = Tools::displayError('Country is invalid');
632 $this->errors[] = Tools::displayError('Invalid date of birth');
644 $this->errors[] = Tools::displayError('Invalid date of birth');
[all …]
H A DGuestTrackingController.php95 … $this->errors[] = Tools::displayError('Please provide your order\'s reference number.');
97 $this->errors[] = Tools::displayError('Please provide a valid email address.');
99 $this->errors[] = Tools::displayError('Please provide a valid email address.');
101 … $this->errors[] = Tools::displayError('There is no account associated with this email address.');
103 …$this->errors[] = Tools::displayError('This page is for guest accounts only. Since your guest acco…
106 $this->errors[] = Tools::displayError('Invalid order reference');
108 $this->errors[] = Tools::displayError('Invalid order reference');
114 $this->errors[] = Tools::displayError('Invalid customer');
116 $this->errors[] = Tools::displayError('Invalid password.');
118 …$this->errors[] = Tools::displayError('An error occurred while transforming a guest into a registe…
/dports/www/thirtybees/thirtybees-1.1.0/install/theme/views/
H A Dconfigure.phtml19 <?php echo $this->displayError('shopName') ?>
65 <?php echo $this->displayError('shopCountry') ?>
80 <?php echo $this->displayError('shopTimezone') ?>
92 <?php echo $this->displayError('adminFirstname') ?>
102 <?php echo $this->displayError('adminLastname') ?>
113 <?php echo $this->displayError('adminEmail') ?>
123 <?php if ($this->displayError('adminPassword')): ?>
124 <?php echo $this->displayError('adminPassword') ?>
137 <?php echo $this->displayError('adminPasswordConfirm') ?>
/dports/finance/prestashop/prestashop/install/theme/views/
H A Dconfigure.php38 <?php echo $this->displayError('shop_name') ?>
84 <?php echo $this->displayError('shop_country') ?>
99 <?php echo $this->displayError('shop_timezone') ?>
126 <?php echo $this->displayError('admin_firstname') ?>
136 <?php echo $this->displayError('admin_lastname') ?>
147 <?php echo $this->displayError('admin_email') ?>
157 <?php if ($this->displayError('admin_password')): ?>
158 <?php echo $this->displayError('admin_password') ?>
171 <?php echo $this->displayError('admin_password_confirm') ?>
/dports/finance/prestashop/prestashop/modules/productcomments/
H A DProductCriterion.php37 exit(Tools::displayError());
56 exit(Tools::displayError());
75 exit(Tools::displayError());
101 exit(Tools::displayError());
120 exit(Tools::displayError());
139 exit(Tools::displayError());
157 exit(Tools::displayError());
173 exit(Tools::displayError());
/dports/sysutils/go-wtf/wtf-0.21.0/cfg/
H A Derror_messages.go17 func displayError(err error) {
24 displayError(err)
30 displayError(err)
36 displayError(err)
42 displayError(err)
53 displayError(err)
64 displayError(err)
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/autononreg/py/avidemux/
H A DpyFrequency.py9 displayError("Cannot load file")
13 gui.displayError("fq ",str(goodFq)+" vs "+str(adm.audioFrequency))
16 gui.displayError("Bitrate ",str(goodBitrate)+" vs "+str(adm.audioBitrate(0)))
19 gui.displayError("channels ",str(goodChannels)+" vs "+str(adm.audioChannels(0)))
22 gui.displayError("encoding ",str(goodEncoding)+" vs "+str(adm.audioEncoding(0)))
/dports/multimedia/avidemux-cli/avidemux_2.7.6/autononreg/py/avidemux/
H A DpyFrequency.py9 displayError("Cannot load file")
13 gui.displayError("fq ",str(goodFq)+" vs "+str(adm.audioFrequency))
16 gui.displayError("Bitrate ",str(goodBitrate)+" vs "+str(adm.audioBitrate(0)))
19 gui.displayError("channels ",str(goodChannels)+" vs "+str(adm.audioChannels(0)))
22 gui.displayError("encoding ",str(goodEncoding)+" vs "+str(adm.audioEncoding(0)))
/dports/multimedia/avidemux/avidemux_2.7.6/autononreg/py/avidemux/
H A DpyFrequency.py9 displayError("Cannot load file")
13 gui.displayError("fq ",str(goodFq)+" vs "+str(adm.audioFrequency))
16 gui.displayError("Bitrate ",str(goodBitrate)+" vs "+str(adm.audioBitrate(0)))
19 gui.displayError("channels ",str(goodChannels)+" vs "+str(adm.audioChannels(0)))
22 gui.displayError("encoding ",str(goodEncoding)+" vs "+str(adm.audioEncoding(0)))
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/autononreg/py/avidemux/
H A DpyFrequency.py9 displayError("Cannot load file")
13 gui.displayError("fq ",str(goodFq)+" vs "+str(adm.audioFrequency))
16 gui.displayError("Bitrate ",str(goodBitrate)+" vs "+str(adm.audioBitrate(0)))
19 gui.displayError("channels ",str(goodChannels)+" vs "+str(adm.audioChannels(0)))
22 gui.displayError("encoding ",str(goodEncoding)+" vs "+str(adm.audioEncoding(0)))

12345678910>>...34