I just installed weblinks on my drupal 7.2 install.

Now when I click on 'add terms' for a vocabulary on this page ( http://localhost/drupal-7.2/admin/structure/taxonomy ) I get:

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

If I navigate directly to http://localhost/drupal-7.2/admin/structure/taxonomy/tags/add for example I still get a http 500 error.

To reproduce this bug:

1) Create a new vocabulary
2) Click on 'add terms' for the new vocabulary.
3) receive server error

The server specs are:

PHP 5.3.5
Apache 2.2.17
Mariadb 5.1.44
Opensuse 11.4 with a 2.6.38.5 kernel

I also enabled the testing module and ran the tests for simpletest and taxonomy and got 641 passes, 0 fails, 0 exceptions, and 153 debug messages.

When I disable the weblinks module via admin/modules adding taxonomy terms works again.

Comments

kimmel’s picture

Here are the last two errors in the apache error log:

[Thu May 26 06:52:39 2011] [error] [client ::1] PHP Fatal error:  Cannot use object of type stdClass as array in /home/kirk/www/sites/all/modules/weblinks/weblinks.module on line 1196, referer: http://localhost:8081/drupal-7.2/admin/structure/taxonomy
[Thu May 26 06:58:47 2011] [error] [client ::1] PHP Fatal error:  Cannot use object of type stdClass as array in /home/kirk/www/sites/all/modules/weblinks/weblinks.module on line 1196, referer: http://localhost:8081/drupal-7.2/admin/structure/taxonomy
GStegemann’s picture

Status: Active » Fixed

Is fixed in current D7 development version.

Status: Fixed » Closed (fixed)

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