From: Evan R. <eva...@gm...> - 2006-05-01 19:45:20
|
hrmm, i think php4 has trouble typing the only var in the class as an array= . go into that file, change the line... public $vals =3D array(); ...to simply... public $vals; and then report back. i'm on php 5...might need to install a php switcher to test this a bit better. thanx. On 5/1/06, Miles Beck <mil...@gm...> wrote: > On 5/1/06, Evan Roth <eva...@gm...> wrote: > > must be my error, since that's the new class i added. although line > > 16 is simply initializing the variable. > > > > - can you tell me what php version you are running? > > - are you able to do anything with the app (other than install)? i > > suspect not, since it's trying to load options...but better to ask. > > > > /evan > > I'm using php4 on Debian. I cannot do anything with the snapshot. I > get the same error no matter what I try. > > -Miles > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |