I have posted a fix for the “edit image” bug that I posted about yesterday.
This problem affects WebCards 1.2 only. It was caused by some development code being left in the release code.
You can follow the instructions below to fix your installation. If you are uncertain with editing files please download the latest WebCards release and upload the file source/ad_images.php into the correct folder.
To fix your WebCards installation
require_once(“ajax/GoogleSuggestCloneJax.class.php”);
$ajax = new GoogleSuggestCloneJax();
$ajax->handleRequest();$ret = array();
$ajax->loadJsCore(true);
Please post in the forums if you need any help implementing this.
I am aware of a problem in the WebCards admin centre regarding the edit image page showing a blank screen.
If you are suffering from this problem, please take a look at this forum post for more information.
I will post more here when I have any updates.