|
From: Verdon V. <ve...@gm...> - 2008-08-03 15:23:52
|
Hi, I'm not sure what's ultimately causing this, but this is what I am getting after updating to svn 6093 Fatal error: Cannot access private property Key::$_error in /home/ phpws_svn/mod/comments/class/Comments.php on line 35 I can access my control panel directly, just not the homepage. I'm trying to narrow it down now verdon |
|
From: <ma...@tu...> - 2008-08-03 20:31:24
|
I am in the process of updating to the php 5 standard. I haven't tested much yet. Change _error from private to public. Matt > Hi, > > I'm not sure what's ultimately causing this, but this is what I am > getting after updating to svn 6093 > > Fatal error: Cannot access private property Key::$_error in /home/ > phpws_svn/mod/comments/class/Comments.php on line 35 > > I can access my control panel directly, just not the homepage. I'm > trying to narrow it down now > > verdon > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
|
From: Verdon V. <ve...@gm...> - 2008-08-03 20:50:36
|
Thanks Matt, New ground for me :) verdon On 3-Aug-08, at 4:24 PM, ma...@tu... wrote: > I am in the process of updating to the php 5 standard. I haven't > tested > much yet. Change _error from private to public. > > Matt > >> Hi, >> >> I'm not sure what's ultimately causing this, but this is what I am >> getting after updating to svn 6093 >> >> Fatal error: Cannot access private property Key::$_error in /home/ >> phpws_svn/mod/comments/class/Comments.php on line 35 >> >> I can access my control panel directly, just not the homepage. I'm >> trying to narrow it down now >> >> verdon >> >> >> --------------------------------------------------------------------- >> ---- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> > > > ---------------------------------------------------------------------- > --- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
|
From: <ma...@tu...> - 2008-08-03 22:29:13
|
Likewise. There is some cool functionality in PHP 5. I have only touched on some while doing wide scale search and replace. Matt > Thanks Matt, > > New ground for me :) > > verdon > > On 3-Aug-08, at 4:24 PM, ma...@tu... wrote: > >> I am in the process of updating to the php 5 standard. I haven't >> tested >> much yet. Change _error from private to public. >> >> Matt >> >>> Hi, >>> >>> I'm not sure what's ultimately causing this, but this is what I am >>> getting after updating to svn 6093 >>> >>> Fatal error: Cannot access private property Key::$_error in /home/ >>> phpws_svn/mod/comments/class/Comments.php on line 35 >>> >>> I can access my control panel directly, just not the homepage. I'm >>> trying to narrow it down now >>> >>> verdon >>> >>> >>> --------------------------------------------------------------------- >>> ---- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win >>> great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Phpwebsite-developers mailing list >>> Php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >>> >> >> >> ---------------------------------------------------------------------- >> --- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |