Closed (outdated)
Project:
Ajax submit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2009 at 14:11 UTC
Updated:
25 Sep 2020 at 07:13 UTC
Jump to comment: Most recent
Comments
Comment #1
corbacho commentednedjo, In ajaxsubmit.install change this
$weight = db_result('SELECT MAX(weight) FROM system');to
$weight = db_result(db_query('SELECT MAX(weight) FROM system'));This way it will fix this error during the installation and also now the weight of the ajaxsubmit weight is updated to a high number.
Comment #2
Remon commentedComment #3
enboig commentedit should be
Comment #4
avpadernoI am closing this issue, which is for a not supported Drupal version.