Hi All,
I have this error message every time I submit a replay to a FAQ comment:

* warning: strtr() [function.strtr]: The second argument is not an array in C:\Inetpub\vhosts\aeroask.com\httpdocs\modules\syslog\syslog.module on line 107.
* warning: syslog() expects parameter 1 to be long, string given in C:\Inetpub\vhosts\aeroask.com\httpdocs\modules\syslog\syslog.module on line 80.

please Help.

Comments

keith.smith’s picture

Project: Drupal core » Frequently Asked Questions
Version: 6.1 » 6.x-1.x-dev
Component: admin.module » Code
Category: support » bug
Priority: Critical » Normal

(I'm not positive that this is the right project for this. I thought there might be a possibility of a badly formatted watchdog call or something.)

blue_star’s picture

Hi,
So what do you recommend i should do?

Regards,

keith.smith’s picture

First, determine what contrib module is providing your FAQ comments, and if this isn't the right project for it, we need to move the issue so that it can get some visibility from your module's maintainers.

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

Indeed, the error would indicate a watchdog call that probably didn't get upgraded correctly for 6.x. However, I don't see any watchdog calls in FAQ at all. So I would have to say this is not an FAQ problem.

I just took a quick look at the core comment module and I don't see any improperly formed watchdog calls there either.

blue_star’s picture

Hi,
i am using this modules:

Helpers 6.x-1.1-beta1 A collection of helper functions
Depends on: Helpers_theme (enabled)
Required by: Helpers_form (enabled)
Helpers_database 6.x-1.1-beta1 A collection of helper functions for database
Depends on: Helpers_theme (enabled)
Required by: Faq_Ask (enabled)
Helpers_form 6.x-1.1-beta1 A collection of helper functions for form
Depends on: Helpers (enabled), Helpers_theme (enabled)
Helpers_node 6.x-1.1-beta1 A collection of helper functions for nodes
Helpers_taxonomy 6.x-1.1-beta1 A collection of helper functions for taxonomy
Helpers_theme 6.x-1.1-beta1 A collection of helper theming functions
Required by: Helpers (enabled), Helpers_database (enabled), Faq_Ask (enabled), Helpers_form (enabled)

Comment Subscribe 6.x-1.0 Comment follow up e-mail notification for anonymous as well as registered users.
Depends on: Comment (enabled)
Faq_Ask 6.x-1.0 Allows an unanswered question 'queue' for the FAQ module.
Depends on: Frequently Asked Questions (enabled), Helpers_database (enabled), Helpers_theme (enabled)
Flag content 6.x-1.x-dev Allow users to flag content for the attention of the administrator or moderators.
Frequently Asked Questions 6.x-1.5 Manages configuration of questions for a FAQ page.
Required by: Faq_Ask (enabled)
Wikitools 6.x-1.0 Provides helper functionality to have wiki-like behaviour.

please advice.
Thanks

nancydru’s picture

Well, Helpers and Faq_Ask are my modules, so I can scan them easily. And I also use them one my sites and am not seeing this.

So that leaves Subscribe and WikiTools. If I have time, I'll download them and do a quick scan of them.

blue_star’s picture

Ok thanks.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

http://drupal.org/node/240167

The bug is in Comment_subscribe. I opened an issue that you should probably subscribe to.

nancydru’s picture

Th eowner of that module says it will be fixed in the next release.