Fatal error: Call to undefined function drupal_http_build_query() in [path-to-module]/admin_menu/admin_menu.module on line 183

Browser: Firefox 27.0.1
OS: Ubuntu 13.10

This should use Url::buildQuery(). Creating patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Bartuc’s picture

Status: Active » Needs review
FileSize
726 bytes

Used UrlHelper class (Url was thrown out apparently). Included class on at top of file.

jibran’s picture

I have created a fork of admin_menu 8.x-3.x on github. Please help me fix it for Drupal 8
PRs are welcome. https://github.com/jibran/admin_menu

HongPong’s picture

FileSize
3.36 KB

Thanks Bartuc it has been added to the patch addressing this and several others at #2563867: PHP Fatal errors: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface and others . also jibran i get a 404 there.

gordon’s picture

Reroll patch

Status: Needs review » Needs work

The last submitted patch, 4: 2284015-4.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

gordon’s picture

Status: Needs work » Needs review
FileSize
1.43 KB

missed the use statement.

Status: Needs review » Needs work

The last submitted patch, 6: 2284015-5.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

gordon’s picture

Status: Needs review » Needs work

The last submitted patch, 8: 2284015-8.patch, failed testing. View results

gagarine’s picture

Priority: Normal » Major

Why this is not fixed?
Fatal error are critical.

thalles’s picture

For drupal 8 we indicate the Admin Toobar module

thalles’s picture

Category: Bug report » Support request
Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.