Changes didn't save, a forum discussion on Jojo CMS. Join us for more discussions on Changes didn't save on our Administration (backend and configuration) forum.
You must be logged in to post a reply
| |
ryan
9 Apr 2010
Posts: 2
Hi. I've a problem when I made changes or create new page. After I press save button, the setting didn't save. Just hang there.
Please advice whats go wrong.. Anything to do with folder/file permission or database access? or ?
Please advice whats go wrong.. Anything to do with folder/file permission or database access? or ?
First thing to try is running setup (domain.com/setup/) then pressing CTRL-F5 to properly refresh any attached scripts. See if that helps. Otherwise, you can view the source of the hidden frame to see what the error message is. Use the Firefox web developer toolbar to view the source of an iframe. Post the message here if it's not helpful.
if you have the web developer tools addon for Firefox, you can check the frame source for the hidden frame in admin edit pages that does the actual work of saving changes - most times, if there's a problem, the error will show up there, or in Reports > eventlog.
Usually it's an issue with a table or field not being configured properly, or a problem with Dwoo not liking some bit of Smarty template code (which is easily checked by changing Options > Template Engine to Smarty)
Usually it's an issue with a table or field not being configured properly, or a problem with Dwoo not liking some bit of Smarty template code (which is easily checked by changing Options > Template Engine to Smarty)
ryan
9 Apr 2010
Posts: 2
Hi. i got this from error console:-
Warning: Unknown pseudo-class or pseudo-element 'visible'.
Source File: http://20.195.102.240/admin/edit/page/1/ Line: 0
Frame source
$('#btn_save').click(function(){$('.jTagEditor-editor:visible').change();});
Pls advice. mil thanks
Warning: Unknown pseudo-class or pseudo-element 'visible'.
Source File: http://20.195.102.240/admin/edit/page/1/ Line: 0
Frame source
$('#btn_save').click(function(){$('.jTagEditor-editor:visible').change();});
Pls advice. mil thanks
| Back to Forum Index : Back to Administration (backend and configuration) |
|
