When i try to uninstall the module on Drupal 7.12, i get a WSOD.

Comments

BarisW’s picture

Status: Active » Postponed (maintainer needs more info)

Any logs by accident? I'd like to know what caused this.

juliusvaart’s picture

There are no logs about this incident. I think it just hangs...

I also get this when enabling the module:

Additional uncaught exception thrown while handling exception.

when i refresh it installs, but maybe this is the problem?

I've made a copy of the confirmation page here

BarisW’s picture

Thanks for reporting back. This seems not related to the Termcase module. A notice 'MySQL server has gone away' mostly is related to the mysql_packet_size.

See http://drupal.org/node/259580

Make sure the packet size is 2MB at minimum (for all Drupal sites) and try again ;)

juliusvaart’s picture

Haha... yes, i'm developing on my localhost with wrong MySql settings. Oops ;)

But i still get a WSOD when uninstalling the module tables...

MGParisi’s picture

Fatal error: Call to undefined function _termcase_vocabulary_termcase_delete() in D:\wamp\www\test\sites\all\modules\termcase\termcase.install on line 26
Call Stack
# Time Memory Function Location
1 0.0004 680792 {main}( ) ..\index.php:0
2 1.2538 42432376 menu_execute_active_handler( ) ..\index.php:21
3 1.2571 43670776 call_user_func_array ( ) ..\menu.inc:516
4 1.2571 43671096 drupal_get_form( ) ..\menu.inc:0
5 1.2571 43671904 drupal_build_form( ) ..\form.inc:131
6 1.2577 43691032 drupal_process_form( ) ..\form.inc:374
7 1.2595 43856224 form_execute_handlers( ) ..\form.inc:854
8 1.2595 43859728 system_modules_uninstall_submit( ) ..\form.inc:1443
9 1.2595 43860096 drupal_uninstall_modules( ) ..\system.admin.inc:1357
10 1.7397 46502752 module_invoke( ) ..\install.inc:787
11 1.7397 46503096 call_user_func_array ( ) ..\module.inc:799
12 1.7397 46503336 termcase_uninstall( ) ..\module.inc:0

BarisW’s picture

Status: Postponed (maintainer needs more info) » Fixed

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