Re: [Phplib-users] [Fwd: [BE-support] $sess not an object]
Brought to you by:
nhruby,
richardarcher
|
From: Peter T. <pte...@te...> - 2002-11-22 09:01:27
|
On line 68 change
if(isset($user)) {
to
if(is_object($user)) {
Seems to be a bug a page.inc
Peter
At 22:38 21-11-2002, Mike Gifford wrote:
>Hello,
>
>A user who was trying to set up the latest version of Back-End.org got
>the following error, but I'm not sure why (no one else has reported it).
>
>Back-End is shipping with a slightly different version of page.inc
>(think it is now closer to what is in the CVS), but pretty certain that
>we didn't touch this piece.
>
>Any ideas on how to proceed with this?
>
>Mike
>
>-----Forwarded Message-----
>
>From: Krishna E. Bera <ke...@cy...>
>To: bac...@li...
>Subject: [BE-support] $sess not an object
>Date: 20 Nov 2002 16:53:08 +0500
>
>i installed back-end0.5.1 from the tarball
>and am using phplib-0.7.2d
>the following error message always comes up at the end of every page:
>
>PHP Fatal error: Call to a member function on a non-object in
>/usr/local/phplib-7.2d/php/page.inc on line 68
>
>if i use the page.inc provided with back-end instead,
>the error occurs on line 71.
>
>--
>Mike Gifford, OpenConcept Consulting, http://www.openconcept.ca
>Open Source Web Applications for Social Change.
>Featured Campaign - Rooting Out Evil! - http://rootingoutevil.org
>Honest disagreement is often a good sign of progress. - Gandhi
>
>
>
>-------------------------------------------------------
>This sf.net email is sponsored by:ThinkGeek
>Welcome to geek heaven.
>http://thinkgeek.com/sf
>_______________________________________________
>Phplib-users mailing list
>Php...@li...
>https://lists.sourceforge.net/lists/listinfo/phplib-users
----------
TERIS Information Services BV
Peter Termaten Phone: +31 23 565 2682
Aagje Dekenstraat 43 Fax: +31 23 565 2676
2135 RJ Hoofddorp Mobile: +31 653 65 8686
www.teris.nl
----------
|