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
Comment #1
keith.smith commented(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.)
Comment #2
blue_star commentedHi,
So what do you recommend i should do?
Regards,
Comment #3
keith.smith commentedFirst, 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.
Comment #4
nancydruIndeed, 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.
Comment #5
blue_star commentedHi,
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
Comment #6
nancydruWell, 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.
Comment #7
blue_star commentedOk thanks.
Comment #8
nancydruhttp://drupal.org/node/240167
The bug is in Comment_subscribe. I opened an issue that you should probably subscribe to.
Comment #9
nancydruTh eowner of that module says it will be fixed in the next release.