Save Button is missing from the properties page
PermalinkNot sure if Chit Chat is the right forum but here goes...Anyone know why the Save Button would be missing from the Properties Page of my website.
I wanted to change the name of the blog page, which I did but there is no 'Save' or Cancel' button at the bottom??
Many thanks for your help.
Fanflame

Hi Remo,
Thank you so much for replying:
The site is new and had a few issues so one of the developers copied the concrete folder to old_concrete and FTP'ed a new concrete folder. I am a new user to C5 this being my first use of it.
I have looked at the page attributes and find that it states there is an MySQL error as follows:
mysqlt error: [1146: Table 'c27ictm_rol.atTextareaSettings' doesn't exist] in EXECUTE("select akTextareaDisplayMode from atTextareaSettings where akID = '2'")
As it states that this doesn't exist, I have no idea what these settings should be or where to get a copy of them...
Have you any idea please?
Fanflame
Check your database, if that table is in lower case, change it to match the name in the error message.
I did and I did check it all but a couple did slip through which I had previously found and changed. So I will check this in a moment and let you know.
Appreciate your help.
Fanflame
You are a STAR - Give yourself a pat on the back!
The Camel Case was there but the table '.atTextareaSetting' was actually Camel cased as '.atTextAreaSettings.'
I renamed it refreshed and tested and there was my 'Save' and 'Cancel' Buttons back in place!
Many - Many thanks have a good day!
Fanflame
all the other instructions are saying: akTextAreaDisplayMode
but you really want: akTextareaDisplayMode
such a simple mistake .... DOH!!!