• Parts of my plugin http://www.mapsmarker.com stop working if I activate the current version of your plugin. I use a javascript to search via Google Places API for adresses on marker and layer maps and this function breaks with your plugin.

    I could figure out the part of your code which causes this, but I dont have a clue why. If I remove the following code from \wp-time-machine\includes\wpTimeMachineCore.php, my plugin works again as designed:

    if ($_GET['clear_log'] == "true") {
    	if (file_exists( wpTimeMachineLog )) {
    		$log_message = "[".date("Y-m-d g:i:s a")."] *** log cleared ***";
    		$log_handle = fopen(wpTimeMachineLog, 'w');
    		fwrite($log_handle, $log_message);
    		fclose($log_handle);
    	}
    	exit;
    }

    Any hints what causes this and how this can be fixed are welcome!

    http://wordpress.org/extend/plugins/wp-time-machine/

Viewing 1 replies (of 1 total)
  • Mhh – can be that there is another part of the code which break the javascript – I deactivated the plugin and now it works again. It´s sad that I can´t use this plugin anymore, as it was really very helpful…

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: wp Time Machine] Plugin conflict with Leaflet Maps Marker’ is closed to new replies.