Hi @greatlandgrocery
No, I never heard of that error before. So it must be something particular to your setup.
Try to enable error logging in wp-config.php. After you retry activation there should be a log with that particular error. Please send it to me.
Let me know if you need further help getting the error log.
Thank you for your feedback. I was able to review error logs as suggested and also able to determine/resolve the issue with this info. Everything is working well now with the activation and was related to other custom programming installed on the site. Thank you!
Great!
Out of curiosity. Could you send me the error logs that helped you to resolve this to support@woopt.com ?
Maybe I can build in a safeguard in order to prevent this in the future for other users.
Sure… I have a custom plugin that was generating the following:
Notice: Constant WCOTE_FILE already defined in …/public_html/wp-content/plugins/woocommerce-orders-time-elapsed/woocommerce-orders-time-elapsed.php on line 18
Deactivating this plugin allowed me to activate without a timeout. Of note, even with the timeout, the plugin still seemed to activate. After the time out, I went to check installed plugins on the site and the conversion tracking plugin had actually activated.
Thanks for the support here!
Interesting. WCOTE_FILE is never used as a global variable (or any variable) in my plugin.
Most importantly it works now !