I encountered this problem when I was installing this Drupal distribution, only to find that it can't be successfully installed although I tried many times. I am currently using the 7.x-2.x-dev version, after failed by using 7.x-2.2 version with same faults.

I went through all the issues listed in this project, but no one mentioned this.
Here is the whole fault text displaying on the page:
Fatal error: Call to undefined function field_attach_load() in C:\wamp\www\erpal\includes\entity.inc on line 316

I am new to Drupal and its Distribution, any idea about this problems?

Many thanks!

Comments

ebelcher’s picture

I recently tried to move my Drupla 7/CiviCRM site from OpenSUSE 12 to SLES 12 and it did not go well. As part of the debugging process, I tried a brand new install of Drupal 7 and I could never get it past the install of 31 tables and returning path not found.

I spent two days trying to debug this and I believe I've tried all the various solutions above [posted alsewhere on this site]. I could have missed something, but my gut tells me this is a core issue possibly with PHP that Drupal has and will need to resolve for the new versions of software.

The platform I'm trying is

SLES 12
Apache 2.4.10
PHP 5.5.14
mariadb 10.0.16

Error Code [Tue May 19 16:49:17.140701 2015] [php5:error] [pid 3232] [client 10.8.8.80:58515] PHP Fatal error: Call to undefined function field_attach_load() in /srv/www/htdocs/drupal/includes/entity.inc on line 354, referer: http://svl-bne-xen-17.cdn.ucb.com.au/c4i/install.php?profile=standard&lo...

I'm just reporting this rather than seeking an immediate solution. (I don't have more time to waste on this at the moment) My current system is working fine and can stay where it is for the time being. However, at some point our whole infrastructure will move to SLES 12.
The problem is very easy to replicate. I did it many times. Install a SLES 12 AMP server, add some additional PHP repositories, download the latest drupal, make the appropriate configuration changes for PHP etc and start an install.
(Note I also tried Drupal 8 beta. It only created about 22 tables I believe in the db before giving an error. Presumably the same core problem)
Thanks
Eric.

Francewhoa’s picture

S.Wan, on that documentation page there are links to sub-pages which provide information about error messages that you might encounter during the installation of ERPAL for Service Providers. Maybe one of them might resolve that.