Please, Help me! Fatal error message when i try to ACTIVATE plugin.
Hello I installed your Easy Appointments plugin in my localhost, and works fine!!! However, when i paste the site to server, im unable to activate the EasyAppointments plugin, and I get the below error every time I try to activate. Can you please tell me what I can do to resolve this as I really like your plugin as it seems to be perfect for our automotive client. Thank you!
Plugin could not be activated because it triggered a fatal error.
Fatal error: Class 'tad_DI52_Container' not found in /home/maverick/public_html/wp-content/plugins/easy-appointments/main.php on line 123
Plugin could not be activated because it triggered a fatal error.
Fatal error: Class 'tad_DI52_Container' not found in /home/maverick/public_html/wp-content/plugins/easy-appointments/main.php on line 123
i fix the problem.. it was necessary change the version of my PHP, inside my .htaccess file.
I put PHP 5.6 version. Its necessary to past the code bellow into .htaccess file:
AddHandler application/x-httpd-php56 .php
Save the file, and update into your server, and your problem it will be solved!