[campsite-dev] Re: [campsite-support] Campsite 2.6.8 Released
  • Mugur is quite modest here. There is one major improvement hidden in his
    bug-fix lists:

    7) #2443 - Implement PHP code evaluation directly in Campsite

    This means, no need for PHPwrapper anymore. Mugur will explain tomorrow,
    when he wakes up, how you would need to modify your PHP code (if at all)
    to take advantage of this minor major improvement Wink

    All the best,

    Sava




    "Mugur Rus"
    04/16/07 10:15 PM
    Please respond to campsite-support


    To: "Campsite Dev" , campsite-support@campware.org
    cc:
    Subject: [campsite-support] Campsite 2.6.8 Released


    Campsite 2.6.8, a bug-fix update for 2.6.7, has been released. All users
    are strongly encouraged to upgrade.

    To download the new version, go to: http://sourceforge.net/project/showfiles.php?group_id=66936
    Changes since 2.6.7:
    Small Improvements:
    1) #2436 - Mailout for article comments
    Bugs Fixed:
    1) #2435 - Mailnotifier hangs on multiple instances
    2) #2437 - 64 bit libraries are not detected correctly
    3) #2438 - The template engine crashes when the database is corrupted
    4) #2440 - Changing user password from Phorum breaks the corresponding
    Campsite user
    5) #2441 - User statement in the template language doesn't work for IP
    based authentication
    6) #2442 - "If User Loggedin" template statement doesn't work for users
    without subscription
    7) #2443 - Implement PHP code evaluation directly in Campsite
    Cool #2447 - Error when the display language cookie was deleted
    9) #2448 - Error editing an empty article type
    10) #2452 - Error adding a new publication
    11) #2454 - SyncPhorumUsers permission is not set when creating a new
    instance
    12) #2455 - Unable to update permissions if the corresponding user type
    table record didn't exist

    Campsite team
  • 2 Comments sorted by
  • At this point yhe info is very important.
    Wit this upgrade you MUST to REMOVE phpwrapper.

    Ondra

    sava.tatic@mdlf.org píše v Po 16. 04. 2007 v 22:42 +0200:
    >
    > Mugur is quite modest here. There is one major improvement hidden in
    > his bug-fix lists:
    >
    > 7) #2443 - Implement PHP code evaluation directly in Campsite
    >
    > This means, no need for PHPwrapper anymore. Mugur will explain
    > tomorrow, when he wakes up, how you would need to modify your PHP code
    > (if at all) to take advantage of this minor major improvement Wink
    >
    > All the best,
    >
    > Sava
    >
    >
    >
    > "Mugur Rus"
    >
    >
    > 04/16/07 10:15 PM
    > Please respond to
    > campsite-support
    >
    >
    >
    >
    > To:
    > "Campsite Dev"
    > , campsite-support@campware.org
    > cc:
    > Subject:
    > [campsite-support]
    > Campsite 2.6.8 Released
    >
    >
    >
    > Campsite 2.6.8, a bug-fix update for 2.6.7, has been released. All
    > users are strongly encouraged to upgrade.
    >
    > To download the new version, go to:
    > http://sourceforge.net/project/showfiles.php?group_id=66936
    > Changes since 2.6.7:
    > Small Improvements:
    > 1) #2436 - Mailout for article comments
    > Bugs Fixed:
    > 1) #2435 - Mailnotifier hangs on multiple instances
    > 2) #2437 - 64 bit libraries are not detected correctly
    > 3) #2438 - The template engine crashes when the database is corrupted
    > 4) #2440 - Changing user password from Phorum breaks the corresponding
    > Campsite user
    > 5) #2441 - User statement in the template language doesn't work for
    > IP
    > based authentication
    > 6) #2442 - "If User Loggedin" template statement doesn't work for
    > users
    > without subscription
    > 7) #2443 - Implement PHP code evaluation directly in Campsite
    > Cool #2447 - Error when the display language cookie was deleted
    > 9) #2448 - Error editing an empty article type
    > 10) #2452 - Error adding a new publication
    > 11) #2454 - SyncPhorumUsers permission is not set when creating a new
    > instance
    > 12) #2455 - Unable to update permissions if the corresponding user
    > type
    > table record didn't exist
    >
    > Campsite team
    >
  • From this version you don't need the PHPWrapper in order to run PHP code
    inside Campsite templates. Although it's not mandatory, you should remove
    the wrapper since it only slows down your server. Here are the steps you
    should take to update your Campsite install:

    - check if your PHP code used relative paths when including PHP
    scripts; replace the relative paths with absolute paths
    - remove the file .htaccess and the directory phpwrapper from your
    Campsite instance HTML directory



    On 4/16/07, sava.tatic@mdlf.org wrote:
    >
    >
    > Mugur is quite modest here. There is one major improvement hidden in his
    > bug-fix lists:
    >
    > 7) #2443 - Implement PHP code evaluation directly in Campsite
    >
    > This means, no need for PHPwrapper anymore. Mugur will explain tomorrow,
    > when he wakes up, how you would need to modify your PHP code (if at all) to
    > take advantage of this minor major improvement Wink
    >
    > All the best,
    >
    > Sava
    >
    >
    >
    > *"Mugur Rus" *
    >
    > 04/16/07 10:15 PM
    > Please respond to campsite-support
    >
    > To: "Campsite Dev" ,
    > campsite-support@campware.org
    > cc:
    > Subject: [campsite-support] Campsite 2.6.8 Released
    >
    >
    > Campsite 2.6.8, a bug-fix update for 2.6.7, has been released. All users
    > are strongly encouraged to upgrade.
    >
    > To download the new version, go to: *
    > http://sourceforge.net/project/showfiles.php?group_id=66936*
    > *Changes since 2.6.7:*
    > *Small Improvements:*
    > 1) #2436 - Mailout for article comments
    > *Bugs Fixed:*
    > 1) #2435 - Mailnotifier hangs on multiple instances
    > 2) #2437 - 64 bit libraries are not detected correctly
    > 3) #2438 - The template engine crashes when the database is corrupted
    > 4) #2440 - Changing user password from Phorum breaks the corresponding
    > Campsite user
    > 5) #2441 - User statement in the template language doesn't work for IP
    > based authentication
    > 6) #2442 - "If User Loggedin" template statement doesn't work for users
    > without subscription
    > 7) #2443 - Implement PHP code evaluation directly in Campsite
    > Cool #2447 - Error when the display language cookie was deleted
    > 9) #2448 - Error editing an empty article type
    > 10) #2452 - Error adding a new publication
    > 11) #2454 - SyncPhorumUsers permission is not set when creating a new
    > instance
    > 12) #2455 - Unable to update permissions if the corresponding user type
    > table record didn't exist
    >
    > Campsite team
    >
    >