After I activate the e-Commerce modules, I attempt to go to my admin page, and receive the following error.
"Fatal error: Call to undefined function: array_intersect_key() in /home/anointe1/public_html/drupal/modules/ecommerce/ec_receipt/ec_receipt.module on line 926"
I can go back, and navigate the administration section. I head to the store configuration, and goto the settings tab inside the Reciept Types section.
The same error is returned.
Upon going to the transactions section, i receive the error:
"Fatal error: Call to undefined function: array_diff_key() in /home/anointe1/public_html/drupal/modules/ecommerce/store/store.module on line 1014"
Any ideas?
This is a fresh install of Drupal 5.3, with the most recent alpha version of e-Commerce.
Thanks,
Comments
This is not the place to
This is not the place to post issues. Please the e-Commerce issue queue http://drupal.org/project/issues/ecommerce on drupal.org
Also if you had looked you would have found that v4 requires PHP5.2 to run.
--
Gordon Heydon
V4 requires PHP5.2+?
Both array_intersect_key and array_diff_key are present in PHP5.1 (and higher).
http://www.php.net/manual/en/function.array-intersect-key.php
http://www.php.net/array_diff_key
Isn't the PHP5.2+ requirement a bit ambitious?
PHP5.2
Hi,
Well I am going by the requirements for http://gophp5.org which lists the requirement as 5.2+ See http://www.gophp5.org/faq for more information on this.
--
Gordon Heydon