Oh wait.. BOLTmsg IS a new function! Well what do you know. What is the difference with BOLTabort?
On Nov 9, 4:24 pm, Mark Marijnissen <[email protected]> wrote: > I am running 3.0.8 with the new mail function copied in. I am going to > upgrade to 3.3 once it is out. (Already saw that if I upgraded to > 3.2.11 i got some tuple-conversion errors (&rt; or something).. so I > figured I wait with fixing upgrade bugs in my site until I have a > definitive version I am going to use. > > BUG #1: > if (isset($args['return'])) $reply = $args['return']; > > SHOULD BE: > if (isset($args['return'])) $return = $args['return']; > > BUG #2 > "BOLTmsg" should be "BOLTabort", I believe. BOLTmsg is an unknown > function.. (at least in 3.0.8 - can not remember reading about a new > core function in the changelog) > .... > > hmm now I get a Fatal error: > > Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 > bytes) in /var/www/vhosts/markmarijnissen.ruhosting.nl/httpdocs/tmp/ > geld/scripts/engine.php on line 747 > > That is the BOLTescape function. ($c = count($Token);) > Strange error, I do not get it. Counting an array should not cost a > lot of memory? Also, loading a page and formatting it neither... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
