Posted by yktdan on August 26, 2008 at 2:39am
Jump to:
| Project: | CitizenSpeak |
| Version: | 5.x-1.0-beta |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Fatal error: Cannot use string offset as an array in /home/nynjtc/public_html/new/sites/all/modules/jstools/jscalendar/jscalendar.module on line 47
Yes I have jstools turned on and am using the calendar feature. That stuff works everywhere else.
Comments
#1
What triggers this error? Does it appear all the time?
I have no idea why CitizenSpeak would affect jstools. This looks like a bug with jscalendar.module , but if you can give more info, I will investigate further.
#2
Hi,
I receive this error when I activate the citizenspeak module on my campaign site I'm putting together (to save our village school from being sold to developers)...can anybody help with this?
user warning: Table 'drupal.citizenspeak_participants' doesn't exist query: SELECT n.nid, n.title, COUNT(*) AS participants FROM sustainablenode n LEFT JOIN citizenspeak_participants AS cp ON n.nid = cp.nid WHERE n.type = 'citizenspeak' AND DATE_SUB(CURDATE(), INTERVAL 1 MONTH) < cp.sent_at AND n.promote = 1 AND n.status = 1 GROUP BY n.nid ORDER BY participants DESC LIMIT 5 in /var/www/html/includes/database.mysql.inc on line 172.
Ive tried adding a few petitions and participants but the error message persists.
On a separate issue, how can I change the state and zip code boxes to either accept international addresses or to go away. I'm in the UK and they aren't usable as is.
Thanks in advance,
Thomas
#3
Hi,
I receive this error when I activate the citizenspeak module on my campaign site I'm putting together (to save our village school from being sold to developers)...can anybody help with this?
user warning: Table 'drupal.citizenspeak_participants' doesn't exist query: SELECT n.nid, n.title, COUNT(*) AS participants FROM sustainablenode n LEFT JOIN citizenspeak_participants AS cp ON n.nid = cp.nid WHERE n.type = 'citizenspeak' AND DATE_SUB(CURDATE(), INTERVAL 1 MONTH) < cp.sent_at AND n.promote = 1 AND n.status = 1 GROUP BY n.nid ORDER BY participants DESC LIMIT 5 in /var/www/html/includes/database.mysql.inc on line 172.
Ive tried adding a few petitions and participants but the error message persists.
On a separate issue, how can I change the state and zip code boxes to either accept international addresses or to go away. I'm in the UK and they aren't usable as is.
Thanks in advance,
Thomas
m PS sorry, new to the forums and can't get this to post in the proper place.
#4
teoverton,
You should file a new issue when your problem doesn't match the existing issue. In this case, the problem you're experiencing is corrected in the forthcoming snapshot release.