Error Messages

PHP Error: mkdir(): Invalid path
This error relates to Version 1.6.6.X and above. Any of the following warnings/errors are related to the same known issue and can be resolved by applyin...
Fri, 12 Mar, 2021 at 9:32 PM
ERROR_EMAIL_SEND-SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
The error indicates that you are using a server on PHP 5.6 or above and that the local SMTP of your hosting account has an issue with the domain certificate...
Fri, 12 Mar, 2021 at 8:53 PM
PHP Fatal error: Call to undefined function imap_timeout() in installationfolder/application/libraries/app_imap.php(1) : eval()'d code(3) : eval()'d code on line 58
This means that you do not have a working PHP IMAP module. The Solution: Contact your web host and ask them to update or install the PHP IMAP module.
Fri, 12 Mar, 2021 at 8:55 PM
ERROR_EMAIL_SEND-Could not execute: /usr/sbin/sendmail
This is a hosting/server issue and means your Sendmail facility is not configured correctly. The Solution: Contact your web host and ask them why yo...
Fri, 12 Mar, 2021 at 9:02 PM
Parse error: syntax error, unexpected '[' in installationpathhere/application/libraries/admin_controller.php(1) : eval()'d code(3) : eval()'d code on line 1021
This error has been commonly linked to Version 1.5. It highly likely means that your server is using PHP 5.3.  The Solution: Contact your web ho...
Fri, 12 Mar, 2021 at 8:58 PM
Table 'xxxxxxxxx.arpr_emailsuppressions' doesn't exist
This error could occur during installation. The elements of the error include: Error Number: 1146 Table 'xxxxxxxxxxx.arpr_emailsuppressions' ...
Fri, 12 Mar, 2021 at 9:31 PM
FUNCTION .INET6_NTOA does not exist
arpReach V2 introduces IPv6 support for the purposes of geo-location. IPv6 support was never included, nor will it be added, into MySQL 5.5.X. arpReac...
Fri, 12 Mar, 2021 at 9:33 PM
SELECT list is not in GROUP BY clause and contains nonaggregated column
The error means your MySQL module is set to use only_full_group_by mode. The elements of the error message include: Error Number: 1055 Expressi...
Tue, 16 Mar, 2021 at 7:27 PM