I wnated to install Media Development Profile on D7 beta1 and latest versions of dependency modules. I get this error during the installation process.

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://localhost/drupal-media/install.php?profile=media_dev&locale=en&id... StatusText: OK ResponseText: Fatal error: Call to undefined function file_directory_path() in /var/www/drupal-media/sites/all/modules/styles/contrib/file_styles/file_styles.install on line 14.

Comments

webchick’s picture

I can't confirm this error anymore. However, I do get this one:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://localhost/ud7/install.php?profile=media_dev&locale=en&id=1&op=do StatusText: OK ResponseText: [snip]
 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'format' cannot be null 

Followed by, on the site information page:

    Warning: Invalid argument supplied for foreach() in entity_menu() (line 486 of /Users/webchick/Sites/ud7/sites/all/modules/entity/entity/entity.module).
    Warning: Invalid argument supplied for foreach() in entity_menu() (line 486 of /Users/webchick/Sites/ud7/sites/all/modules/entity/entity/entity.module).
webchick’s picture

Title: Error while installing on D7 beta1 » Error while installing on D7 beta2
webchick’s picture

brunodbo’s picture

Same error here as described in the initial report:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://mediadev.brunodbo.be/install.php?profile=media_dev&locale=en&id=1&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function file_directory_path() in /home/brunodbo/sites/mediadev.brunodbo.be/sites/all/modules/styles/contrib/file_styles/file_styles.install on line 14
jlyon’s picture

Ryanbach’s picture

Status: Active » Fixed

Fixed in HEAD.

Ryanbach’s picture

Status: Fixed » Closed (duplicate)