[campsite-support] Internal Error 3.0
  • I can't pass the installation script.

    At first I want to install Campsite on my local fedora-server, just localhost.

    Made the requirements in httpd.conf, php.ini.

    Then I pointed my browser to the virtual host and nothing happens but an error: Internal Server Error.

    Anyone seen this before?


    Rob
  • 14 Comments sorted by
  • Hi Rob,

    please check the apache's error-logfile. It usually gives you more
    information.

    Sebastian


    > -----Original Message-----
    > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > Sent: Friday, November 30, 2007 11:19 PM
    > To: campsite-support@campware.org
    > Subject: [campsite-support] Internal Error 3.0
    >
    >
    > I can't pass the installation script.
    >
    > At first I want to install Campsite on my local fedora-server,
    > just localhost.
    >
    > Made the requirements in httpd.conf, php.ini.
    >
    > Then I pointed my browser to the virtual host and nothing happens
    > but an error: Internal Server Error.
    >
    > Anyone seen this before?
    >
    >
    > Rob
  • Hello Sebastian,

    I found an error in the apache-log file.

    The problem occurs at my home Fedora server. That's why I copied the first
    line of the apache-log.


    [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.2.4
    mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6 OpenSSL/0.9.8b mod_perl/2.0.3
    Perl/v5.8.8 configured -- resuming normal operations

    [Fri Nov 30 23:04:25 2007] [error] [client 192.168.0.2] PHP Fatal error: Call
    to a member function trigger_error() on a non-object
    in /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php on
    line 93

    [Fri Nov 30 23:07:00 2007] [error] [client 192.168.0.2] Request exceeded the
    limit of 10 internal redirects due to probable configuration error.
    Use 'LimitInternalRecursion' to increase the limit if necessary.
    Use 'LogLevel debug' to get a backtrace.


    Rob

    Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > Hi Rob,
    >
    > please check the apache's error-logfile. It usually gives you more
    > information.
    >
    > Sebastian
    >
    > > -----Original Message-----
    > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > Sent: Friday, November 30, 2007 11:19 PM
    > > To: campsite-support@campware.org
    > > Subject: [campsite-support] Internal Error 3.0
    > >
    > >
    > > I can't pass the installation script.
    > >
    > > At first I want to install Campsite on my local fedora-server,
    > > just localhost.
    > >
    > > Made the requirements in httpd.conf, php.ini.
    > >
    > > Then I pointed my browser to the virtual host and nothing happens
    > > but an error: Internal Server Error.
    > >
    > > Anyone seen this before?
    > >
    > >
    > > Rob
  • Hi Rob,

    this error is caused by insufficient permissions. Apache need write
    permission to templates_c folder.

    In your case this should be fixed by:

    sudo -s
    cd /var/www/test.meeronline.intern/html
    chgrp apache templates_c
    chmod g+w teamplates_c

    Best Regards,
    Sebastian




    > -----Original Message-----
    > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > Sent: Monday, December 03, 2007 5:58 PM
    > To: campsite-support@campware.org
    > Subject: Re: [campsite-support] Internal Error 3.0
    >
    >
    > Hello Sebastian,
    >
    > I found an error in the apache-log file.
    >
    > The problem occurs at my home Fedora server. That's why I copied
    > the first
    > line of the apache-log.
    >
    >
    > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.2.4
    > mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6 OpenSSL/0.9.8b mod_perl/2.0.3
    > Perl/v5.8.8 configured -- resuming normal operations
    >
    > [Fri Nov 30 23:04:25 2007] [error] [client 192.168.0.2] PHP Fatal
    > error: Call
    > to a member function trigger_error() on a non-object
    > in
    > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php on
    > line 93
    >
    > [Fri Nov 30 23:07:00 2007] [error] [client 192.168.0.2] Request
    > exceeded the
    > limit of 10 internal redirects due to probable configuration error.
    > Use 'LimitInternalRecursion' to increase the limit if necessary.
    > Use 'LogLevel debug' to get a backtrace.
    >
    >
    > Rob
    >
    > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > Hi Rob,
    > >
    > > please check the apache's error-logfile. It usually gives you more
    > > information.
    > >
    > > Sebastian
    > >
    > > > -----Original Message-----
    > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > To: campsite-support@campware.org
    > > > Subject: [campsite-support] Internal Error 3.0
    > > >
    > > >
    > > > I can't pass the installation script.
    > > >
    > > > At first I want to install Campsite on my local fedora-server,
    > > > just localhost.
    > > >
    > > > Made the requirements in httpd.conf, php.ini.
    > > >
    > > > Then I pointed my browser to the virtual host and nothing happens
    > > > but an error: Internal Server Error.
    > > >
    > > > Anyone seen this before?
    > > >
    > > >
    > > > Rob
  • -----Mensaje original-----
    De: Sebastian Goebel [mailto:devel@yellowsunshine.de]
    Enviado el: Lunes, 03 de Diciembre de 2007 17:35
    Para: campsite-support@campware.org
    Asunto: RE: [campsite-support] Internal Error 3.0

    Hi Rob,

    this error is caused by insufficient permissions. Apache need write
    permission to templates_c folder.

    In your case this should be fixed by:

    sudo -s
    cd /var/www/test.meeronline.intern/html
    chgrp apache templates_c
    chmod g+w teamplates_c

    Best Regards,
    Sebastian




    > -----Original Message-----
    > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > Sent: Monday, December 03, 2007 5:58 PM
    > To: campsite-support@campware.org
    > Subject: Re: [campsite-support] Internal Error 3.0
    >
    >
    > Hello Sebastian,
    >
    > I found an error in the apache-log file.
    >
    > The problem occurs at my home Fedora server. That's why I copied the
    > first line of the apache-log.
    >
    >
    > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2
    > PHP/5.2.4
    > mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6 OpenSSL/0.9.8b
    > mod_perl/2.0.3
    > Perl/v5.8.8 configured -- resuming normal operations
    >
    > [Fri Nov 30 23:04:25 2007] [error] [client 192.168.0.2] PHP Fatal
    > error: Call
    > to a member function trigger_error() on a non-object in
    > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php
    > on line 93
    >
    > [Fri Nov 30 23:07:00 2007] [error] [client 192.168.0.2] Request
    > exceeded the limit of 10 internal redirects due to probable
    > configuration error.
    > Use 'LimitInternalRecursion' to increase the limit if necessary.
    > Use 'LogLevel debug' to get a backtrace.
    >
    >
    > Rob
    >
    > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > Hi Rob,
    > >
    > > please check the apache's error-logfile. It usually gives you more
    > > information.
    > >
    > > Sebastian
    > >
    > > > -----Original Message-----
    > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > To: campsite-support@campware.org
    > > > Subject: [campsite-support] Internal Error 3.0
    > > >
    > > >
    > > > I can't pass the installation script.
    > > >
    > > > At first I want to install Campsite on my local fedora-server,
    > > > just localhost.
    > > >
    > > > Made the requirements in httpd.conf, php.ini.
    > > >
    > > > Then I pointed my browser to the virtual host and nothing happens
    > > > but an error: Internal Server Error.
    > > >
    > > > Anyone seen this before?
    > > >
    > > >
    > > > Rob

    No virus found in this incoming message.
    Checked by AVG Free Edition.
    Version: 7.5.488 / Virus Database: 269.16.13/1167 - Release Date: 03/12/07
    12:20


    No virus found in this outgoing message.
    Checked by AVG Free Edition.
    Version: 7.5.488 / Virus Database: 269.16.13/1167 - Release Date: 03/12/07
    12:20
  • Hi all,

    I am still working on the installation of Campsite 3.0.
    For that reason I posted my httpd-log file here.

    I passed the installation-tool. The tool redirects me to /admin/index.php and
    then httpd gives me an 'internal server error'.

    I really don't know what to do...

    And Sebastian, in an earlier mail you wrote to me that Apache need write
    permission to templates_c folder, but during the installation I had to delete
    the configuration-file to pass the install-tool. Apache couldn't write to it.

    Rob


    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP Notice: Undefined
    index: ADMIN_IMAGE_BASE_URL
    in /var/www/test.meeronline.intern/html/admin-files/localizer/LocalizerConfig.php
    on line 57, referer: http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP Stack trace:,
    referer: http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 1. {main}
    () /var/www/test.meeronline.intern/html/install/index.php:0, referer:
    http://test.mee
    ronline.intern/install/index.php
    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 2.
    CampInstallation->execute() /var/www/test.meeronline.intern/html/install/index.php:35,
    refe
    rer: http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 3.
    CampInstallationBase->execute() /var/www/test.meeronline.intern/html/install/classes/CampIn
    stallation.php:77, referer: http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 4.
    CampInstallationBase->saveConfiguration() /var/www/test.meeronline.intern/html/install/clas
    ses/CampInstallationBase.php:83, referer:
    http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 5.
    require_once() /var/www/test.meeronline.intern/html/install/classes/CampInstallationBase.ph
    p:258, referer: http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 6.
    require_once() /var/www/test.meeronline.intern/html/classes/Language.php:19,
    referer: http:
    //test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 7.
    require_once() /var/www/test.meeronline.intern/html/admin-files/localizer/Localizer.php:14,
    referer: http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:32 2007] [error] [client 192.168.0.2] Request exceeded the
    limit of 10 internal redirects due to probable configuration error.
    Use 'LimitI
    nternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to
    get a backtrace., referer: http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3048): [client 192.168.0.2] r->uri
    = /index.php, referer: http://test.meeronline.intern/install/index.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /index.php, referer:
    http://test.meeronline.intern/install/in
    dex.php
    [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    redirected from r->uri = /admin.php/index.php, referer:
    http://test.meeronline.intern/
    install/index.php

    Op Monday 03 December 2007 21:34:41 schreef Sebastian Goebel:
    > Hi Rob,
    >
    > this error is caused by insufficient permissions. Apache need write
    > permission to templates_c folder.
    >
    > In your case this should be fixed by:
    >
    > sudo -s
    > cd /var/www/test.meeronline.intern/html
    > chgrp apache templates_c
    > chmod g+w teamplates_c
    >
    > Best Regards,
    > Sebastian
    >
    > > -----Original Message-----
    > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > Sent: Monday, December 03, 2007 5:58 PM
    > > To: campsite-support@campware.org
    > > Subject: Re: [campsite-support] Internal Error 3.0
    > >
    > >
    > > Hello Sebastian,
    > >
    > > I found an error in the apache-log file.
    > >
    > > The problem occurs at my home Fedora server. That's why I copied
    > > the first
    > > line of the apache-log.
    > >
    > >
    > > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.2.4
    > > mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6 OpenSSL/0.9.8b mod_perl/2.0.3
    > > Perl/v5.8.8 configured -- resuming normal operations
    > >
    > > [Fri Nov 30 23:04:25 2007] [error] [client 192.168.0.2] PHP Fatal
    > > error: Call
    > > to a member function trigger_error() on a non-object
    > > in
    > > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php on
    > > line 93
    > >
    > > [Fri Nov 30 23:07:00 2007] [error] [client 192.168.0.2] Request
    > > exceeded the
    > > limit of 10 internal redirects due to probable configuration error.
    > > Use 'LimitInternalRecursion' to increase the limit if necessary.
    > > Use 'LogLevel debug' to get a backtrace.
    > >
    > >
    > > Rob
    > >
    > > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > > Hi Rob,
    > > >
    > > > please check the apache's error-logfile. It usually gives you more
    > > > information.
    > > >
    > > > Sebastian
    > > >
    > > > > -----Original Message-----
    > > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > > To: campsite-support@campware.org
    > > > > Subject: [campsite-support] Internal Error 3.0
    > > > >
    > > > >
    > > > > I can't pass the installation script.
    > > > >
    > > > > At first I want to install Campsite on my local fedora-server,
    > > > > just localhost.
    > > > >
    > > > > Made the requirements in httpd.conf, php.ini.
    > > > >
    > > > > Then I pointed my browser to the virtual host and nothing happens
    > > > > but an error: Internal Server Error.
    > > > >
    > > > > Anyone seen this before?
    > > > >
    > > > >
    > > > > Rob
  • hi Rob !

    i dont understand... configuration file is created at installation
    time, why you said apache couldnt write to it, then you remove it? if
    it did exist it was because apache was able to create it (write it)
    when installing. if you remove configuration file, there is no way
    for Campsite to work.
    please be more clear in order to be able to help you... looking
    forward to hearing from you...

    best,


    On Dec 4, 2007 5:14 PM, Rob Weijer wrote:
    > Hi all,
    >
    > I am still working on the installation of Campsite 3.0.
    > For that reason I posted my httpd-log file here.
    >
    > I passed the installation-tool. The tool redirects me to /admin/index.php and
    > then httpd gives me an 'internal server error'.
    >
    > I really don't know what to do...
    >
    > And Sebastian, in an earlier mail you wrote to me that Apache need write
    > permission to templates_c folder, but during the installation I had to delete
    > the configuration-file to pass the install-tool. Apache couldn't write to it.
    >
    > Rob
    >
    >
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP Notice: Undefined
    > index: ADMIN_IMAGE_BASE_URL
    > in /var/www/test.meeronline.intern/html/admin-files/localizer/LocalizerConfig.php
    > on line 57, referer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP Stack trace:,
    > referer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 1. {main}
    > () /var/www/test.meeronline.intern/html/install/index.php:0, referer:
    > http://test.mee
    > ronline.intern/install/index.php
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 2.
    > CampInstallation->execute() /var/www/test.meeronline.intern/html/install/index.php:35,
    > refe
    > rer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 3.
    > CampInstallationBase->execute() /var/www/test.meeronline.intern/html/install/classes/CampIn
    > stallation.php:77, referer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 4.
    > CampInstallationBase->saveConfiguration() /var/www/test.meeronline.intern/html/install/clas
    > ses/CampInstallationBase.php:83, referer:
    > http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 5.
    > require_once() /var/www/test.meeronline.intern/html/install/classes/CampInstallationBase.ph
    > p:258, referer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 6.
    > require_once() /var/www/test.meeronline.intern/html/classes/Language.php:19,
    > referer: http:
    > //test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 7.
    > require_once() /var/www/test.meeronline.intern/html/admin-files/localizer/Localizer.php:14,
    > referer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:32 2007] [error] [client 192.168.0.2] Request exceeded the
    > limit of 10 internal redirects due to probable configuration error.
    > Use 'LimitI
    > nternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to
    > get a backtrace., referer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3048): [client 192.168.0.2] r->uri
    > = /index.php, referer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /index.php, referer:
    > http://test.meeronline.intern/install/in
    > dex.php
    > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from r->uri = /admin.php/index.php, referer:
    > http://test.meeronline.intern/
    > install/index.php
    >
    > Op Monday 03 December 2007 21:34:41 schreef Sebastian Goebel:
    >
    > > Hi Rob,
    > >
    > > this error is caused by insufficient permissions. Apache need write
    > > permission to templates_c folder.
    > >
    > > In your case this should be fixed by:
    > >
    > > sudo -s
    > > cd /var/www/test.meeronline.intern/html
    > > chgrp apache templates_c
    > > chmod g+w teamplates_c
    > >
    > > Best Regards,
    > > Sebastian
    > >
    > > > -----Original Message-----
    > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > Sent: Monday, December 03, 2007 5:58 PM
    > > > To: campsite-support@campware.org
    > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > >
    > > >
    > > > Hello Sebastian,
    > > >
    > > > I found an error in the apache-log file.
    > > >
    > > > The problem occurs at my home Fedora server. That's why I copied
    > > > the first
    > > > line of the apache-log.
    > > >
    > > >
    > > > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2 PHP/5.2.4
    > > > mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6 OpenSSL/0.9.8b mod_perl/2.0.3
    > > > Perl/v5.8.8 configured -- resuming normal operations
    > > >
    > > > [Fri Nov 30 23:04:25 2007] [error] [client 192.168.0.2] PHP Fatal
    > > > error: Call
    > > > to a member function trigger_error() on a non-object
    > > > in
    > > > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php on
    > > > line 93
    > > >
    > > > [Fri Nov 30 23:07:00 2007] [error] [client 192.168.0.2] Request
    > > > exceeded the
    > > > limit of 10 internal redirects due to probable configuration error.
    > > > Use 'LimitInternalRecursion' to increase the limit if necessary.
    > > > Use 'LogLevel debug' to get a backtrace.
    > > >
    > > >
    > > > Rob
    > > >
    > > > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > > > Hi Rob,
    > > > >
    > > > > please check the apache's error-logfile. It usually gives you more
    > > > > information.
    > > > >
    > > > > Sebastian
    > > > >
    > > > > > -----Original Message-----
    > > > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > > > To: campsite-support@campware.org
    > > > > > Subject: [campsite-support] Internal Error 3.0
    > > > > >
    > > > > >
    > > > > > I can't pass the installation script.
    > > > > >
    > > > > > At first I want to install Campsite on my local fedora-server,
    > > > > > just localhost.
    > > > > >
    > > > > > Made the requirements in httpd.conf, php.ini.
    > > > > >
    > > > > > Then I pointed my browser to the virtual host and nothing happens
    > > > > > but an error: Internal Server Error.
    > > > > >
    > > > > > Anyone seen this before?
    > > > > >
    > > > > >
    > > > > > Rob
    >



    --
    /holman
  • The Campsite install-tool gave the error 'Couldn't write to config file', or
    something simular. That's why I have looked into the templates_c-directory
    and then I deleted the config-file which was already there. The install-tool
    then passed, and wrote a new config file into that directory. I've checked
    that.

    The main problem is probably an Apache-problem, because of the internal error.

    Rob

    Op Wednesday 05 December 2007 05:42:28 schreef Holman Romero:
    > hi Rob !
    >
    > i dont understand... configuration file is created at installation
    > time, why you said apache couldnt write to it, then you remove it? if
    > it did exist it was because apache was able to create it (write it)
    > when installing. if you remove configuration file, there is no way
    > for Campsite to work.
    > please be more clear in order to be able to help you... looking
    > forward to hearing from you...
    >
    > best,
    >
    > On Dec 4, 2007 5:14 PM, Rob Weijer wrote:
    > > Hi all,
    > >
    > > I am still working on the installation of Campsite 3.0.
    > > For that reason I posted my httpd-log file here.
    > >
    > > I passed the installation-tool. The tool redirects me to /admin/index.php
    > > and then httpd gives me an 'internal server error'.
    > >
    > > I really don't know what to do...
    > >
    > > And Sebastian, in an earlier mail you wrote to me that Apache need write
    > > permission to templates_c folder, but during the installation I had to
    > > delete the configuration-file to pass the install-tool. Apache couldn't
    > > write to it.
    > >
    > > Rob
    > >
    > >
    > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP Notice:
    > > Undefined index: ADMIN_IMAGE_BASE_URL
    > > in
    > > /var/www/test.meeronline.intern/html/admin-files/localizer/LocalizerConfi
    > >g.php on line 57, referer: http://test.meeronline.intern/install/index.php
    > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP Stack trace:,
    > > referer: http://test.meeronline.intern/install/index.php
    > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 1. {main}
    > > () /var/www/test.meeronline.intern/html/install/index.php:0, referer:
    > > http://test.mee
    > > ronline.intern/install/index.php
    > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 2.
    > > CampInstallation->execute()
    > > /var/www/test.meeronline.intern/html/install/index.php:35, refe
    > > rer: http://test.meeronline.intern/install/index.php
    > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 3.
    > > CampInstallationBase->execute()
    > > /var/www/test.meeronline.intern/html/install/classes/CampIn
    > > stallation.php:77, referer:
    > > http://test.meeronline.intern/install/index.php [Tue Dec 04 23:04:12
    > > 2007] [error] [client 192.168.0.2] PHP 4.
    > > CampInstallationBase->saveConfiguration()
    > > /var/www/test.meeronline.intern/html/install/clas
    > > ses/CampInstallationBase.php:83, referer:
    > > http://test.meeronline.intern/install/index.php
    > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 5.
    > > require_once()
    > > /var/www/test.meeronline.intern/html/install/classes/CampInstallationBase
    > >.ph p:258, referer: http://test.meeronline.intern/install/index.php
    > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 6.
    > > require_once()
    > > /var/www/test.meeronline.intern/html/classes/Language.php:19, referer:
    > > http:
    > > //test.meeronline.intern/install/index.php
    > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 7.
    > > require_once()
    > > /var/www/test.meeronline.intern/html/admin-files/localizer/Localizer.php:
    > >14, referer: http://test.meeronline.intern/install/index.php
    > > [Tue Dec 04 23:04:32 2007] [error] [client 192.168.0.2] Request exceeded
    > > the limit of 10 internal redirects due to probable configuration error.
    > > Use 'LimitI
    > > nternalRecursion' to increase the limit if necessary. Use 'LogLevel
    > > debug' to get a backtrace., referer:
    > > http://test.meeronline.intern/install/index.php [Tue Dec 04 23:04:32
    > > 2007] [debug] core.c(3048): [client 192.168.0.2] r->uri = /index.php,
    > > referer: http://test.meeronline.intern/install/index.php [Tue Dec 04
    > > 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2] redirected from
    > > r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /index.php, referer:
    > > http://test.meeronline.intern/install/in
    > > dex.php
    > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > redirected from r->uri = /admin.php/index.php, referer:
    > > http://test.meeronline.intern/
    > > install/index.php
    > >
    > > Op Monday 03 December 2007 21:34:41 schreef Sebastian Goebel:
    > > > Hi Rob,
    > > >
    > > > this error is caused by insufficient permissions. Apache need write
    > > > permission to templates_c folder.
    > > >
    > > > In your case this should be fixed by:
    > > >
    > > > sudo -s
    > > > cd /var/www/test.meeronline.intern/html
    > > > chgrp apache templates_c
    > > > chmod g+w teamplates_c
    > > >
    > > > Best Regards,
    > > > Sebastian
    > > >
    > > > > -----Original Message-----
    > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > Sent: Monday, December 03, 2007 5:58 PM
    > > > > To: campsite-support@campware.org
    > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > >
    > > > >
    > > > > Hello Sebastian,
    > > > >
    > > > > I found an error in the apache-log file.
    > > > >
    > > > > The problem occurs at my home Fedora server. That's why I copied
    > > > > the first
    > > > > line of the apache-log.
    > > > >
    > > > >
    > > > > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2
    > > > > PHP/5.2.4 mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6 OpenSSL/0.9.8b
    > > > > mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal operations
    > > > >
    > > > > [Fri Nov 30 23:04:25 2007] [error] [client 192.168.0.2] PHP Fatal
    > > > > error: Call
    > > > > to a member function trigger_error() on a non-object
    > > > > in
    > > > > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php
    > > > > on line 93
    > > > >
    > > > > [Fri Nov 30 23:07:00 2007] [error] [client 192.168.0.2] Request
    > > > > exceeded the
    > > > > limit of 10 internal redirects due to probable configuration error.
    > > > > Use 'LimitInternalRecursion' to increase the limit if necessary.
    > > > > Use 'LogLevel debug' to get a backtrace.
    > > > >
    > > > >
    > > > > Rob
    > > > >
    > > > > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > > > > Hi Rob,
    > > > > >
    > > > > > please check the apache's error-logfile. It usually gives you more
    > > > > > information.
    > > > > >
    > > > > > Sebastian
    > > > > >
    > > > > > > -----Original Message-----
    > > > > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > > > > To: campsite-support@campware.org
    > > > > > > Subject: [campsite-support] Internal Error 3.0
    > > > > > >
    > > > > > >
    > > > > > > I can't pass the installation script.
    > > > > > >
    > > > > > > At first I want to install Campsite on my local fedora-server,
    > > > > > > just localhost.
    > > > > > >
    > > > > > > Made the requirements in httpd.conf, php.ini.
    > > > > > >
    > > > > > > Then I pointed my browser to the virtual host and nothing happens
    > > > > > > but an error: Internal Server Error.
    > > > > > >
    > > > > > > Anyone seen this before?
    > > > > > >
    > > > > > >
    > > > > > > Rob
  • Seems you mismatched the folders in your post.
    There are 3 folders campsite (=apache) need to write on them:

    - the document_root folder
    - conf subfolder
    - templates_c subfolder


    > -----Original Message-----
    > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > Sent: Wednesday, December 05, 2007 9:39 AM
    > To: campsite-support@campware.org
    > Subject: Re: [campsite-support] Internal Error 3.0
    >
    >
    > The Campsite install-tool gave the error 'Couldn't write to
    > config file', or
    > something simular. That's why I have looked into the
    > templates_c-directory
    > and then I deleted the config-file which was already there. The
    > install-tool
    > then passed, and wrote a new config file into that directory.
    > I've checked
    > that.
    >
    > The main problem is probably an Apache-problem, because of the
    > internal error.
    >
    > Rob
    >
    > Op Wednesday 05 December 2007 05:42:28 schreef Holman Romero:
    > > hi Rob !
    > >
    > > i dont understand... configuration file is created at installation
    > > time, why you said apache couldnt write to it, then you remove it? if
    > > it did exist it was because apache was able to create it (write it)
    > > when installing. if you remove configuration file, there is no way
    > > for Campsite to work.
    > > please be more clear in order to be able to help you... looking
    > > forward to hearing from you...
    > >
    > > best,
    > >
    > > On Dec 4, 2007 5:14 PM, Rob Weijer wrote:
    > > > Hi all,
    > > >
    > > > I am still working on the installation of Campsite 3.0.
    > > > For that reason I posted my httpd-log file here.
    > > >
    > > > I passed the installation-tool. The tool redirects me to
    > /admin/index.php
    > > > and then httpd gives me an 'internal server error'.
    > > >
    > > > I really don't know what to do...
    > > >
    > > > And Sebastian, in an earlier mail you wrote to me that Apache
    > need write
    > > > permission to templates_c folder, but during the installation I had to
    > > > delete the configuration-file to pass the install-tool.
    > Apache couldn't
    > > > write to it.
    > > >
    > > > Rob
    > > >
    > > >
    > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP Notice:
    > > > Undefined index: ADMIN_IMAGE_BASE_URL
    > > > in
    > > >
    > /var/www/test.meeronline.intern/html/admin-files/localizer/LocalizerConfi
    > > >g.php on line 57, referer:
    > http://test.meeronline.intern/install/index.php
    > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > Stack trace:,
    > > > referer: http://test.meeronline.intern/install/index.php
    > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > 1. {main}
    > > > () /var/www/test.meeronline.intern/html/install/index.php:0, referer:
    > > > http://test.mee
    > > > ronline.intern/install/index.php
    > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 2.
    > > > CampInstallation->execute()
    > > > /var/www/test.meeronline.intern/html/install/index.php:35, refe
    > > > rer: http://test.meeronline.intern/install/index.php
    > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 3.
    > > > CampInstallationBase->execute()
    > > > /var/www/test.meeronline.intern/html/install/classes/CampIn
    > > > stallation.php:77, referer:
    > > > http://test.meeronline.intern/install/index.php [Tue Dec 04 23:04:12
    > > > 2007] [error] [client 192.168.0.2] PHP 4.
    > > > CampInstallationBase->saveConfiguration()
    > > > /var/www/test.meeronline.intern/html/install/clas
    > > > ses/CampInstallationBase.php:83, referer:
    > > > http://test.meeronline.intern/install/index.php
    > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 5.
    > > > require_once()
    > > >
    > /var/www/test.meeronline.intern/html/install/classes/CampInstallationBase
    > > >.ph p:258, referer: http://test.meeronline.intern/install/index.php
    > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 6.
    > > > require_once()
    > > > /var/www/test.meeronline.intern/html/classes/Language.php:19, referer:
    > > > http:
    > > > //test.meeronline.intern/install/index.php
    > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 7.
    > > > require_once()
    > > >
    > /var/www/test.meeronline.intern/html/admin-files/localizer/Localizer.php:
    > > >14, referer: http://test.meeronline.intern/install/index.php
    > > > [Tue Dec 04 23:04:32 2007] [error] [client 192.168.0.2]
    > Request exceeded
    > > > the limit of 10 internal redirects due to probable
    > configuration error.
    > > > Use 'LimitI
    > > > nternalRecursion' to increase the limit if necessary. Use 'LogLevel
    > > > debug' to get a backtrace., referer:
    > > > http://test.meeronline.intern/install/index.php [Tue Dec 04 23:04:32
    > > > 2007] [debug] core.c(3048): [client 192.168.0.2] r->uri = /index.php,
    > > > referer: http://test.meeronline.intern/install/index.php [Tue Dec 04
    > > > 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > redirected from
    > > > r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /index.php, referer:
    > > > http://test.meeronline.intern/install/in
    > > > dex.php
    > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > redirected from r->uri = /admin.php/index.php, referer:
    > > > http://test.meeronline.intern/
    > > > install/index.php
    > > >
    > > > Op Monday 03 December 2007 21:34:41 schreef Sebastian Goebel:
    > > > > Hi Rob,
    > > > >
    > > > > this error is caused by insufficient permissions. Apache need write
    > > > > permission to templates_c folder.
    > > > >
    > > > > In your case this should be fixed by:
    > > > >
    > > > > sudo -s
    > > > > cd /var/www/test.meeronline.intern/html
    > > > > chgrp apache templates_c
    > > > > chmod g+w teamplates_c
    > > > >
    > > > > Best Regards,
    > > > > Sebastian
    > > > >
    > > > > > -----Original Message-----
    > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > Sent: Monday, December 03, 2007 5:58 PM
    > > > > > To: campsite-support@campware.org
    > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > >
    > > > > >
    > > > > > Hello Sebastian,
    > > > > >
    > > > > > I found an error in the apache-log file.
    > > > > >
    > > > > > The problem occurs at my home Fedora server. That's why I copied
    > > > > > the first
    > > > > > line of the apache-log.
    > > > > >
    > > > > >
    > > > > > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2
    > > > > > PHP/5.2.4 mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6
    > OpenSSL/0.9.8b
    > > > > > mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal
    > operations
    > > > > >
    > > > > > [Fri Nov 30 23:04:25 2007] [error] [client 192.168.0.2] PHP Fatal
    > > > > > error: Call
    > > > > > to a member function trigger_error() on a non-object
    > > > > > in
    > > > > >
    > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php
    > > > > > on line 93
    > > > > >
    > > > > > [Fri Nov 30 23:07:00 2007] [error] [client 192.168.0.2] Request
    > > > > > exceeded the
    > > > > > limit of 10 internal redirects due to probable
    > configuration error.
    > > > > > Use 'LimitInternalRecursion' to increase the limit if necessary.
    > > > > > Use 'LogLevel debug' to get a backtrace.
    > > > > >
    > > > > >
    > > > > > Rob
    > > > > >
    > > > > > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > > > > > Hi Rob,
    > > > > > >
    > > > > > > please check the apache's error-logfile. It usually
    > gives you more
    > > > > > > information.
    > > > > > >
    > > > > > > Sebastian
    > > > > > >
    > > > > > > > -----Original Message-----
    > > > > > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > > > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > > > > > To: campsite-support@campware.org
    > > > > > > > Subject: [campsite-support] Internal Error 3.0
    > > > > > > >
    > > > > > > >
    > > > > > > > I can't pass the installation script.
    > > > > > > >
    > > > > > > > At first I want to install Campsite on my local fedora-server,
    > > > > > > > just localhost.
    > > > > > > >
    > > > > > > > Made the requirements in httpd.conf, php.ini.
    > > > > > > >
    > > > > > > > Then I pointed my browser to the virtual host and
    > nothing happens
    > > > > > > > but an error: Internal Server Error.
    > > > > > > >
    > > > > > > > Anyone seen this before?
    > > > > > > >
    > > > > > > >
    > > > > > > > Rob
    >
    >
  • I don't think that is the problem.

    Apache has write access to conf, templates_c en document_root (in my
    case /var/www/test.meeronline.intern/html)

    As I mentioned before, the install-tool passed. Apache wrote some files in the
    document_root (for example cz.php) and wrote some in templates_c and conf.


    Rob

    Op Wednesday 05 December 2007 17:00:21 schreef Sebastian Goebel:
    > Seems you mismatched the folders in your post.
    > There are 3 folders campsite (=apache) need to write on them:
    >
    > - the document_root folder
    > - conf subfolder
    > - templates_c subfolder
    >
    > > -----Original Message-----
    > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > Sent: Wednesday, December 05, 2007 9:39 AM
    > > To: campsite-support@campware.org
    > > Subject: Re: [campsite-support] Internal Error 3.0
    > >
    > >
    > > The Campsite install-tool gave the error 'Couldn't write to
    > > config file', or
    > > something simular. That's why I have looked into the
    > > templates_c-directory
    > > and then I deleted the config-file which was already there. The
    > > install-tool
    > > then passed, and wrote a new config file into that directory.
    > > I've checked
    > > that.
    > >
    > > The main problem is probably an Apache-problem, because of the
    > > internal error.
    > >
    > > Rob
    > >
    > > Op Wednesday 05 December 2007 05:42:28 schreef Holman Romero:
    > > > hi Rob !
    > > >
    > > > i dont understand... configuration file is created at installation
    > > > time, why you said apache couldnt write to it, then you remove it? if
    > > > it did exist it was because apache was able to create it (write it)
    > > > when installing. if you remove configuration file, there is no way
    > > > for Campsite to work.
    > > > please be more clear in order to be able to help you... looking
    > > > forward to hearing from you...
    > > >
    > > > best,
    > > >
    > > > On Dec 4, 2007 5:14 PM, Rob Weijer wrote:
    > > > > Hi all,
    > > > >
    > > > > I am still working on the installation of Campsite 3.0.
    > > > > For that reason I posted my httpd-log file here.
    > > > >
    > > > > I passed the installation-tool. The tool redirects me to
    > >
    > > /admin/index.php
    > >
    > > > > and then httpd gives me an 'internal server error'.
    > > > >
    > > > > I really don't know what to do...
    > > > >
    > > > > And Sebastian, in an earlier mail you wrote to me that Apache
    > >
    > > need write
    > >
    > > > > permission to templates_c folder, but during the installation I had
    > > > > to delete the configuration-file to pass the install-tool.
    > >
    > > Apache couldn't
    > >
    > > > > write to it.
    > > > >
    > > > > Rob
    > > > >
    > > > >
    > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP Notice:
    > > > > Undefined index: ADMIN_IMAGE_BASE_URL
    > > > > in
    > >
    > > /var/www/test.meeronline.intern/html/admin-files/localizer/LocalizerConfi
    > >
    > > > >g.php on line 57, referer:
    > >
    > > http://test.meeronline.intern/install/index.php
    > >
    > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > >
    > > Stack trace:,
    > >
    > > > > referer: http://test.meeronline.intern/install/index.php
    > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > >
    > > 1. {main}
    > >
    > > > > () /var/www/test.meeronline.intern/html/install/index.php:0, referer:
    > > > > http://test.mee
    > > > > ronline.intern/install/index.php
    > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 2.
    > > > > CampInstallation->execute()
    > > > > /var/www/test.meeronline.intern/html/install/index.php:35, refe
    > > > > rer: http://test.meeronline.intern/install/index.php
    > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 3.
    > > > > CampInstallationBase->execute()
    > > > > /var/www/test.meeronline.intern/html/install/classes/CampIn
    > > > > stallation.php:77, referer:
    > > > > http://test.meeronline.intern/install/index.php [Tue Dec 04 23:04:12
    > > > > 2007] [error] [client 192.168.0.2] PHP 4.
    > > > > CampInstallationBase->saveConfiguration()
    > > > > /var/www/test.meeronline.intern/html/install/clas
    > > > > ses/CampInstallationBase.php:83, referer:
    > > > > http://test.meeronline.intern/install/index.php
    > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 5.
    > > > > require_once()
    > >
    > > /var/www/test.meeronline.intern/html/install/classes/CampInstallationBase
    > >
    > > > >.ph p:258, referer: http://test.meeronline.intern/install/index.php
    > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 6.
    > > > > require_once()
    > > > > /var/www/test.meeronline.intern/html/classes/Language.php:19,
    > > > > referer: http:
    > > > > //test.meeronline.intern/install/index.php
    > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 7.
    > > > > require_once()
    > >
    > > /var/www/test.meeronline.intern/html/admin-files/localizer/Localizer.php:
    > > > >14, referer: http://test.meeronline.intern/install/index.php
    > > > > [Tue Dec 04 23:04:32 2007] [error] [client 192.168.0.2]
    > >
    > > Request exceeded
    > >
    > > > > the limit of 10 internal redirects due to probable
    > >
    > > configuration error.
    > >
    > > > > Use 'LimitI
    > > > > nternalRecursion' to increase the limit if necessary. Use 'LogLevel
    > > > > debug' to get a backtrace., referer:
    > > > > http://test.meeronline.intern/install/index.php [Tue Dec 04 23:04:32
    > > > > 2007] [debug] core.c(3048): [client 192.168.0.2] r->uri = /index.php,
    > > > > referer: http://test.meeronline.intern/install/index.php [Tue Dec 04
    > > > > 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > >
    > > redirected from
    > >
    > > > > r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /index.php, referer:
    > > > > http://test.meeronline.intern/install/in
    > > > > dex.php
    > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > redirected from r->uri = /admin.php/index.php, referer:
    > > > > http://test.meeronline.intern/
    > > > > install/index.php
    > > > >
    > > > > Op Monday 03 December 2007 21:34:41 schreef Sebastian Goebel:
    > > > > > Hi Rob,
    > > > > >
    > > > > > this error is caused by insufficient permissions. Apache need write
    > > > > > permission to templates_c folder.
    > > > > >
    > > > > > In your case this should be fixed by:
    > > > > >
    > > > > > sudo -s
    > > > > > cd /var/www/test.meeronline.intern/html
    > > > > > chgrp apache templates_c
    > > > > > chmod g+w teamplates_c
    > > > > >
    > > > > > Best Regards,
    > > > > > Sebastian
    > > > > >
    > > > > > > -----Original Message-----
    > > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > > Sent: Monday, December 03, 2007 5:58 PM
    > > > > > > To: campsite-support@campware.org
    > > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > > >
    > > > > > >
    > > > > > > Hello Sebastian,
    > > > > > >
    > > > > > > I found an error in the apache-log file.
    > > > > > >
    > > > > > > The problem occurs at my home Fedora server. That's why I copied
    > > > > > > the first
    > > > > > > line of the apache-log.
    > > > > > >
    > > > > > >
    > > > > > > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2
    > > > > > > PHP/5.2.4 mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6
    > >
    > > OpenSSL/0.9.8b
    > >
    > > > > > > mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal
    > >
    > > operations
    > >
    > > > > > > [Fri Nov 30 23:04:25 2007] [error] [client 192.168.0.2] PHP Fatal
    > > > > > > error: Call
    > > > > > > to a member function trigger_error() on a non-object
    > > > > > > in
    > >
    > > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php
    > >
    > > > > > > on line 93
    > > > > > >
    > > > > > > [Fri Nov 30 23:07:00 2007] [error] [client 192.168.0.2] Request
    > > > > > > exceeded the
    > > > > > > limit of 10 internal redirects due to probable
    > >
    > > configuration error.
    > >
    > > > > > > Use 'LimitInternalRecursion' to increase the limit if necessary.
    > > > > > > Use 'LogLevel debug' to get a backtrace.
    > > > > > >
    > > > > > >
    > > > > > > Rob
    > > > > > >
    > > > > > > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > > > > > > Hi Rob,
    > > > > > > >
    > > > > > > > please check the apache's error-logfile. It usually
    > >
    > > gives you more
    > >
    > > > > > > > information.
    > > > > > > >
    > > > > > > > Sebastian
    > > > > > > >
    > > > > > > > > -----Original Message-----
    > > > > > > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > > > > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > > > > > > To: campsite-support@campware.org
    > > > > > > > > Subject: [campsite-support] Internal Error 3.0
    > > > > > > > >
    > > > > > > > >
    > > > > > > > > I can't pass the installation script.
    > > > > > > > >
    > > > > > > > > At first I want to install Campsite on my local
    > > > > > > > > fedora-server, just localhost.
    > > > > > > > >
    > > > > > > > > Made the requirements in httpd.conf, php.ini.
    > > > > > > > >
    > > > > > > > > Then I pointed my browser to the virtual host and
    > >
    > > nothing happens
    > >
    > > > > > > > > but an error: Internal Server Error.
    > > > > > > > >
    > > > > > > > > Anyone seen this before?
    > > > > > > > >
    > > > > > > > >
    > > > > > > > > Rob
  • Hi Rob,

    seems the redirect in htaccess file causes problem. But actually, I don't
    know why in your case, and not on other installation.
    But now campsite does not use the redirection anymore. Can the htaccess file
    just be deleted?

    Sebastian


    > -----Original Message-----
    > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > Sent: Wednesday, December 05, 2007 6:56 PM
    > To: campsite-support@campware.org
    > Subject: Re: [campsite-support] Internal Error 3.0
    >
    >
    > I don't think that is the problem.
    >
    > Apache has write access to conf, templates_c en document_root (in my
    > case /var/www/test.meeronline.intern/html)
    >
    > As I mentioned before, the install-tool passed. Apache wrote some
    > files in the
    > document_root (for example cz.php) and wrote some in templates_c and conf.
    >
    >
    > Rob
    >
    > Op Wednesday 05 December 2007 17:00:21 schreef Sebastian Goebel:
    > > Seems you mismatched the folders in your post.
    > > There are 3 folders campsite (=apache) need to write on them:
    > >
    > > - the document_root folder
    > > - conf subfolder
    > > - templates_c subfolder
    > >
    > > > -----Original Message-----
    > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > Sent: Wednesday, December 05, 2007 9:39 AM
    > > > To: campsite-support@campware.org
    > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > >
    > > >
    > > > The Campsite install-tool gave the error 'Couldn't write to
    > > > config file', or
    > > > something simular. That's why I have looked into the
    > > > templates_c-directory
    > > > and then I deleted the config-file which was already there. The
    > > > install-tool
    > > > then passed, and wrote a new config file into that directory.
    > > > I've checked
    > > > that.
    > > >
    > > > The main problem is probably an Apache-problem, because of the
    > > > internal error.
    > > >
    > > > Rob
    > > >
    > > > Op Wednesday 05 December 2007 05:42:28 schreef Holman Romero:
    > > > > hi Rob !
    > > > >
    > > > > i dont understand... configuration file is created at installation
    > > > > time, why you said apache couldnt write to it, then you
    > remove it? if
    > > > > it did exist it was because apache was able to create it (write it)
    > > > > when installing. if you remove configuration file, there is no way
    > > > > for Campsite to work.
    > > > > please be more clear in order to be able to help you... looking
    > > > > forward to hearing from you...
    > > > >
    > > > > best,
    > > > >
    > > > > On Dec 4, 2007 5:14 PM, Rob Weijer wrote:
    > > > > > Hi all,
    > > > > >
    > > > > > I am still working on the installation of Campsite 3.0.
    > > > > > For that reason I posted my httpd-log file here.
    > > > > >
    > > > > > I passed the installation-tool. The tool redirects me to
    > > >
    > > > /admin/index.php
    > > >
    > > > > > and then httpd gives me an 'internal server error'.
    > > > > >
    > > > > > I really don't know what to do...
    > > > > >
    > > > > > And Sebastian, in an earlier mail you wrote to me that Apache
    > > >
    > > > need write
    > > >
    > > > > > permission to templates_c folder, but during the
    > installation I had
    > > > > > to delete the configuration-file to pass the install-tool.
    > > >
    > > > Apache couldn't
    > > >
    > > > > > write to it.
    > > > > >
    > > > > > Rob
    > > > > >
    > > > > >
    > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2]
    > PHP Notice:
    > > > > > Undefined index: ADMIN_IMAGE_BASE_URL
    > > > > > in
    > > >
    > > >
    > /var/www/test.meeronline.intern/html/admin-files/localizer/LocalizerConfi
    > > >
    > > > > >g.php on line 57, referer:
    > > >
    > > > http://test.meeronline.intern/install/index.php
    > > >
    > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > > >
    > > > Stack trace:,
    > > >
    > > > > > referer: http://test.meeronline.intern/install/index.php
    > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > > >
    > > > 1. {main}
    > > >
    > > > > > ()
    > /var/www/test.meeronline.intern/html/install/index.php:0, referer:
    > > > > > http://test.mee
    > > > > > ronline.intern/install/index.php
    > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 2.
    > > > > > CampInstallation->execute()
    > > > > > /var/www/test.meeronline.intern/html/install/index.php:35, refe
    > > > > > rer: http://test.meeronline.intern/install/index.php
    > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 3.
    > > > > > CampInstallationBase->execute()
    > > > > > /var/www/test.meeronline.intern/html/install/classes/CampIn
    > > > > > stallation.php:77, referer:
    > > > > > http://test.meeronline.intern/install/index.php [Tue Dec
    > 04 23:04:12
    > > > > > 2007] [error] [client 192.168.0.2] PHP 4.
    > > > > > CampInstallationBase->saveConfiguration()
    > > > > > /var/www/test.meeronline.intern/html/install/clas
    > > > > > ses/CampInstallationBase.php:83, referer:
    > > > > > http://test.meeronline.intern/install/index.php
    > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 5.
    > > > > > require_once()
    > > >
    > > >
    > /var/www/test.meeronline.intern/html/install/classes/CampInstallationBase
    > > >
    > > > > >.ph p:258, referer: http://test.meeronline.intern/install/index.php
    > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 6.
    > > > > > require_once()
    > > > > > /var/www/test.meeronline.intern/html/classes/Language.php:19,
    > > > > > referer: http:
    > > > > > //test.meeronline.intern/install/index.php
    > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 7.
    > > > > > require_once()
    > > >
    > > >
    > /var/www/test.meeronline.intern/html/admin-files/localizer/Localizer.php:
    > > > > >14, referer: http://test.meeronline.intern/install/index.php
    > > > > > [Tue Dec 04 23:04:32 2007] [error] [client 192.168.0.2]
    > > >
    > > > Request exceeded
    > > >
    > > > > > the limit of 10 internal redirects due to probable
    > > >
    > > > configuration error.
    > > >
    > > > > > Use 'LimitI
    > > > > > nternalRecursion' to increase the limit if necessary. Use
    > 'LogLevel
    > > > > > debug' to get a backtrace., referer:
    > > > > > http://test.meeronline.intern/install/index.php [Tue Dec
    > 04 23:04:32
    > > > > > 2007] [debug] core.c(3048): [client 192.168.0.2] r->uri =
    > /index.php,
    > > > > > referer: http://test.meeronline.intern/install/index.php
    > [Tue Dec 04
    > > > > > 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > >
    > > > redirected from
    > > >
    > > > > > r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /index.php, referer:
    > > > > > http://test.meeronline.intern/install/in
    > > > > > dex.php
    > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > 192.168.0.2]
    > > > > > redirected from r->uri = /admin.php/index.php, referer:
    > > > > > http://test.meeronline.intern/
    > > > > > install/index.php
    > > > > >
    > > > > > Op Monday 03 December 2007 21:34:41 schreef Sebastian Goebel:
    > > > > > > Hi Rob,
    > > > > > >
    > > > > > > this error is caused by insufficient permissions.
    > Apache need write
    > > > > > > permission to templates_c folder.
    > > > > > >
    > > > > > > In your case this should be fixed by:
    > > > > > >
    > > > > > > sudo -s
    > > > > > > cd /var/www/test.meeronline.intern/html
    > > > > > > chgrp apache templates_c
    > > > > > > chmod g+w teamplates_c
    > > > > > >
    > > > > > > Best Regards,
    > > > > > > Sebastian
    > > > > > >
    > > > > > > > -----Original Message-----
    > > > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > > > Sent: Monday, December 03, 2007 5:58 PM
    > > > > > > > To: campsite-support@campware.org
    > > > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > > > >
    > > > > > > >
    > > > > > > > Hello Sebastian,
    > > > > > > >
    > > > > > > > I found an error in the apache-log file.
    > > > > > > >
    > > > > > > > The problem occurs at my home Fedora server. That's
    > why I copied
    > > > > > > > the first
    > > > > > > > line of the apache-log.
    > > > > > > >
    > > > > > > >
    > > > > > > > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2
    > > > > > > > PHP/5.2.4 mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6
    > > >
    > > > OpenSSL/0.9.8b
    > > >
    > > > > > > > mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal
    > > >
    > > > operations
    > > >
    > > > > > > > [Fri Nov 30 23:04:25 2007] [error] [client
    > 192.168.0.2] PHP Fatal
    > > > > > > > error: Call
    > > > > > > > to a member function trigger_error() on a non-object
    > > > > > > > in
    > > >
    > > > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php
    > > >
    > > > > > > > on line 93
    > > > > > > >
    > > > > > > > [Fri Nov 30 23:07:00 2007] [error] [client
    > 192.168.0.2] Request
    > > > > > > > exceeded the
    > > > > > > > limit of 10 internal redirects due to probable
    > > >
    > > > configuration error.
    > > >
    > > > > > > > Use 'LimitInternalRecursion' to increase the limit if
    > necessary.
    > > > > > > > Use 'LogLevel debug' to get a backtrace.
    > > > > > > >
    > > > > > > >
    > > > > > > > Rob
    > > > > > > >
    > > > > > > > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > > > > > > > Hi Rob,
    > > > > > > > >
    > > > > > > > > please check the apache's error-logfile. It usually
    > > >
    > > > gives you more
    > > >
    > > > > > > > > information.
    > > > > > > > >
    > > > > > > > > Sebastian
    > > > > > > > >
    > > > > > > > > > -----Original Message-----
    > > > > > > > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > > > > > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > > > > > > > To: campsite-support@campware.org
    > > > > > > > > > Subject: [campsite-support] Internal Error 3.0
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > > I can't pass the installation script.
    > > > > > > > > >
    > > > > > > > > > At first I want to install Campsite on my local
    > > > > > > > > > fedora-server, just localhost.
    > > > > > > > > >
    > > > > > > > > > Made the requirements in httpd.conf, php.ini.
    > > > > > > > > >
    > > > > > > > > > Then I pointed my browser to the virtual host and
    > > >
    > > > nothing happens
    > > >
    > > > > > > > > > but an error: Internal Server Error.
    > > > > > > > > >
    > > > > > > > > > Anyone seen this before?
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > > Rob
    >
    >
  • It just a standard new htaccess file delivered with campsite 3.0.
    Deleting the htaccess file still results in an internal error.
    My server is an out-of-the-box Fedora 8.
    But the same problem happens at my hostprovider account.

    Rob

    # Rewrite rules for Campsite ShortName URLs

    RewriteEngine On

    RewriteCond %{REQUEST_URI} (/|\.php|\.tpl|\.html|/[^.]*)$ [NC]
    RewriteCond %{REQUEST_URI} !^/admin/
    RewriteCond %{REQUEST_URI} !^/install/
    RewriteRule . /index.php [L]

    # For Rewrite debug purposes
    # RewriteLog /tmp/apache-rewrite.log
    # RewriteLogLevel 9


    Op Thursday 06 December 2007 23:30:53 schreef Sebastian Goebel:
    > Hi Rob,
    >
    > seems the redirect in htaccess file causes problem. But actually, I don't
    > know why in your case, and not on other installation.
    > But now campsite does not use the redirection anymore. Can the htaccess
    > file just be deleted?
    >
    > Sebastian
    >
    > > -----Original Message-----
    > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > Sent: Wednesday, December 05, 2007 6:56 PM
    > > To: campsite-support@campware.org
    > > Subject: Re: [campsite-support] Internal Error 3.0
    > >
    > >
    > > I don't think that is the problem.
    > >
    > > Apache has write access to conf, templates_c en document_root (in my
    > > case /var/www/test.meeronline.intern/html)
    > >
    > > As I mentioned before, the install-tool passed. Apache wrote some
    > > files in the
    > > document_root (for example cz.php) and wrote some in templates_c and
    > > conf.
    > >
    > >
    > > Rob
    > >
    > > Op Wednesday 05 December 2007 17:00:21 schreef Sebastian Goebel:
    > > > Seems you mismatched the folders in your post.
    > > > There are 3 folders campsite (=apache) need to write on them:
    > > >
    > > > - the document_root folder
    > > > - conf subfolder
    > > > - templates_c subfolder
    > > >
    > > > > -----Original Message-----
    > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > Sent: Wednesday, December 05, 2007 9:39 AM
    > > > > To: campsite-support@campware.org
    > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > >
    > > > >
    > > > > The Campsite install-tool gave the error 'Couldn't write to
    > > > > config file', or
    > > > > something simular. That's why I have looked into the
    > > > > templates_c-directory
    > > > > and then I deleted the config-file which was already there. The
    > > > > install-tool
    > > > > then passed, and wrote a new config file into that directory.
    > > > > I've checked
    > > > > that.
    > > > >
    > > > > The main problem is probably an Apache-problem, because of the
    > > > > internal error.
    > > > >
    > > > > Rob
    > > > >
    > > > > Op Wednesday 05 December 2007 05:42:28 schreef Holman Romero:
    > > > > > hi Rob !
    > > > > >
    > > > > > i dont understand... configuration file is created at installation
    > > > > > time, why you said apache couldnt write to it, then you
    > >
    > > remove it? if
    > >
    > > > > > it did exist it was because apache was able to create it (write it)
    > > > > > when installing. if you remove configuration file, there is no
    > > > > > way for Campsite to work.
    > > > > > please be more clear in order to be able to help you... looking
    > > > > > forward to hearing from you...
    > > > > >
    > > > > > best,
    > > > > >
    > > > > > On Dec 4, 2007 5:14 PM, Rob Weijer wrote:
    > > > > > > Hi all,
    > > > > > >
    > > > > > > I am still working on the installation of Campsite 3.0.
    > > > > > > For that reason I posted my httpd-log file here.
    > > > > > >
    > > > > > > I passed the installation-tool. The tool redirects me to
    > > > >
    > > > > /admin/index.php
    > > > >
    > > > > > > and then httpd gives me an 'internal server error'.
    > > > > > >
    > > > > > > I really don't know what to do...
    > > > > > >
    > > > > > > And Sebastian, in an earlier mail you wrote to me that Apache
    > > > >
    > > > > need write
    > > > >
    > > > > > > permission to templates_c folder, but during the
    > >
    > > installation I had
    > >
    > > > > > > to delete the configuration-file to pass the install-tool.
    > > > >
    > > > > Apache couldn't
    > > > >
    > > > > > > write to it.
    > > > > > >
    > > > > > > Rob
    > > > > > >
    > > > > > >
    > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2]
    > >
    > > PHP Notice:
    > > > > > > Undefined index: ADMIN_IMAGE_BASE_URL
    > > > > > > in
    > >
    > > /var/www/test.meeronline.intern/html/admin-files/localizer/LocalizerConfi
    > >
    > > > > > >g.php on line 57, referer:
    > > > >
    > > > > http://test.meeronline.intern/install/index.php
    > > > >
    > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > > > >
    > > > > Stack trace:,
    > > > >
    > > > > > > referer: http://test.meeronline.intern/install/index.php
    > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > > > >
    > > > > 1. {main}
    > > > >
    > > > > > > ()
    > >
    > > /var/www/test.meeronline.intern/html/install/index.php:0, referer:
    > > > > > > http://test.mee
    > > > > > > ronline.intern/install/index.php
    > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 2.
    > > > > > > CampInstallation->execute()
    > > > > > > /var/www/test.meeronline.intern/html/install/index.php:35, refe
    > > > > > > rer: http://test.meeronline.intern/install/index.php
    > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 3.
    > > > > > > CampInstallationBase->execute()
    > > > > > > /var/www/test.meeronline.intern/html/install/classes/CampIn
    > > > > > > stallation.php:77, referer:
    > > > > > > http://test.meeronline.intern/install/index.php [Tue Dec
    > >
    > > 04 23:04:12
    > >
    > > > > > > 2007] [error] [client 192.168.0.2] PHP 4.
    > > > > > > CampInstallationBase->saveConfiguration()
    > > > > > > /var/www/test.meeronline.intern/html/install/clas
    > > > > > > ses/CampInstallationBase.php:83, referer:
    > > > > > > http://test.meeronline.intern/install/index.php
    > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 5.
    > > > > > > require_once()
    > >
    > > /var/www/test.meeronline.intern/html/install/classes/CampInstallationBase
    > >
    > > > > > >.ph p:258, referer:
    > > > > > > http://test.meeronline.intern/install/index.php [Tue Dec 04
    > > > > > > 23:04:12 2007] [error] [client 192.168.0.2] PHP 6.
    > > > > > > require_once()
    > > > > > > /var/www/test.meeronline.intern/html/classes/Language.php:19,
    > > > > > > referer: http:
    > > > > > > //test.meeronline.intern/install/index.php
    > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP 7.
    > > > > > > require_once()
    > >
    > > /var/www/test.meeronline.intern/html/admin-files/localizer/Localizer.php:
    > > > > > >14, referer: http://test.meeronline.intern/install/index.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [error] [client 192.168.0.2]
    > > > >
    > > > > Request exceeded
    > > > >
    > > > > > > the limit of 10 internal redirects due to probable
    > > > >
    > > > > configuration error.
    > > > >
    > > > > > > Use 'LimitI
    > > > > > > nternalRecursion' to increase the limit if necessary. Use
    > >
    > > 'LogLevel
    > >
    > > > > > > debug' to get a backtrace., referer:
    > > > > > > http://test.meeronline.intern/install/index.php [Tue Dec
    > >
    > > 04 23:04:32
    > >
    > > > > > > 2007] [debug] core.c(3048): [client 192.168.0.2] r->uri =
    > >
    > > /index.php,
    > >
    > > > > > > referer: http://test.meeronline.intern/install/index.php
    > >
    > > [Tue Dec 04
    > >
    > > > > > > 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > >
    > > > > redirected from
    > > > >
    > > > > > > r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > http://test.meeronline.intern/install/in
    > > > > > > dex.php
    > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > >
    > > 192.168.0.2]
    > >
    > > > > > > redirected from r->uri = /admin.php/index.php, referer:
    > > > > > > http://test.meeronline.intern/
    > > > > > > install/index.php
    > > > > > >
    > > > > > > Op Monday 03 December 2007 21:34:41 schreef Sebastian Goebel:
    > > > > > > > Hi Rob,
    > > > > > > >
    > > > > > > > this error is caused by insufficient permissions.
    > >
    > > Apache need write
    > >
    > > > > > > > permission to templates_c folder.
    > > > > > > >
    > > > > > > > In your case this should be fixed by:
    > > > > > > >
    > > > > > > > sudo -s
    > > > > > > > cd /var/www/test.meeronline.intern/html
    > > > > > > > chgrp apache templates_c
    > > > > > > > chmod g+w teamplates_c
    > > > > > > >
    > > > > > > > Best Regards,
    > > > > > > > Sebastian
    > > > > > > >
    > > > > > > > > -----Original Message-----
    > > > > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > > > > Sent: Monday, December 03, 2007 5:58 PM
    > > > > > > > > To: campsite-support@campware.org
    > > > > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > > > > >
    > > > > > > > >
    > > > > > > > > Hello Sebastian,
    > > > > > > > >
    > > > > > > > > I found an error in the apache-log file.
    > > > > > > > >
    > > > > > > > > The problem occurs at my home Fedora server. That's
    > >
    > > why I copied
    > >
    > > > > > > > > the first
    > > > > > > > > line of the apache-log.
    > > > > > > > >
    > > > > > > > >
    > > > > > > > > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6 (Unix) DAV/2
    > > > > > > > > PHP/5.2.4 mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6
    > > > >
    > > > > OpenSSL/0.9.8b
    > > > >
    > > > > > > > > mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal
    > > > >
    > > > > operations
    > > > >
    > > > > > > > > [Fri Nov 30 23:04:25 2007] [error] [client
    > >
    > > 192.168.0.2] PHP Fatal
    > >
    > > > > > > > > error: Call
    > > > > > > > > to a member function trigger_error() on a non-object
    > > > > > > > > in
    > > > >
    > > > > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php
    > > > >
    > > > > > > > > on line 93
    > > > > > > > >
    > > > > > > > > [Fri Nov 30 23:07:00 2007] [error] [client
    > >
    > > 192.168.0.2] Request
    > >
    > > > > > > > > exceeded the
    > > > > > > > > limit of 10 internal redirects due to probable
    > > > >
    > > > > configuration error.
    > > > >
    > > > > > > > > Use 'LimitInternalRecursion' to increase the limit if
    > >
    > > necessary.
    > >
    > > > > > > > > Use 'LogLevel debug' to get a backtrace.
    > > > > > > > >
    > > > > > > > >
    > > > > > > > > Rob
    > > > > > > > >
    > > > > > > > > Op Monday 03 December 2007 15:51:45 schreef Sebastian Goebel:
    > > > > > > > > > Hi Rob,
    > > > > > > > > >
    > > > > > > > > > please check the apache's error-logfile. It usually
    > > > >
    > > > > gives you more
    > > > >
    > > > > > > > > > information.
    > > > > > > > > >
    > > > > > > > > > Sebastian
    > > > > > > > > >
    > > > > > > > > > > -----Original Message-----
    > > > > > > > > > > From: rob.weijer@gmail.com [mailto:rob.weijer@gmail.com]
    > > > > > > > > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > > > > > > > > To: campsite-support@campware.org
    > > > > > > > > > > Subject: [campsite-support] Internal Error 3.0
    > > > > > > > > > >
    > > > > > > > > > >
    > > > > > > > > > > I can't pass the installation script.
    > > > > > > > > > >
    > > > > > > > > > > At first I want to install Campsite on my local
    > > > > > > > > > > fedora-server, just localhost.
    > > > > > > > > > >
    > > > > > > > > > > Made the requirements in httpd.conf, php.ini.
    > > > > > > > > > >
    > > > > > > > > > > Then I pointed my browser to the virtual host and
    > > > >
    > > > > nothing happens
    > > > >
    > > > > > > > > > > but an error: Internal Server Error.
    > > > > > > > > > >
    > > > > > > > > > > Anyone seen this before?
    > > > > > > > > > >
    > > > > > > > > > >
    > > > > > > > > > > Rob
  • Strange.

    The eroor message "Request exceeded the limit of 10 internal redirects due
    to probable configuration error." says that there is an loop of redirections
    by apache. This usually caused by mod_rewrite or action directive in apache
    config.

    It's caused in the moment /install/index.php redirects to /index.php. But,
    even there would be an redirection loop made by the php scripts, this cannot
    cause the same error. To be sure, I tested this. May there is some wrong
    rewrite rule or action in vhost config.

    What happens if you go to http://test.meeronline.intern/ , not to the
    /install?



    > -----Original Message-----
    > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > Sent: Friday, December 07, 2007 9:50 AM
    > To: campsite-support@campware.org
    > Subject: Re: [campsite-support] Internal Error 3.0
    >
    >
    > It just a standard new htaccess file delivered with campsite 3.0.
    > Deleting the htaccess file still results in an internal error.
    > My server is an out-of-the-box Fedora 8.
    > But the same problem happens at my hostprovider account.
    >
    > Rob
    >
    > # Rewrite rules for Campsite ShortName URLs
    >
    > RewriteEngine On
    >
    > RewriteCond %{REQUEST_URI} (/|\.php|\.tpl|\.html|/[^.]*)$ [NC]
    > RewriteCond %{REQUEST_URI} !^/admin/
    > RewriteCond %{REQUEST_URI} !^/install/
    > RewriteRule . /index.php [L]
    >
    > # For Rewrite debug purposes
    > # RewriteLog /tmp/apache-rewrite.log
    > # RewriteLogLevel 9
    >
    >
    > Op Thursday 06 December 2007 23:30:53 schreef Sebastian Goebel:
    > > Hi Rob,
    > >
    > > seems the redirect in htaccess file causes problem. But
    > actually, I don't
    > > know why in your case, and not on other installation.
    > > But now campsite does not use the redirection anymore. Can the htaccess
    > > file just be deleted?
    > >
    > > Sebastian
    > >
    > > > -----Original Message-----
    > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > Sent: Wednesday, December 05, 2007 6:56 PM
    > > > To: campsite-support@campware.org
    > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > >
    > > >
    > > > I don't think that is the problem.
    > > >
    > > > Apache has write access to conf, templates_c en document_root (in my
    > > > case /var/www/test.meeronline.intern/html)
    > > >
    > > > As I mentioned before, the install-tool passed. Apache wrote some
    > > > files in the
    > > > document_root (for example cz.php) and wrote some in templates_c and
    > > > conf.
    > > >
    > > >
    > > > Rob
    > > >
    > > > Op Wednesday 05 December 2007 17:00:21 schreef Sebastian Goebel:
    > > > > Seems you mismatched the folders in your post.
    > > > > There are 3 folders campsite (=apache) need to write on them:
    > > > >
    > > > > - the document_root folder
    > > > > - conf subfolder
    > > > > - templates_c subfolder
    > > > >
    > > > > > -----Original Message-----
    > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > Sent: Wednesday, December 05, 2007 9:39 AM
    > > > > > To: campsite-support@campware.org
    > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > >
    > > > > >
    > > > > > The Campsite install-tool gave the error 'Couldn't write to
    > > > > > config file', or
    > > > > > something simular. That's why I have looked into the
    > > > > > templates_c-directory
    > > > > > and then I deleted the config-file which was already there. The
    > > > > > install-tool
    > > > > > then passed, and wrote a new config file into that directory.
    > > > > > I've checked
    > > > > > that.
    > > > > >
    > > > > > The main problem is probably an Apache-problem, because of the
    > > > > > internal error.
    > > > > >
    > > > > > Rob
    > > > > >
    > > > > > Op Wednesday 05 December 2007 05:42:28 schreef Holman Romero:
    > > > > > > hi Rob !
    > > > > > >
    > > > > > > i dont understand... configuration file is created at
    > installation
    > > > > > > time, why you said apache couldnt write to it, then you
    > > >
    > > > remove it? if
    > > >
    > > > > > > it did exist it was because apache was able to create
    > it (write it)
    > > > > > > when installing. if you remove configuration file, there is no
    > > > > > > way for Campsite to work.
    > > > > > > please be more clear in order to be able to help you... looking
    > > > > > > forward to hearing from you...
    > > > > > >
    > > > > > > best,
    > > > > > >
    > > > > > > On Dec 4, 2007 5:14 PM, Rob Weijer wrote:
    > > > > > > > Hi all,
    > > > > > > >
    > > > > > > > I am still working on the installation of Campsite 3.0.
    > > > > > > > For that reason I posted my httpd-log file here.
    > > > > > > >
    > > > > > > > I passed the installation-tool. The tool redirects me to
    > > > > >
    > > > > > /admin/index.php
    > > > > >
    > > > > > > > and then httpd gives me an 'internal server error'.
    > > > > > > >
    > > > > > > > I really don't know what to do...
    > > > > > > >
    > > > > > > > And Sebastian, in an earlier mail you wrote to me that Apache
    > > > > >
    > > > > > need write
    > > > > >
    > > > > > > > permission to templates_c folder, but during the
    > > >
    > > > installation I had
    > > >
    > > > > > > > to delete the configuration-file to pass the install-tool.
    > > > > >
    > > > > > Apache couldn't
    > > > > >
    > > > > > > > write to it.
    > > > > > > >
    > > > > > > > Rob
    > > > > > > >
    > > > > > > >
    > > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2]
    > > >
    > > > PHP Notice:
    > > > > > > > Undefined index: ADMIN_IMAGE_BASE_URL
    > > > > > > > in
    > > >
    > > >
    > /var/www/test.meeronline.intern/html/admin-files/localizer/LocalizerConfi
    > > >
    > > > > > > >g.php on line 57, referer:
    > > > > >
    > > > > > http://test.meeronline.intern/install/index.php
    > > > > >
    > > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > > > > >
    > > > > > Stack trace:,
    > > > > >
    > > > > > > > referer: http://test.meeronline.intern/install/index.php
    > > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client 192.168.0.2] PHP
    > > > > >
    > > > > > 1. {main}
    > > > > >
    > > > > > > > ()
    > > >
    > > > /var/www/test.meeronline.intern/html/install/index.php:0, referer:
    > > > > > > > http://test.mee
    > > > > > > > ronline.intern/install/index.php
    > > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client
    > 192.168.0.2] PHP 2.
    > > > > > > > CampInstallation->execute()
    > > > > > > >
    > /var/www/test.meeronline.intern/html/install/index.php:35, refe
    > > > > > > > rer: http://test.meeronline.intern/install/index.php
    > > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client
    > 192.168.0.2] PHP 3.
    > > > > > > > CampInstallationBase->execute()
    > > > > > > > /var/www/test.meeronline.intern/html/install/classes/CampIn
    > > > > > > > stallation.php:77, referer:
    > > > > > > > http://test.meeronline.intern/install/index.php [Tue Dec
    > > >
    > > > 04 23:04:12
    > > >
    > > > > > > > 2007] [error] [client 192.168.0.2] PHP 4.
    > > > > > > > CampInstallationBase->saveConfiguration()
    > > > > > > > /var/www/test.meeronline.intern/html/install/clas
    > > > > > > > ses/CampInstallationBase.php:83, referer:
    > > > > > > > http://test.meeronline.intern/install/index.php
    > > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client
    > 192.168.0.2] PHP 5.
    > > > > > > > require_once()
    > > >
    > > >
    > /var/www/test.meeronline.intern/html/install/classes/CampInstallationBase
    > > >
    > > > > > > >.ph p:258, referer:
    > > > > > > > http://test.meeronline.intern/install/index.php [Tue Dec 04
    > > > > > > > 23:04:12 2007] [error] [client 192.168.0.2] PHP 6.
    > > > > > > > require_once()
    > > > > > > > /var/www/test.meeronline.intern/html/classes/Language.php:19,
    > > > > > > > referer: http:
    > > > > > > > //test.meeronline.intern/install/index.php
    > > > > > > > [Tue Dec 04 23:04:12 2007] [error] [client
    > 192.168.0.2] PHP 7.
    > > > > > > > require_once()
    > > >
    > > >
    > /var/www/test.meeronline.intern/html/admin-files/localizer/Localizer.php:
    > > > > > > >14, referer: http://test.meeronline.intern/install/index.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [error] [client 192.168.0.2]
    > > > > >
    > > > > > Request exceeded
    > > > > >
    > > > > > > > the limit of 10 internal redirects due to probable
    > > > > >
    > > > > > configuration error.
    > > > > >
    > > > > > > > Use 'LimitI
    > > > > > > > nternalRecursion' to increase the limit if necessary. Use
    > > >
    > > > 'LogLevel
    > > >
    > > > > > > > debug' to get a backtrace., referer:
    > > > > > > > http://test.meeronline.intern/install/index.php [Tue Dec
    > > >
    > > > 04 23:04:32
    > > >
    > > > > > > > 2007] [debug] core.c(3048): [client 192.168.0.2] r->uri =
    > > >
    > > > /index.php,
    > > >
    > > > > > > > referer: http://test.meeronline.intern/install/index.php
    > > >
    > > > [Tue Dec 04
    > > >
    > > > > > > > 23:04:32 2007] [debug] core.c(3054): [client 192.168.0.2]
    > > > > >
    > > > > > redirected from
    > > > > >
    > > > > > > > r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /index.php, referer:
    > > > > > > > http://test.meeronline.intern/install/in
    > > > > > > > dex.php
    > > > > > > > [Tue Dec 04 23:04:32 2007] [debug] core.c(3054): [client
    > > >
    > > > 192.168.0.2]
    > > >
    > > > > > > > redirected from r->uri = /admin.php/index.php, referer:
    > > > > > > > http://test.meeronline.intern/
    > > > > > > > install/index.php
    > > > > > > >
    > > > > > > > Op Monday 03 December 2007 21:34:41 schreef Sebastian Goebel:
    > > > > > > > > Hi Rob,
    > > > > > > > >
    > > > > > > > > this error is caused by insufficient permissions.
    > > >
    > > > Apache need write
    > > >
    > > > > > > > > permission to templates_c folder.
    > > > > > > > >
    > > > > > > > > In your case this should be fixed by:
    > > > > > > > >
    > > > > > > > > sudo -s
    > > > > > > > > cd /var/www/test.meeronline.intern/html
    > > > > > > > > chgrp apache templates_c
    > > > > > > > > chmod g+w teamplates_c
    > > > > > > > >
    > > > > > > > > Best Regards,
    > > > > > > > > Sebastian
    > > > > > > > >
    > > > > > > > > > -----Original Message-----
    > > > > > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > > > > > Sent: Monday, December 03, 2007 5:58 PM
    > > > > > > > > > To: campsite-support@campware.org
    > > > > > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > > Hello Sebastian,
    > > > > > > > > >
    > > > > > > > > > I found an error in the apache-log file.
    > > > > > > > > >
    > > > > > > > > > The problem occurs at my home Fedora server. That's
    > > >
    > > > why I copied
    > > >
    > > > > > > > > > the first
    > > > > > > > > > line of the apache-log.
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > > [Fri Nov 30 22:49:10 2007] [notice] Apache/2.2.6
    > (Unix) DAV/2
    > > > > > > > > > PHP/5.2.4 mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.6
    > > > > >
    > > > > > OpenSSL/0.9.8b
    > > > > >
    > > > > > > > > > mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming normal
    > > > > >
    > > > > > operations
    > > > > >
    > > > > > > > > > [Fri Nov 30 23:04:25 2007] [error] [client
    > > >
    > > > 192.168.0.2] PHP Fatal
    > > >
    > > > > > > > > > error: Call
    > > > > > > > > > to a member function trigger_error() on a non-object
    > > > > > > > > > in
    > > > > >
    > > > > >
    > /var/www/test.meeronline.intern/html/install/classes/CampTemplate.php
    > > > > >
    > > > > > > > > > on line 93
    > > > > > > > > >
    > > > > > > > > > [Fri Nov 30 23:07:00 2007] [error] [client
    > > >
    > > > 192.168.0.2] Request
    > > >
    > > > > > > > > > exceeded the
    > > > > > > > > > limit of 10 internal redirects due to probable
    > > > > >
    > > > > > configuration error.
    > > > > >
    > > > > > > > > > Use 'LimitInternalRecursion' to increase the limit if
    > > >
    > > > necessary.
    > > >
    > > > > > > > > > Use 'LogLevel debug' to get a backtrace.
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > > Rob
    > > > > > > > > >
    > > > > > > > > > Op Monday 03 December 2007 15:51:45 schreef
    > Sebastian Goebel:
    > > > > > > > > > > Hi Rob,
    > > > > > > > > > >
    > > > > > > > > > > please check the apache's error-logfile. It usually
    > > > > >
    > > > > > gives you more
    > > > > >
    > > > > > > > > > > information.
    > > > > > > > > > >
    > > > > > > > > > > Sebastian
    > > > > > > > > > >
    > > > > > > > > > > > -----Original Message-----
    > > > > > > > > > > > From: rob.weijer@gmail.com
    > [mailto:rob.weijer@gmail.com]
    > > > > > > > > > > > Sent: Friday, November 30, 2007 11:19 PM
    > > > > > > > > > > > To: campsite-support@campware.org
    > > > > > > > > > > > Subject: [campsite-support] Internal Error 3.0
    > > > > > > > > > > >
    > > > > > > > > > > >
    > > > > > > > > > > > I can't pass the installation script.
    > > > > > > > > > > >
    > > > > > > > > > > > At first I want to install Campsite on my local
    > > > > > > > > > > > fedora-server, just localhost.
    > > > > > > > > > > >
    > > > > > > > > > > > Made the requirements in httpd.conf, php.ini.
    > > > > > > > > > > >
    > > > > > > > > > > > Then I pointed my browser to the virtual host and
    > > > > >
    > > > > > nothing happens
    > > > > >
    > > > > > > > > > > > but an error: Internal Server Error.
    > > > > > > > > > > >
    > > > > > > > > > > > Anyone seen this before?
    > > > > > > > > > > >
    > > > > > > > > > > >
    > > > > > > > > > > > Rob
    >
    >
  • Hmmm,

    Below is my apache virtualhost conf. I've corrected the ScriptAlias after the
    DocumentRoot-directive. At first there was scriptalias /cgi/ but i corrected
    it to cgi-bin.
    After correcting that, apache error_log gives me some trigger_error().

    But going to / gives the same results as to /install/


    Rob


    DocumentRoot /var/www/test.meeronline.intern/html
    ScriptAlias /cgi-bin/ /var/www/test.meeronline.intern/html/cgi/
    ServerName test.meeronline.intern
    DirectoryIndex index.php index.html

    Options -Indexes FollowSymLinks MultiViews
    AllowOverride All

    Order allow,deny
    Allow from all



    AllowOverride All
    Options ExecCGI

    Order allow,deny
    Allow from all





    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Notice: Campsite
    error: not valid site alias
    in /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.php
    on line 119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    () /var/www/test.meeronline.intern/html/index.php:0
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    CampSite->init() /var/www/test.meeronline.intern/html/index.php:36
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    CampSite::GetURIInstance() /var/www/test.meeronline.intern/html/template_engine/classes/Ca
    mpSite.php:72
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    CampURIShortNames::singleton() /var/www/test.meeronline.intern/html/template_engine/classe
    s/CampSite.php:283
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    CampURIShortNames->__construct() /var/www/test.meeronline.intern/html/template_engine/clas
    ses/CampURIShortNames.php:130
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    CampURIShortNames->setURL() /var/www/test.meeronline.intern/html/template_engine/classes/C
    ampURIShortNames.php:113
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    CampTemplate->trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes
    /CampURIShortNames.php:420
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 8.
    trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.
    php:119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Notice:
    Campsite error: ...
    in /var/www/test.meeronline.intern/html/template_engine/classes/Ca
    mpTemplate.php on line 119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    () /var/www/test.meeronline.intern/html/index.php:0
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    CampSite->render() /var/www/test.meeronline.intern/html/index.php:45
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    CampSite->getTemplateName() /var/www/test.meeronline.intern/html/template_engine/classes/CampSite.php:170
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    CampURIShortNames->getTemplate() /var/www/test.meeronline.intern/html/template_engine/classes/CampSite.php:194
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    CampSystem::GetTemplate() /var/www/test.meeronline.intern/html/template_engine/classes/CampURIShortNames.php:215
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    CampTemplate->trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes/CampSystem.php:199
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.php:119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Notice: Campsite
    error: ...
    in /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.php
    on line 119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    () /var/www/test.meeronline.intern/html/index.php:0
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    CampSite->render() /var/www/test.meeronline.intern/html/index.php:45
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    CampSite->getTemplateName() /var/www/test.meeronline.intern/html/template_engine/classes/CampSite.php:170
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    CampURIShortNames->getTemplate() /var/www/test.meeronline.intern/html/template_engine/classes/CampSite.php:194
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    CampSystem::GetTemplate() /var/www/test.meeronline.intern/html/template_engine/classes/CampURIShortNames.php:215
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    CampTemplate->trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes/CampSystem.php:243
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.php:119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Notice: Campsite
    error: ...
    in /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.php
    on line 119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    () /var/www/test.meeronline.intern/html/index.php:0
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    CampSite->render() /var/www/test.meeronline.intern/html/index.php:45
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    CampSite->getTemplateName() /var/www/test.meeronline.intern/html/template_engine/classes/CampSite.php:170
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    CampURIShortNames->getTemplate() /var/www/test.meeronline.intern/html/template_engine/classes/CampSite.php:194
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    CampSystem::GetTemplate() /var/www/test.meeronline.intern/html/template_engine/classes/CampURIShortNames.php:215
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    CampSystem::GetIssueTemplate() /var/www/test.meeronline.intern/html/template_engine/classes/CampSystem.php:247
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    CampTemplate->trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes/CampSystem.php:262
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 8.
    trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.php:119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Notice: Campsite
    error: unable to read resource: ""
    in /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.php
    on line 119
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    () /var/www/test.meeronline.intern/html/index.php:0
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    CampSite->render() /var/www/test.meeronline.intern/html/index.php:45
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    CampHTMLDocument->render() /var/www/test.meeronline.intern/html/template_engine/classes/CampSite.php:178
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    Smarty->display() /var/www/test.meeronline.intern/html/template_engine/classes/CampHTMLDocument.php:291
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    Smarty->fetch() /var/www/test.meeronline.intern/html/include/smarty/Smarty.class.php:1108
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    Smarty->_compile_resource() /var/www/test.meeronline.intern/html/include/smarty/Smarty.class.php:1256
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    Smarty->_fetch_resource_info() /var/www/test.meeronline.intern/html/include/smarty/Smarty.class.php:1417
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 8.
    CampTemplate->trigger_error() /var/www/test.meeronline.intern/html/include/smarty/Smarty.class.php:1591
    [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 9.
    trigger_error() /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.php:119


    Friday 07 December 2007 13:59:40 schreef Sebastian Goebel:
    > Strange.
    >
    > The eroor message "Request exceeded the limit of 10 internal redirects due
    > to probable configuration error." says that there is an loop of
    > redirections by apache. This usually caused by mod_rewrite or action
    > directive in apache config.
    >
    > It's caused in the moment /install/index.php redirects to /index.php. But,
    > even there would be an redirection loop made by the php scripts, this
    > cannot cause the same error. To be sure, I tested this. May there is some
    > wrong rewrite rule or action in vhost config.
    >
    > What happens if you go to http://test.meeronline.intern/ , not to the
    > /install?
    >
    > > -----Original Message-----
    > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > Sent: Friday, December 07, 2007 9:50 AM
    > > To: campsite-support@campware.org
    > > Subject: Re: [campsite-support] Internal Error 3.0
    > >
    > >
    > > It just a standard new htaccess file delivered with campsite 3.0.
    > > Deleting the htaccess file still results in an internal error.
    > > My server is an out-of-the-box Fedora 8.
    > > But the same problem happens at my hostprovider account.
    > >
    > > Rob
    > >
    > > # Rewrite rules for Campsite ShortName URLs
    > >
    > > RewriteEngine On
    > >
    > > RewriteCond %{REQUEST_URI} (/|\.php|\.tpl|\.html|/[^.]*)$ [NC]
    > > RewriteCond %{REQUEST_URI} !^/admin/
    > > RewriteCond %{REQUEST_URI} !^/install/
    > > RewriteRule . /index.php [L]
    > >
    > > # For Rewrite debug purposes
    > > # RewriteLog /tmp/apache-rewrite.log
    > > # RewriteLogLevel 9
    > >
    > > Op Thursday 06 December 2007 23:30:53 schreef Sebastian Goebel:
    > > > Hi Rob,
    > > >
    > > > seems the redirect in htaccess file causes problem. But
    > >
    > > actually, I don't
    > >
    > > > know why in your case, and not on other installation.
    > > > But now campsite does not use the redirection anymore. Can the htaccess
    > > > file just be deleted?
    > > >
    > > > Sebastian
    > > >
    > > > > -----Original Message-----
    > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > Sent: Wednesday, December 05, 2007 6:56 PM
    > > > > To: campsite-support@campware.org
    > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > >
    > > > >
    > > > > I don't think that is the problem.
    > > > >
    > > > > Apache has write access to conf, templates_c en document_root (in my
    > > > > case /var/www/test.meeronline.intern/html)
    > > > >
    > > > > As I mentioned before, the install-tool passed. Apache wrote some
    > > > > files in the
    > > > > document_root (for example cz.php) and wrote some in templates_c and
    > > > > conf.
    > > > >
    > > > >
    > > > > Rob
    > > > >
    > > > > Op Wednesday 05 December 2007 17:00:21 schreef Sebastian Goebel:
    > > > > > Seems you mismatched the folders in your post.
    > > > > > There are 3 folders campsite (=apache) need to write on them:
    > > > > >
    > > > > > - the document_root folder
    > > > > > - conf subfolder
    > > > > > - templates_c subfolder
    > > > > >
    > > > > > > -----Original Message-----
    > > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > > Sent: Wednesday, December 05, 2007 9:39 AM
    > > > > > > To: campsite-support@campware.org
    > > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > > >
    > > > > > >
    > > > > > > The Campsite install-tool gave the error 'Couldn't write to
    > > > > > > config file', or
    > > > > > > something simular. That's why I have looked into the
    > > > > > > templates_c-directory
    > > > > > > and then I deleted the config-file which was already there. The
    > > > > > > install-tool
    > > > > > > then passed, and wrote a new config file into that directory.
    > > > > > > I've checked
    > > > > > > that.
    > > > > > >
    > > > > > > The main problem is probably an Apache-problem, because of the
    > > > > > > internal error.
    > > > > > >
    > > > > > > Rob
    > > > > > >
  • Hi Rob,

    ok, the site alias issue is known bug. You can fix it by replacing
    template_engine/classes/CampURIShortNames.php with the attached version.

    Best,
    Sebastian



    > -----Original Message-----
    > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > Sent: Friday, December 07, 2007 7:58 PM
    > To: campsite-support@campware.org
    > Subject: Re: [campsite-support] Internal Error 3.0
    >
    >
    > Hmmm,
    >
    > Below is my apache virtualhost conf. I've corrected the
    > ScriptAlias after the
    > DocumentRoot-directive. At first there was scriptalias /cgi/ but
    > i corrected
    > it to cgi-bin.
    > After correcting that, apache error_log gives me some trigger_error().
    >
    > But going to / gives the same results as to /install/
    >
    >
    > Rob
    >
    >
    > DocumentRoot /var/www/test.meeronline.intern/html
    > ScriptAlias /cgi-bin/ /var/www/test.meeronline.intern/html/cgi/
    > ServerName test.meeronline.intern
    > DirectoryIndex index.php index.html
    >
    > Options -Indexes FollowSymLinks MultiViews
    > AllowOverride All
    >
    > Order allow,deny
    > Allow from all
    >

    >

    >
    > AllowOverride All
    > Options ExecCGI
    >
    > Order allow,deny
    > Allow from all
    >

    >

    >

    >
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP
    > Notice: Campsite
    > error: not valid site alias
    > in
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampT
    > emplate.php
    > on line 119
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP
    > Stack trace:
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    > () /var/www/test.meeronline.intern/html/index.php:0
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    > CampSite->init()
    > /var/www/test.meeronline.intern/html/index.php:36
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    > CampSite::GetURIInstance()
    > /var/www/test.meeronline.intern/html/template_engine/classes/Ca
    > mpSite.php:72
    >
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    > CampURIShortNames::singleton()
    > /var/www/test.meeronline.intern/html/template_engine/classe
    > s/CampSite.php:283
    >
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    > CampURIShortNames->__construct()
    > /var/www/test.meeronline.intern/html/template_engine/clas
    > ses/CampURIShortNames.php:130
    >
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    > CampURIShortNames->setURL()
    > /var/www/test.meeronline.intern/html/template_engine/classes/C
    > ampURIShortNames.php:113
    >
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    > CampTemplate->trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes
    > /CampURIShortNames.php:420
    >
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 8.
    > trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampTemplate.
    > php:119
    >
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Notice:
    > Campsite error: ...
    > in /var/www/test.meeronline.intern/html/template_engine/classes/Ca
    > mpTemplate.php on line 119
    >
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    > () /var/www/test.meeronline.intern/html/index.php:0
    >
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    > CampSite->render() /var/www/test.meeronline.intern/html/index.php:45
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    > CampSite->getTemplateName()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ite.php:170
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    > CampURIShortNames->getTemplate()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ite.php:194
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    > CampSystem::GetTemplate()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampU
    > RIShortNames.php:215
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    > CampTemplate->trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ystem.php:199
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    > trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampT
    > emplate.php:119
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP
    > Notice: Campsite
    > error: ...
    > in
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampT
    > emplate.php
    > on line 119
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    > () /var/www/test.meeronline.intern/html/index.php:0
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    > CampSite->render() /var/www/test.meeronline.intern/html/index.php:45
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    > CampSite->getTemplateName()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ite.php:170
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    > CampURIShortNames->getTemplate()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ite.php:194
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    > CampSystem::GetTemplate()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampU
    > RIShortNames.php:215
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    > CampTemplate->trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ystem.php:243
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    > trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampT
    > emplate.php:119
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP
    > Notice: Campsite
    > error: ...
    > in
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampT
    > emplate.php
    > on line 119
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    > () /var/www/test.meeronline.intern/html/index.php:0
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    > CampSite->render() /var/www/test.meeronline.intern/html/index.php:45
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    > CampSite->getTemplateName()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ite.php:170
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    > CampURIShortNames->getTemplate()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ite.php:194
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    > CampSystem::GetTemplate()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampU
    > RIShortNames.php:215
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    > CampSystem::GetIssueTemplate()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ystem.php:247
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    > CampTemplate->trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ystem.php:262
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 8.
    > trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampT
    > emplate.php:119
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP
    > Notice: Campsite
    > error: unable to read resource: ""
    > in
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampT
    > emplate.php
    > on line 119
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP Stack trace:
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 1. {main}
    > () /var/www/test.meeronline.intern/html/index.php:0
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 2.
    > CampSite->render() /var/www/test.meeronline.intern/html/index.php:45
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 3.
    > CampHTMLDocument->render()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampS
    > ite.php:178
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 4.
    > Smarty->display()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampH
    > TMLDocument.php:291
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 5.
    > Smarty->fetch()
    > /var/www/test.meeronline.intern/html/include/smarty/Smarty.class.php:1108
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 6.
    > Smarty->_compile_resource()
    > /var/www/test.meeronline.intern/html/include/smarty/Smarty.class.php:1256
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 7.
    > Smarty->_fetch_resource_info()
    > /var/www/test.meeronline.intern/html/include/smarty/Smarty.class.php:1417
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 8.
    > CampTemplate->trigger_error()
    > /var/www/test.meeronline.intern/html/include/smarty/Smarty.class.php:1591
    > [Fri Dec 07 19:53:19 2007] [error] [client 192.168.1.31] PHP 9.
    > trigger_error()
    > /var/www/test.meeronline.intern/html/template_engine/classes/CampT
    > emplate.php:119
    >
    >
    > Friday 07 December 2007 13:59:40 schreef Sebastian Goebel:
    > > Strange.
    > >
    > > The eroor message "Request exceeded the limit of 10 internal
    > redirects due
    > > to probable configuration error." says that there is an loop of
    > > redirections by apache. This usually caused by mod_rewrite or action
    > > directive in apache config.
    > >
    > > It's caused in the moment /install/index.php redirects to
    > /index.php. But,
    > > even there would be an redirection loop made by the php scripts, this
    > > cannot cause the same error. To be sure, I tested this. May
    > there is some
    > > wrong rewrite rule or action in vhost config.
    > >
    > > What happens if you go to http://test.meeronline.intern/ , not to the
    > > /install?
    > >
    > > > -----Original Message-----
    > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > Sent: Friday, December 07, 2007 9:50 AM
    > > > To: campsite-support@campware.org
    > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > >
    > > >
    > > > It just a standard new htaccess file delivered with campsite 3.0.
    > > > Deleting the htaccess file still results in an internal error.
    > > > My server is an out-of-the-box Fedora 8.
    > > > But the same problem happens at my hostprovider account.
    > > >
    > > > Rob
    > > >
    > > > # Rewrite rules for Campsite ShortName URLs
    > > >
    > > > RewriteEngine On
    > > >
    > > > RewriteCond %{REQUEST_URI} (/|\.php|\.tpl|\.html|/[^.]*)$ [NC]
    > > > RewriteCond %{REQUEST_URI} !^/admin/
    > > > RewriteCond %{REQUEST_URI} !^/install/
    > > > RewriteRule . /index.php [L]
    > > >
    > > > # For Rewrite debug purposes
    > > > # RewriteLog /tmp/apache-rewrite.log
    > > > # RewriteLogLevel 9
    > > >
    > > > Op Thursday 06 December 2007 23:30:53 schreef Sebastian Goebel:
    > > > > Hi Rob,
    > > > >
    > > > > seems the redirect in htaccess file causes problem. But
    > > >
    > > > actually, I don't
    > > >
    > > > > know why in your case, and not on other installation.
    > > > > But now campsite does not use the redirection anymore. Can
    > the htaccess
    > > > > file just be deleted?
    > > > >
    > > > > Sebastian
    > > > >
    > > > > > -----Original Message-----
    > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > Sent: Wednesday, December 05, 2007 6:56 PM
    > > > > > To: campsite-support@campware.org
    > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > >
    > > > > >
    > > > > > I don't think that is the problem.
    > > > > >
    > > > > > Apache has write access to conf, templates_c en
    > document_root (in my
    > > > > > case /var/www/test.meeronline.intern/html)
    > > > > >
    > > > > > As I mentioned before, the install-tool passed. Apache wrote some
    > > > > > files in the
    > > > > > document_root (for example cz.php) and wrote some in
    > templates_c and
    > > > > > conf.
    > > > > >
    > > > > >
    > > > > > Rob
    > > > > >
    > > > > > Op Wednesday 05 December 2007 17:00:21 schreef Sebastian Goebel:
    > > > > > > Seems you mismatched the folders in your post.
    > > > > > > There are 3 folders campsite (=apache) need to write on them:
    > > > > > >
    > > > > > > - the document_root folder
    > > > > > > - conf subfolder
    > > > > > > - templates_c subfolder
    > > > > > >
    > > > > > > > -----Original Message-----
    > > > > > > > From: Rob Weijer [mailto:rob.weijer@gmail.com]
    > > > > > > > Sent: Wednesday, December 05, 2007 9:39 AM
    > > > > > > > To: campsite-support@campware.org
    > > > > > > > Subject: Re: [campsite-support] Internal Error 3.0
    > > > > > > >
    > > > > > > >
    > > > > > > > The Campsite install-tool gave the error 'Couldn't write to
    > > > > > > > config file', or
    > > > > > > > something simular. That's why I have looked into the
    > > > > > > > templates_c-directory
    > > > > > > > and then I deleted the config-file which was already
    > there. The
    > > > > > > > install-tool
    > > > > > > > then passed, and wrote a new config file into that directory.
    > > > > > > > I've checked
    > > > > > > > that.
    > > > > > > >
    > > > > > > > The main problem is probably an Apache-problem, because of the
    > > > > > > > internal error.
    > > > > > > >
    > > > > > > > Rob
    > > > > > > >