wjorka
Forum Replies Created
-
Forum: Plugins
In reply to: [Dooodl] Cant activate pluginI have the same problem. I think it’s the PHP version. Have a look: http://ww.wp.xz.cn/support/topic/resolved-the-save-problem?replies=2
Forum: Plugins
In reply to: [Dooodl] [resolved] The "save" problemUnfortunately I can’t change the PHP-version from my webspace. Is there any idea how to fix the save problem?
Forum: Plugins
In reply to: [Dooodl] Error when activingMaybe this will help you: Link
Forum: Plugins
In reply to: [Dooodl] Cant activate pluginSolved! On some servers the short_open_tag ist “off”, so you cannot use the short tag “<?” for “<?php”. Have a look the phpinfo on your server. In the dooodl source code there are some “<?” instead of “<?php” used. I replaced them all. In line 902 you should also delete “=” before “WP_PLUGIN_URL”. And sometimes you have to create the folder /wp-content/uploads/doodls manually. (version 1.1.4)
Forum: Plugins
In reply to: [Dooodl] Installation problemSolved! On some servers the short_open_tag ist “off”, so you cannot use the short tag “<?” for “<?php”. Have a look the phpinfo on your server. In the dooodl source code there are some “<?” instead of “<?php” used. I replaced them all. In line 902 you should also delete “=” before “WP_PLUGIN_URL”. And sometimes you have to create the folder /wp-content/uploads/doodls manually. (version 1.1.4)
Forum: Plugins
In reply to: [Dooodl] Installation problemSame problem. Does anybody know the solution.