Upon a fresh install, this error was returned. I had started this by using the profile and running the installer.

Fatal error: Call to undefined function rules_import() in /profiles/opendeals/modules/custom/commerce_sales/commerce_sales.rules_defaults.inc on line 24

Line 24 looks like:
$configs['rules_increment_sales_completing_order'] = rules_import($rules_increment_sales_completing_order);

I had initially used the .tar when this happened, and then the .zip threw the error out as well.

Comments

yannisc’s picture

Are you sure you had setup PHP memory limit to at least 128Mb?

Have you tried reinstalling?

Is your server properly configured for Drupal installation? Does Drupal install on your server? Open Deals distribution has similar requirements with Drupal itself. So, try installing Drupal first to check if the problem lies on the distro or on the server configuration.

narcissus921’s picture

It was set at 128M, and I tried reinstalling a couple times. It appears to be a server issue, as I was able to get this installed on WAMP without any troubles. Thanks for this!

nchar’s picture

Status: Active » Closed (works as designed)
nchar’s picture

Issue summary: View changes

more details