On Fri, Feb 27, 2009 at 7:16 PM, Hans <[email protected]> wrote: > > 2009/2/28 The Editor <[email protected]>: >> >> Works for me. I'm calling it quits for the weekend too. Thanks for all >> your input Hans. > > well not here. > on astandard install, no plugins, default skin, i get errors: > > Warning: implode() [function.implode]: Invalid arguments passed in > E:\www\softflow\bw\boltwire\barn\scripts\engine.php on line 1382 > > Warning: implode() [function.implode]: Invalid arguments passed in > E:\www\softflow\bw\boltwire\barn\scripts\engine.php on line 1384 > > Warning: implode() [function.implode]: Invalid arguments passed in > E:\www\softflow\bw\boltwire\barn\scripts\engine.php on line 1386 > > and it does not load any javascripts from plugins like ShowHide. > > I tried to find the error in the code, but I failed. But it looks like > an overcomplicated code construct to me.
Oh, thanks. I never get error messages on my windows machine. The problem is there was no checking that the arrays existed before imploding. I reverted back to earlier code. It's about 1% slower, but much shorter, and simpler to read. It's in the new release. Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
