I upgraded one of my sites I am getting ready to try (not live so safer) but in the admin the drop down that changes the menu always stays at iframe when I try to switch it to object.
Printable View
I upgraded one of my sites I am getting ready to try (not live so safer) but in the admin the drop down that changes the menu always stays at iframe when I try to switch it to object.
I've just got in, and not even looked at the new code yet, but that sounds like you might not have updated database yet?
Have you run the install file?
I just installed, and you are absolutely right, you can't change this setting.
To fix the problem, run following SQL in phpMyAdmin
Also apply bugfix available atQuote:
INSERT INTO `sconfig` ( `soption` , `svalue` ) VALUES ( 'embed_type', '1');
http://forums.buyscripts.in/viewtopic.php?t=1372