First off i like the plugin, but i cannot keep it active on our site because one page shows 2 warning messages. After a refresh the blank page with waring is gone and i can view my route page.
The warnings
Warning: mkdir() [function.mkdir]: Permission denied in …..wp-content/plugins/gotmls/index.php on line 251
Warning: Cannot modify header information – headers already sent by (output started at …….wp-content/plugins/gotmls/index.php:251) in /wp-includes/pluggable.php on line 876
Hopefully you can advise me further. Maybe by creating a folder on a specific path?
i tried google and instead found a few sites with the same issue :S
Leo,
Thanks for reporting this issue. I will make sure that future releases of my plugin do not trigger this warning.
For now, here are three ways you can solve this problem:
- Turn PHP warnings off on your server.
- rem out that line of code on 251 of plugins/gotmls/index.php
- create a folder called quarantine in wp-content
Any of these should do the trick for now as this is not a serious error.
Aloha, Eli
Eli,
Thank you very much for the fast response and support! Your advise fixed the warning (made the folder and commented out line 251). The site is hosted on a shared server on a third party hosting provider. I think it has to do with the creation of the folder which is prohibited on the server (security reasons i guess). I had this issues with other plugins as well.
Greetings from holland,
Leo