View Full Version : Can't edit pages
I'm not sure why this happens exactly, everytime i edit a page and hit save, all the values that I have changed return back to what they were before, it's like that the save doesn't work.
I also get an error on the page message everytime I try to edit a page.
Does anyone know why this happens?
Brian
06-05-2005, 10:49 AM
If you'll look in your vba_cmps_admin.php file for this code:
document.cpform[ "usedefault[" + grouptitle + "][" + varname + "]" ].checked=false
And replace it with this:
document.vbform[ "usedefault[" + grouptitle + "][" + varname + "]" ].checked=false
Then that should take care of the problems.
Thank you Brian, that took care of the problem. Sorry for posting in the wrong section.
Brian
06-05-2005, 05:04 PM
You posted in the troubleshooting forum, right? If so, that's the right forum. We then move confirmed bugs to this forum.
oh ok, yes that's where I posted first.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.