I do not know if this is supposed to happen or not. I am assuming not. I have only cart and anonymous shipping enabled. I got this error while trying to go here : /admin/ecsettings/rtypes/settings
Fatal error: Call to undefined function: array_intersect_key() in www.sitename.com/modules/ecommerce/ec_receipt/ec_receipt.module on line 926
Comments
Comment #1
PixelClever commentedI am getting this error after any install when attempting to go to the admin page. It goes away if you delete the ec_receipt module directory. I noticed that when the store module installs the ec_receipt is automatically installed, but ec_common, one of ec_receipt's dependencies is not installed. I tried reinstalling the modules one by one to test, and the admin section always breaks when the receipt module is enabled.
Comment #2
PixelClever commentedOops, sorry about that, I just read the warning about the intersect error being caused because version 4 requires php 5.2 or a pear compat thing... I didn't have this problem on my other server, and I didn't even think that the php version could be the problem.
Comment #3
PixelClever commentedSince they clearly warn that this compatibility issue exist I think it would be a bad idea to annoy the maintainers by leaving it here, so I am marking it closed.