Error 500 with utm parameters
-
Hello!
There is an issue with the constant WPFC_CACHE_QUERYSTRING in file /inc/cache.php on line 196, error is: Constant already defined.
I have fixed this issue, just added check:
if( !defined('WPFC_CACHE_QUERYSTRING') ) { define('WPFC_CACHE_QUERYSTRING', true); }
So, please, can you also add this fix to your next plugin release?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error 500 with utm parameters’ is closed to new replies.