Closed (fixed)
Project:
e-Commerce
Version:
6.x-4.0-beta4
Component:
ec_anon
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2009 at 19:23 UTC
Updated:
17 Jan 2009 at 07:30 UTC
Upgrading Drupal from 5.6 to 6.8 and received this error during the install process:
An error occurred. http://www.domain.com/dev/update.php?id=1&op=do <br /> <b>Fatal error</b>: Call to undefined function ec_anon_policy_list() in <b>/path/modules/ecommerce/ec_anon/ec_anon.install</b> on line <b>70</b><br />
I received this error with both 6.x-4.0-beta4 and 6.x-4.x-dev.
Thanks for any help.
Comments
Comment #1
gordon commentedI have fixed this I think, I am not sure why it was failing but I have added a change to make sure the module is loaded.
Comment #2
iokevins commentedHi gordon,
Thank you. Is the fix included in one of the existing releases or should I grab the ec_anon directory from git?
Thanks again for any help.
Comment #3
iokevins commentedHi gordon,
I answered my own question. I downloaded the files from git and everything works. Thank you.