[pmwiki-users] debugging using error_log stuff

Tamara Temple tamouse.lists at gmail.com
Sun Jun 12 16:57:01 CDT 2011


On Jun 12, 2011, at 4:32 PM, Peter Bowers wrote:

> On Sun, Jun 12, 2011 at 3:18 PM, Tamara Temple <tamouse.lists at gmail.com 
> > wrote:
>> function sms($text,$switch=0){
>>        global $MessagesFmt;
>>        error_log(date(DATE_RFC822)." Entered sms. text=$text.
>> switch=$switch\n",3,"/var/log/pmwiki/error.log");
>>        if ($switch == true || is_array($text)) {
>>                $MessagesFmt[] = "<pre>" . print_r($text,true) . "</ 
>> pre>\n";
>>        } else {
>>                $MessagesFmt[] = $text . "<br />\n";
>>        }
> #       error_log(date(DATE_RFC822)." Exit sms.\n");
>       error_log(date(DATE_RFC822)." Exit
> sms.\n",3,"/var/log/pmwiki/error.log");
>> }
>
> Missing arguments #2 and #3 -- try as modified above.
>
> -Peter

D'oh. Sometimes you stare and stare and stare at something and you  
still don't see it. Thanks a bunch.




More information about the pmwiki-users mailing list