OpenX Blog

Openads Beta 2.3.36 released!

Tags: OpenX
by Jen Langdon on August 1st, 2007

Continuing in our march towards a non-beta release of Openads 2.3, we have worked hard squashing bugs and improving performance of the beta over the last 2 weeks.

Therefore, we present to you the release of Openads 2.3.36 Beta. This version contains the following important updates:

  • Improved support for PHP running as CGI/FastCGI
  • Installation allowed for PHP 4.3.10, however please see the FAQ entry
  • Fixed delivery of HTML banners in Javascript Zone Invocation Tags where the banner contains “” characters
  • Improved the user interface for how email zone linking is handled
  • W3C validation in Javascript Zone Invocation Tags

For full details on the new version, please see the Openads 2.3.36 beta release notes.

It’s your feedback that drives the direction of the Openads platform. So keep it coming! A big Thank You to all of the community users who have helped us improve 2.3-beta.

Download the new version now »

Community updates

 

7 Comments »

  1. Great software, had no problem with 2.0, but 2.3 has got me in trouble.
    Latest problem is this, ho do I overcome this when I don’t have access to the php.ini file which is contolled by my hosting company.

    Openads requires database case sensitivity
    Insufficient database permissions or incorrect database settings

    Comment by Steve Thibou — August 1, 2007 @ 2:24 pm

  2. Hi Steve -

    The best place for support is http://forum.openads.org

    As for your concern, its an unfortunate side effect of a MySQL option, which has been reported as a bug

    For more information, please see:
    http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html
    http://bugs.mysql.com/bug.php?id=9660
    https://developer.openads.org/ticket/901

    So what to do? Well, if you don’t have access to your MySQL configuration settings, then you might wish to consider waiting until the next beta release before upgrading and seeing if a solution has arrived.

    2.3 is still in beta, which means it is still under development and bug fixing.

    Comment by Arlen Coupland — August 1, 2007 @ 8:19 pm

  3. Hello Myzine.com

    I’m happy to help you with your forum membership problem. I’m going to remove this comment from the blog though as it’s really not intended as a place for support.

    I’m checking your forum account now.

    My email address is: oliver@openads.org

    cheers, Oliver

    Comment by Oliver George — August 3, 2007 @ 1:41 pm

  4. One workaround to this (however i do not know the repercussions if there are any ) is to go into :

    lib/OA/Upgrade/Upgrade.php

    and comment out the following

    if (!$result)
    {
    // $this->oLogger->logError(’Openads requires database case sensitivity’);
    // return false;
    }

    approx. on line 1478

    Comment by Open Ads User 01 — August 8, 2007 @ 9:04 pm

  5. One workaround to this (however i do not know the repercussions if there are any ) is to go into :

    lib/OA/Upgrade/Upgrade.php

    and comment out the error code
    approx. on line 1478

    Comment by Open Ads User 01 — August 8, 2007 @ 9:04 pm

  6. There are repercussions to this. The reason it is an issue is because if you have the option lower_case_table_names set to a value greater than 0, you will be receiving this message. Therefore, it means that all of your tables could end up having their names change, for instance from tableNameHere to tablenamehere. This can cause big issues for you down the line.

    If you set lower_case_table_names = 0 and you are on windows, it could cause your MyISAM tables to have issues. Please read the MySQL documentation to fully understand this.

    Comment by Arlen Coupland — August 9, 2007 @ 8:06 am

  7. Your previous comment had been marked as spam because it contained code inside of it, so I had unmarked it as spam before seeing this additional comment.

    Just so everyone knows why he posted twice :)

    Comment by Arlen Coupland — August 9, 2007 @ 8:07 am

RSS feed for comments on this post. TrackBack URL

Leave a comment