Okay
  Public Ticket #1435514
saving typography changes
Closed

Comments

  • Alex started the conversation

    We just built a site with Salient on a localhost setup. We uploaded it to our server last night and it seemed to work fine for the most part, but when i tried to change something in the HTML typography settings, the new settings won't save and an error message pops up.

    I can change other things like adding posts or pages so I don't know if it is a permissions issue but I am not sure. Something is obviously wrong though...

    Any suggestion as to how I can fix this?


  •  3,034
    Andrew replied

    Hey there,

    Your PHP Settings are likely not correct. 

    You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/

    Recommended PHP configuration limits are as follows:

    max_execution_time 60
    memory_limit 256M
    post_max_size 48M
    upload_max_filesize 48M

    Please share with me your current php setup.

    Regards

  • Alex replied

    Hi Andrew, I modified my php config to what you suggested and the problem is resolved. Thanks!

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    That's awesome! Please be sure to reach in in case you encounter another issue.

    Regards