From: alex b. <en...@tu...> - 2001-09-05 03:52:51
|
and......... yep. Ronald's explanation was the exact problem and I have commited the solution. I'll do a sync after dinner :) _a ----- Original Message ----- From: "jason" <ja...@gr...> To: <bin...@li...> Sent: Tuesday, September 04, 2001 7:46 PM Subject: [binarycloud-dev] BC_LANG_CHARSET > > I've just sync'd to the latest CVS, and while inspecting the new stuff, > I came across this error. I haven't traced down the exact problem; > though I hope this is enough information for a fix. > > in gPageDef, if Lang == true, then we get an error: > > Fatal error: Call to a member function on a non-object in > /usr/local/r2/binarycloud/build/en/binarycloud/core/Lang.php on line 365 > > > This ONLY seems to error on Windows (client) browsers. I did not get > this error under Linux Netscape. Setting Lang to false fixed this as > well. > > << snippet from Lang.php >> > > if (defined('BC_LANG_CHARSET')) { > return true; > } else { > $Debug->CaptureMessage('No charset was set.',' Something is wrong with > your langs array'); // line 365 > return false; > } > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |