PDA

View Full Version : Can't edit pages


sean
06-05-2005, 02:25 AM
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.

Our Sponsors
 

sean
06-05-2005, 03:03 PM
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.

Our Sponsors
 

sean
06-05-2005, 06:20 PM
oh ok, yes that's where I posted first.