Fix for ‘edit image’ bug

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

Open up source/ad_images.php
Scroll down to line 400 to the editimg() function
Locate this code just below:
require_once(“ajax/GoogleSuggestCloneJax.class.php”);
$ajax = new GoogleSuggestCloneJax();
$ajax->handleRequest();

$ret = array();

$ajax->loadJsCore(true);

Remove all this code and re-upload ad_images.php to the /source/ folder

Leave a Reply

Your email address will not be published. Required fields are marked *