Hi, I have php error Cannot use object of type stdClass as array in /sites/all/modules/ajax_comments/ajax_comments.module on line 148
I fixed this with adding:
$field = (array) $field; on line 148
May be you will fix it in your module. Thanks for your work.

Comments

muschpusch’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev
Assigned: moelius » Unassigned
Status: Active » Postponed (maintainer needs more info)

Could you check latest dev please?

formatC'vt’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)