RE: ***SPAM*** Re: RE: Re: RE: Re: RE: Re: RE: Re: RE:Re: RE: Re: [campsite-support] Can't get
  • There is an improvement available. Please copy the content from the address
    below to your .htaccess file.

    http://code.campware.org/projects/campsite/browser/branches/CAMPSITE_3_1_BRA
    NCH/campsite/implementation/site/htaccess?rev=8294&format=raw

    Best,
    Sebastian



    > -----Original Message-----
    > From: phorum@code.campware.org [mailto:phorum@code.campware.org]
    > Sent: Wednesday, October 22, 2008 1:51 AM
    > To: campsite-support@campware.org
    > Subject: ***SPAM*** [Campsite Support] Re: RE: Re: RE: Re: RE: Re: RE:
    > Re: RE:Re: RE: Re: [campsite-support] Can't get /admin/ to work!
    >
    >
    > Author: primexx
    > Link: http://code.campware.org/phorum/read.php?8,6630,6660#msg-6660
    > ------------------------------------------------------------------
    > --------------
    >
    > so i logged in and it seems the current htaccess breaks all
    > images, but the admin folder is now accessible.
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
  • 4 Comments sorted by
  • Thanks, works now!

    Now I get this messages on frontend, above the content:

    Warning: Call-time pass-by-reference has been deprecated; If you would
    like to pass it by reference, modify the declaration of call_user_func().
    If you would like to enable call-time pass-by-reference, you can set
    allow_call_time_pass_reference to true in your INI file. in
    /www/durbva/campsite/docroot/template_engine/classes/CampContext.php on
    line 195

    I see php.ini and the value is really set to off, but my file permissions
    don't allow me to change it. How can I get rid of this message?

    Ljuba

    > There is an improvement available. Please copy the content from the
    > address
    > below to your .htaccess file.
    >
    > http://code.campware.org/projects/campsite/browser/branches/CAMPSITE_3_1_BRA
    > NCH/campsite/implementation/site/htaccess?rev=8294&format=raw
    >
    > Best,
    > Sebastian
    >
    >
    >
    >> -----Original Message-----
    >> From: phorum@code.campware.org [mailto:phorum@code.campware.org]
    >> Sent: Wednesday, October 22, 2008 1:51 AM
    >> To: campsite-support@campware.org
    >> Subject: ***SPAM*** [Campsite Support] Re: RE: Re: RE: Re: RE: Re: RE:
    >> Re: RE:Re: RE: Re: [campsite-support] Can't get /admin/ to work!
    >>
    >>
    >> Author: primexx
    >> Link: http://code.campware.org/phorum/read.php?8,6630,6660#msg-6660
    >> ------------------------------------------------------------------
    >> --------------
    >>
    >> so i logged in and it seems the current htaccess breaks all
    >> images, but the admin folder is now accessible.
    >>
    >> --
    >> Sent from Campware Forums
    >> http://code.campware.org/phorum
    >
    >
  • Try to add following line to .htaccess:

    php_value allow_call_time_pass_reference 1

    Or may you can setup php features in the servers admininterface? Warnings
    could be disabled.


    > -----Original Message-----
    > From: ljuba.rankovic@mediaonweb.org
    > [mailto:ljuba.rankovic@mediaonweb.org]
    > Sent: Wednesday, October 22, 2008 4:29 PM
    > To: campsite-support@campware.org
    > Subject: [campsite-support] Can't get /admin/ to work!
    >
    >
    > Thanks, works now!
    >
    > Now I get this messages on frontend, above the content:
    >
    > Warning: Call-time pass-by-reference has been deprecated; If you would
    > like to pass it by reference, modify the declaration of call_user_func().
    > If you would like to enable call-time pass-by-reference, you can set
    > allow_call_time_pass_reference to true in your INI file. in
    > /www/durbva/campsite/docroot/template_engine/classes/CampContext.php on
    > line 195
    >
    > I see php.ini and the value is really set to off, but my file permissions
    > don't allow me to change it. How can I get rid of this message?
    >
    > Ljuba
    >
    > > There is an improvement available. Please copy the content from the
    > > address
    > > below to your .htaccess file.
    > >
    > >
    > http://code.campware.org/projects/campsite/browser/branches/CAMPSI
    > TE_3_1_BRA
    > > NCH/campsite/implementation/site/htaccess?rev=8294&format=raw
    > >
    > > Best,
    > > Sebastian
    > >
    > >
    > >
    > >> -----Original Message-----
    > >> From: phorum@code.campware.org [mailto:phorum@code.campware.org]
    > >> Sent: Wednesday, October 22, 2008 1:51 AM
    > >> To: campsite-support@campware.org
    > >> Subject: ***SPAM*** [Campsite Support] Re: RE: Re: RE: Re: RE: Re: RE:
    > >> Re: RE:Re: RE: Re: [campsite-support] Can't get /admin/ to work!
    > >>
    > >>
    > >> Author: primexx
    > >> Link: http://code.campware.org/phorum/read.php?8,6630,6660#msg-6660
    > >> ------------------------------------------------------------------
    > >> --------------
    > >>
    > >> so i logged in and it seems the current htaccess breaks all
    > >> images, but the admin folder is now accessible.
    > >>
    > >> --
    > >> Sent from Campware Forums
    > >> http://code.campware.org/phorum
    > >
    > >
    >
    >
  • When writing code please leave the warnings enabled, this will help you
    write cleaner code. The user should get no warning even with the warnings
    enabled.

    Mugur

    On Wed, Oct 22, 2008 at 5:41 PM, Sebastian Goebel
    wrote:

    > Try to add following line to .htaccess:
    >
    > php_value allow_call_time_pass_reference 1
    >
    > Or may you can setup php features in the servers admininterface? Warnings
    > could be disabled.
    >
    >
    > > -----Original Message-----
    > > From: ljuba.rankovic@mediaonweb.org
    > > [mailto:ljuba.rankovic@mediaonweb.org]
    > > Sent: Wednesday, October 22, 2008 4:29 PM
    > > To: campsite-support@campware.org
    > > Subject: [campsite-support] Can't get /admin/ to work!
    > >
    > >
    > > Thanks, works now!
    > >
    > > Now I get this messages on frontend, above the content:
    > >
    > > Warning: Call-time pass-by-reference has been deprecated; If you would
    > > like to pass it by reference, modify the declaration of call_user_func().
    > > If you would like to enable call-time pass-by-reference, you can set
    > > allow_call_time_pass_reference to true in your INI file. in
    > > /www/durbva/campsite/docroot/template_engine/classes/CampContext.php on
    > > line 195
    > >
    > > I see php.ini and the value is really set to off, but my file permissions
    > > don't allow me to change it. How can I get rid of this message?
    > >
    > > Ljuba
    > >
    > > > There is an improvement available. Please copy the content from the
    > > > address
    > > > below to your .htaccess file.
    > > >
    > > >
    > > http://code.campware.org/projects/campsite/browser/branches/CAMPSI
    > > TE_3_1_BRA
    > > > NCH/campsite/implementation/site/htaccess?rev=8294&format=raw
    > > >
    > > > Best,
    > > > Sebastian
    > > >
    > > >
    > > >
    > > >> -----Original Message-----
    > > >> From: phorum@code.campware.org [mailto:phorum@code.campware.org]
    > > >> Sent: Wednesday, October 22, 2008 1:51 AM
    > > >> To: campsite-support@campware.org
    > > >> Subject: ***SPAM*** [Campsite Support] Re: RE: Re: RE: Re: RE: Re: RE:
    > > >> Re: RE:Re: RE: Re: [campsite-support] Can't get /admin/ to work!
    > > >>
    > > >>
    > > >> Author: primexx
    > > >> Link: http://code.campware.org/phorum/read.php?8,6630,6660#msg-6660
    > > >> ------------------------------------------------------------------
    > > >> --------------
    > > >>
    > > >> so i logged in and it seems the current htaccess breaks all
    > > >> images, but the admin folder is now accessible.
    > > >>
    > > >> --
    > > >> Sent from Campware Forums
    > > >> http://code.campware.org/phorum
    > > >
    > > >
    > >
    > >
    >
    >
  • oh yes, i found a feature to disable errors in control panel, and now
    everything seems to be just right. Thanks!

    Ljuba

    > Try to add following line to .htaccess:
    >
    > php_value allow_call_time_pass_reference 1
    >
    > Or may you can setup php features in the servers admininterface? Warnings
    > could be disabled.
    >
    >
    >> -----Original Message-----
    >> From: ljuba.rankovic@mediaonweb.org
    >> [mailto:ljuba.rankovic@mediaonweb.org]
    >> Sent: Wednesday, October 22, 2008 4:29 PM
    >> To: campsite-support@campware.org
    >> Subject: [campsite-support] Can't get /admin/ to work!
    >>
    >>
    >> Thanks, works now!
    >>
    >> Now I get this messages on frontend, above the content:
    >>
    >> Warning: Call-time pass-by-reference has been deprecated; If you would
    >> like to pass it by reference, modify the declaration of
    >> call_user_func().
    >> If you would like to enable call-time pass-by-reference, you can set
    >> allow_call_time_pass_reference to true in your INI file. in
    >> /www/durbva/campsite/docroot/template_engine/classes/CampContext.php on
    >> line 195
    >>
    >> I see php.ini and the value is really set to off, but my file
    >> permissions
    >> don't allow me to change it. How can I get rid of this message?
    >>
    >> Ljuba
    >>
    >> > There is an improvement available. Please copy the content from the
    >> > address
    >> > below to your .htaccess file.
    >> >
    >> >
    >> http://code.campware.org/projects/campsite/browser/branches/CAMPSI
    >> TE_3_1_BRA
    >> > NCH/campsite/implementation/site/htaccess?rev=8294&format=raw
    >> >
    >> > Best,
    >> > Sebastian
    >> >
    >> >
    >> >
    >> >> -----Original Message-----
    >> >> From: phorum@code.campware.org [mailto:phorum@code.campware.org]
    >> >> Sent: Wednesday, October 22, 2008 1:51 AM
    >> >> To: campsite-support@campware.org
    >> >> Subject: ***SPAM*** [Campsite Support] Re: RE: Re: RE: Re: RE: Re:
    >> RE:
    >> >> Re: RE:Re: RE: Re: [campsite-support] Can't get /admin/ to work!
    >> >>
    >> >>
    >> >> Author: primexx
    >> >> Link: http://code.campware.org/phorum/read.php?8,6630,6660#msg-6660
    >> >> ------------------------------------------------------------------
    >> >> --------------
    >> >>
    >> >> so i logged in and it seems the current htaccess breaks all
    >> >> images, but the admin folder is now accessible.
    >> >>
    >> >> --
    >> >> Sent from Campware Forums
    >> >> http://code.campware.org/phorum
    >> >
    >> >
    >>
    >>
    >
    >