ja-developer
Hi Nic,
one last question: I've got the following warnings and errors while trying to check for the latest PHP-version 7.3, where can I check whether this issues are solved with the latest (m)social version or not:
FILE: /homepages/30/d653103570/htdocs/app653110543/wp-content/themes/Msocial/gavern/classes/class.recaptchalib.php
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
55 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
FILE: /homepages/30/d653103570/htdocs/app653110543/wp-content/themes/Msocial/gavern/helpers/helpers.layout.php
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
377 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
440 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
442 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
826 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
FILE: /homepages/30/d653103570/htdocs/app653110543/wp-content/themes/Msocial/template.contact.php
FOUND 2 ERRORS AFFECTING 1 LINE
69 | ERROR | Extension 'ereg' is deprecated since PHP 5.3 and removed since PHP 7.0; Use pcre instead