configuration doesn't save
« on: June 13, 2014, 10:17:54 AM »
My configurations don't save.
I allready added an .htaccess with RewriteEngine off
Re: configuration doesn't save
« Reply #1 on: June 14, 2014, 05:56:47 AM »
Hello,

make sure that you have set 777 permissions for generator/data/ subfolder.
Re: configuration doesn't save
« Reply #2 on: June 18, 2014, 10:34:26 AM »
I have that
Re: configuration doesn't save
« Reply #4 on: June 19, 2014, 12:45:50 PM »
Nope, I removed it, it comes back and I gave that file 777 rights as well, but no result.
Re: configuration doesn't save
« Reply #5 on: June 20, 2014, 11:20:15 AM »
Hello,

please let me know your generator URL/login in private message to check this.
Re: configuration doesn't save
« Reply #6 on: June 20, 2014, 11:27:13 AM »
Hello,

please let me know your generator URL/login in private message to check this.

That would be [..removed]
« Last Edit: June 21, 2014, 01:01:26 PM by XML-Sitemaps Support »
Re: configuration doesn't save
« Reply #7 on: June 21, 2014, 01:02:20 PM »
Hello,

I just tried and configuration is saved. Which setting specifically you are trying to change?
Re: configuration doesn't save
« Reply #8 on: July 12, 2014, 04:22:54 PM »
I'm facing the same issue.

No matter what configuration I'm trying to change, the default one comes up again.

Please can you tell me how to resolve this issue?

I have set permission of 'data' folder to 0777.

Tried deleting "generator/data/generator.conf" but in vain.
That files comes up again with default settings.

Also my sitemap.xml always remains empty. Can this issue be the problem?
Re: configuration doesn't save
« Reply #9 on: July 13, 2014, 08:07:48 AM »
Solution:

.htaccess with RewriteEngine off (in generator directory)

This works. Thanks to Oleg for the help.

One more tip: My server used PHP 5.5 with suPHP. So file and directory permission is not required. I did not change any permissions. Everything works perfect. For suPHP setups, there is no need to change any permission to 0666 / 0777. Everything is automatically writable for suPHP servers. Hope this might help someone.