chimeric / dokuwiki-plugin-gtd

http://dokuwiki.org/plugin:gtd
GNU General Public License v2.0
4 stars 1 forks source link

Plugin stops Dokuwiki from working #2

Open einhirn opened 12 years ago

einhirn commented 12 years ago

This plugin can stop dokuwiki from working under certain (currently unknown) circumstances:

FreeBSD, PHP 5.4.4 with mod_php and apache 2.2.22

Dokuwiki stopped working - just dies, browser shows an empty page. No error messages, even though they are enabled in PHP config. Other PHP Applications still work. Disabling "gtd" by adding a "disabled" file to the plugin directory, dokuwiki runs again.

bye Christian

lupo49 commented 12 years ago

Have you did some investigations in the meantime? Maybe by disabling some parts of the plugin to check if a call of a php function generates the fault.

einhirn commented 12 years ago

Sorry, no I didn't. I don't even know where I would start. I enabled the Plugin while the "connect_to" function call was commented out, but the wiki still stopped working.

bye Christian

jamesdunham commented 10 years ago

For what it's worth at this point, I had into the same issue as Christian. Ubuntu 14.04, PHP 5.5.9, Apache 2.4.7.

warmstart commented 10 years ago

The problem is still present on the current Ubuntu 14.04 (with PHP 5.5.9 and Apache 2.4.7)

czen commented 8 years ago

The same problem on Debian 8, dokuwiki running under Yunohost, PHP 5.4.45. Dokuwiki after installing GTD returns error 500 on any page. Removing plugins/GTD folder fixes it.