WebCards News and Updates

Fix for ‘edit image’ bug

September 23, 2007 on 10:34 am

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

Please post in the forums if you need any help implementing this.

Problem with ‘edit image’ not working

September 22, 2007 on 3:09 pm

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.