Error log issues

Issues related to forms.
Post Reply
Cantenac
Posts: 41
Joined: Thu Jan 09, 2020 3:36 pm

Error log issues

Post by Cantenac »

Well my form is up and running, without obvious problem (default mailer, SMTP), however there are a couple of items in the error logs:

Fatal error
PHP Fatal error: require(): Failed opening required pathEditedOut/Exception.php' (include_path='.:/opt/alt/php73/usr/share/pear') in pathEditedOut/my_contact_page.php on line 26;

Line 26 reads

Code: Select all

require __DIR__.'/Exception.php';
but Exception.php hasn't been generated.

Deprecated code
PHP Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in pathEditedOut/phpmailerautoload.php on line 45
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Error log issues

Post by Pablo »

Are you sure you have the latest version?
'Autoload' is no longer used by the application.
Or maybe you did not published all files?
Cantenac
Posts: 41
Joined: Thu Jan 09, 2020 3:36 pm

Re: Error log issues

Post by Cantenac »

Sorry, I think that may have been it - I updated a couple of days ago and may still have had the old versions of the files. All looks good now :)
Post Reply