Open GoogleCodeExporter opened 9 years ago
Just add
require_once(DRUPAL_ROOT.'/includes/common.inc');
between
require_once(DRUPAL_ROOT.'/includes/bootstrap.inc');
and
require_once(DRUPAL_ROOT.'/includes/file.inc');
Original comment by e.cuni...@gmail.com
on 11 Oct 2012 at 12:14
Made the sugested change. Now I get the following error:
Fatal error: Class name must be a valid object or a string in
/home/mysite/public_html/includes/common.inc on line 7679
that line is: $controllers[$entity_type] = new $class($entity_type);
Original comment by lloydsil...@gmail.com
on 11 Oct 2012 at 3:04
Original issue reported on code.google.com by
lloydsil...@gmail.com
on 1 Oct 2012 at 7:51