[campsite-support] Campsite 3.0.0-beta1 release
  • Dear Campsite users,

    Today we released the package 3.0.0-beta1 of Campsite, after a long
    development process. It's not yet fully done, there are still some features
    to implement. Here is the complete list:

    - finishing up the list statements (list subtitles)
    - rewrite the image display script (article image display doesn't work
    yet)
    - rewrite the indexing engine
    - rewrite the event managers
    - finish the test cases
    - write the template language convertor
    - update the sample packages
    - update the context class to allow plugins to add new attributes
    - write the manual
    - write the site backup/restore scripts

    This package contains some sample templates together with the corresponding
    database which you can install by following the steps in the INSTALL file.
    Unlike 2.2-2.7 versions 3.0 does not support multiple instances anymore.
    This means that for each instance you want to run you have to install
    Campsite in a new virtual host. The install process is much simpler and the
    dependencies are much fewer: we removed the C++ code so every dependency
    related to it vanished. No more compiling Smile

    There is a new dependency related to PHP: APC (Alternative PHP Cache).
    Please go to this page to learn how to install it: http://php.net/apc .

    Go to the Campware site (http://www.campware.org) to download the package.

    Happy testing!
    Campsite team
  • 3 Comments sorted by

  • Troubles with htaссess with mod_rewrite: No More Endless Loops!

    Original: RewriteRule . /index.php [L]

    LOGS:

    [Wed Oct 31 10:57:49 2007] [error] [client 127.0.0.1] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.

    Change original to:

    RewriteRule .* index.php [L]

  • mod_rewrite is not needed, please skip htpaccess file.



    On 10/31/07, phorum@code.campware.org wrote:
    > Author: AciDraT
    > Link: http://code.campware.org/phorum/read.php?8,5846,5847#msg-5847
    > --------------------------------------------------------------------------------
    >
    >
    > Troubles with hta
  • It doesn't work without htaссess (Apache 1.3.33, PHP 5.1.6, Windows)!

    Or i have to install Apache 2?

    I have some questions:

    1) After MySQL restart all article dates drops to 1999-11-30? It happens only on frontend,inside ADMIN everything OK! (Lang: Russian)

    2) It seems for me that parameter NAME in {{ list_articles length="1" order="bynumber desc" name="articles" }} doesn't work!

    3) How to get section link inside tag LIST_ARTICLES?

    4) How to add related images and topics?

    Thank you! Campsite most powerful product, easy to learn and customize!