Shape 5

Joomla Templates => Simplex - Club => : viper3two October 16, 2012, 02:57:17 PM



: unable to change and save changes - simplex siteshaper
: viper3two October 16, 2012, 02:57:17 PM
Hi
Just got my membership. Downloaded Simplex siteshaper, it installed fine with no issues. First thing I did was go into the template and tried to change ...for example...the background image. Pointed it to the background image I wanted, clicked Save and...nothing. Did not save path. Tried to change the phone number, clicked save and it did not save it either. I tried an article and yes, I can modify those. Why can't I change anything on the template? Do I just need to get a template instead of the site builder?
Thanks
Tony


: Re: unable to change and save changes - simplex siteshaper
: viper3two October 16, 2012, 03:26:53 PM
Well I found one post that said to make sure vertex.json is writeable, and it is I am pretty sure. I am using XAMPP under windows 7. Right clicked, went to security and it has full perms for me and admins. Any ideas?


: Re: unable to change and save changes - simplex siteshaper
: viper3two October 16, 2012, 04:58:10 PM
Ok, I figured it out. Question is why do they CHMOD 660 that file out of the box? I am running XAMPP under Win7 and it sure is hard to figure out how to do an equivalent of CHMOD in Windows. Anyways, if anybody else runs into this, I solved it by:
Open CMD with Administrator,
then
cacls vertex.json /g everyone:f

Even giving everyone full permission under Win7 won't do it, you have to do it this way.
Now, on to modifying my first template. That was a heck of a start......:-)



: Re: unable to change and save changes - simplex siteshaper
: homelife March 06, 2013, 12:10:01 PM
I also ran into this problem, for me it was my host's server issue, they were running a PHP Suhosin Security Extension, restricts amount of data that can be sent to server.

I had them set the following

suhosin.post.max_vars=1000
suhosin.request.max_vars=1000

--solution suggested by guys from JCE content editor.

-homelife


: Re: unable to change and save changes - simplex siteshaper
: mikenicoll March 07, 2013, 06:15:59 PM
Thanks for the added information.

-Mike