Closed (fixed)
Project:
Storm
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2009 at 11:31 UTC
Updated:
11 Jul 2009 at 00:10 UTC
as title says.
small errors are riddled throughout the code (missing ')" ";" and the like).
C
Comments
Comment #1
Magnity commentedThanks for pointing these out - the -dev release now installs again.
Comment #2
Magnity commented[Correction - -dev release will install again once the d.o. packaging script runs again (midnight) - but the changes have been committed.]
Comment #3
socialnicheguru commentedParse error: syntax error, unexpected '{', expecting ')' in /Users/aekanem/Documents/aoweb/drupal/sites/all/modules/storm/storminvoice/storminvoice.install on line 68
remove "{" and "}" and replace with " ' "
missing end " ) "
if (!db_table_exists('storminvoiceitem')) { //if Storminvoiceitem was not active
can't update
The update process was aborted prematurely while running update #6011 in storminvoice.module. All errors have been logged. You may need to check the watchdog database table manually.
Unknown column 'vat' in 'storminvoiceitem' query: ALTER TABLE storminvoiceitem CHANGE vat `tax` FLOAT DEFAULT NULL
Comment #4
Magnity commentedAre you sure that you are running the latest -dev version? The parse errors have been fixed already.
I have just committed a fix to the other issue - it now checks for the column existing prior to changing rather than looking at the last update of the invoiceitem module (http://drupal.org/cvs?commit=228772).
Comment #5
Magnity commentedCan you confirm whether these errors are still present?
Thanks,
Comment #6
Magnity commentedMarking as fixed as others now seem to be able to install / update fine.
Please reopen if you are stil having issues.
Comment #7
socialnicheguru commentedseems fine to me :) thanks!