Closed (fixed)
Project:
Control Panel
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2006 at 01:48 UTC
Updated:
17 Mar 2006 at 04:45 UTC
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
Comment #1
dreed47 commentedAre you using 4.7 beta 4 or the latest CVS? If CVS, as of what date?
Comment #2
dreed47 commentedThis should not be a problem with the latest beta of Drupal
Comment #3
morbus iffder: I don't use Control Panel. But note that there is NO base_url() in HEAD, only base_path(), which is a bit different.
Comment #4
dreed47 commentedI 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.
Comment #5
(not verified) commented