I get the following error and I'm posting it here so maybe it helps the developers of Drupal. It's after I tried to creat a classified ad:

* warning: strtr() [function.strtr]: The second argument is not an array in /home/gigguide/public_html/hosted/nationalgigguide.co.za/modules/syslog/syslog.module on line 106.
* warning: syslog() expects parameter 1 to be long, string given in /home/gigguide/public_html/hosted/nationalgigguide.co.za/modules/syslog/syslog.module on line 79.

Comments

mdupont’s picture

Category: Bug report » Support request
Issue summary: View changes
Status: Active » Closed (works as designed)

Old issue, closing. Most probably caused by a 3rd party module trying to log an error message and passing invalid arguments to the watchdog() function.