campaign log broken for our wordpress install
-
Hi,
In the file: wpematico/app/campaign_log.php it is trying to bootstrap wordpress by loading wp-config.php
In our install method this will not work because wp-config does include other files, it is only included into other php files.
See this: http://jason.pureconcepts.net/2012/08/wordpress-multitenancy/
We got the campaign_log.php working again by changing the bootstrap file to:
include(‘../../../../wp-load.php’);
Which although it is not a 100% safe solution (since wordpress plugins folder can be nested at various other levels) it does work for us.Please consider our solution.
Thanks
— Relevad
The topic ‘campaign log broken for our wordpress install’ is closed to new replies.