Calling the Contol Panel module from the Navigation menu resulted in an error call to undefined function base_url() on line 125.

This was corrected by changing base_url() to the variable $base_url.

Everything else works like a charm.

Noel

Comments

dreed47’s picture

Are you using 4.7 beta 4 or the latest CVS? If CVS, as of what date?

dreed47’s picture

Status: Active » Fixed

This should not be a problem with the latest beta of Drupal

morbus iff’s picture

der: I don't use Control Panel. But note that there is NO base_url() in HEAD, only base_path(), which is a bit different.

dreed47’s picture

I know they are different. My code does not use base_url() but it does use base_path() at the line number referenced so I assumed that is what visionquest was referring to.

Anonymous’s picture

Status: Fixed » Closed (fixed)