RE: Binary Cloud Testsite issues.

"Rajesh Singh" <rajesh-o/[email protected]> Fri, 26 Aug 2005 08:55:53 +1000
Newsgroups gmane.comp.lib.binarycloud.devel
Message-ID <[email protected]>
Hey Jean-Christophe,

Actually at looking through past lists in regards to binarycloud, I did
realise it was a PHP 5 error, which we happened to fix here as it was to do
with the way PHP 5 now references objects.

I'm sure I posted this to the list earlier but here it is again;

Line 760 on node/Node.php with setting reference to top node is 'causing a
bug.

This line:

$this->top =& $parent->top;

Remove the &, change to:

$this->top = $parent->top;

As this appears to break PHP 5 and the way it handles referencing. 

Testsite, etc all seems to work pretty well with that change.


Rajesh Singh 
Programmer/Developer 
Freshtel Research & Development 

This email and any attachments are confidential. If you are not the intended
recipient, you must not read, copy, distribute or use the information
contained in this e-mail. If you have received this email in error, please
notify us immediately and delete the email and all copies. We do not
guarantee that this email and any attachments are free from virus or other
errors. We will not be responsible for loss or damage resulting (either
directly or indirectly) from any such virus or error. 


-----Original Message-----
From: dev-bounces-PnctHDZWAvB/Cz2I37pSEPZ4XP/[email protected]
[mailto:dev-bounces-PnctHDZWAvB/Cz2I37pSEPZ4XP/[email protected]] On Behalf Of Jean-Christophe
Michel
Sent: Thursday, 25 August 2005 5:45 PM
To: binarycloud developer list
Subject: Re: [binarycloud-dev] Binary Cloud Testsite issues.

Hi,

Rajesh Singh wrote:
> I set everything up as depicted on the site (the quickstart) and went 
> to run it... Issues I have is:
>  
>  Fatal error: /Call to a member function process() on a non-object/ in 
> //usr/virtual/rajesh.web2.freshtel.net/binarycloud/binarycloud/init/Pr
> oject.php/
> on line /226/
> //
> This is when it is called by $project->getPage() in the index.php file 
> on line 20.
>  
> Any ideas?

Can you post the debug output produced when you enable echo log in conf/log
?
--
Jean-Christophe Michel

_______________________________________________
dev mailing list
dev-PnctHDZWAvB/Cz2I37pSEPZ4XP/[email protected]
http://lists.binarycloud.com/mailman/listinfo/dev


_______________________________________________
dev mailing list
dev-PnctHDZWAvB/Cz2I37pSEPZ4XP/[email protected]
http://lists.binarycloud.com/mailman/listinfo/dev