Save Button is missing from the properties page
Permalink
Hy Guys,
Not 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
Not 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
I'd guess that this is because of a bad attribute producing invalid HTML markup or some kind of JavaScript error. Does the console show you anything? Can you try to remove attributes step by step and see if the buttons appear at one point? Might help to track the problem down!
[I'd guess that this is because of a bad attribute producing invalid HTML markup or some kind of JavaScript error. Does the console show you anything? Can you try to remove attributes step by step and see if the buttons appear at one point? Might help to track the problem down!]
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:
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
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
I assume that you've copied between windows / linux. Windows isn't case sensitive while linux is.
Check your database, if that table is in lower case, change it to match the name in the error message.
Check your database, if that table is in lower case, change it to match the name in the error message.
Thanks Reno,
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
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
Hey Presto Remo,
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
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
wow ... working on a old site before upgrade and ran into this issue ... can you believe it ...
all the other instructions are saying: akTextAreaDisplayMode
but you really want: akTextareaDisplayMode
such a simple mistake .... DOH!!!
all the other instructions are saying: akTextAreaDisplayMode
but you really want: akTextareaDisplayMode
such a simple mistake .... DOH!!!