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
Comment #1
kimmel commentedHere are the last two errors in the apache error log:
Comment #2
GStegemann commentedIs fixed in current D7 development version.