GetSimple Support Forum

Full Version: New Plugin: File Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
here is my newest getsimple plugin: http://get-simple.info/extend/plugin/file-editor/906/

Its a simple .htaccess and robots.txt editor.

Questions or problems? report it!
what is it?
Code:
Notice: Undefined index: send_options in
(2015-01-27, 06:25:27)Nokes Wrote: [ -> ]Hello,
here is my newest getsimple plugin: http://get-simple.info/extend/plugin/file-editor/906/

Its a simple .htaccess and robots.txt editor.

Questions or problems? report it!

Nice. Is it possible to add gsconfig.php file to editor as well? I mean I thought that would be a nice improvement to the plugin.
(2015-01-27, 07:00:32)Oleg06 Wrote: [ -> ]what is it?
Code:
Notice: Undefined index: send_options in
Please check your php error_reporting level :)

datiswous Wrote:Nice. Is it possible to add gsconfig.php file to editor as well? I mean I thought that would be a nice improvement to the plugin.
Yes, next update this evening.
@datiswous
I've tried it, but there are many problems when writing a php file. The gsconfig.php must then be set always chmod 777, standard is 754. And even then, it does not always work.
Ok, thanks for trying. Here's an unfinnished plugin from N00dles101 but using a gui:
https://github.com/n00dles/GS_configurator
You might check that out (how he did it), although I didn't test it with newer versions of GS (saving might actually not work at all).
Btw. my files are standard 644.