creativechaos
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta pixel for WordPress] PHP Warning: session_start()Hi Marija,
Thank you for the reply… I think you’re right about the misconfiguration. CPanel seemed to be set to use PHP 8.3 but there was a user.ini file referencing the php72 path for sessions. I’ve reset the PHP settings and overridden the session.save_path variable and we now don’t seem to be getting that error.
Thanks.
Forum: Plugins
In reply to: [Track The Click] WordPress database error Column ‘link_id’ cannot be nullI can’t tell which page is causing the error. It seems very sporadic… it has happened 6 times over the past 24 hours. The website is fytogreen.com.au
I’ve tried triggering the error by viewing pages across the site, and then looking at the error_log file to see if it’s logged a new entry but I can’t figure out how it’s being triggered.
@jenwebdev Thanks so much for taking the time to reply. Like you, this seemed to randomly fix itself?!! One thing I did change was to drop PHP version on our client’s site from 8 to to 7 – not sure whether this had an impact on the situation but we’re not seeing these errors anymore now.
I am also seeing these exact errors in our error_log files on a new install of Events Manager. I’m assuming there’s a setting somewhere I’ve overlooked, but anyone got any idea?
Forum: Plugins
In reply to: [WP Geo] Uncaught ReferenceError: wpgeo_createIcon is not definedHi Ben,
We’re still getting the same error in 3.5.1
Maps do load on the pages they are included on, but the error still comes up in Google DevTools Console.
Thanks
We recently had the same problem.
Try adding the following to your theme’s functions.php file
add_filter( 'https_local_ssl_verify', '__return_false' );