Topic: 4.8.1 bug?

I just upgrade to 4.8.1 and I got this instead of the normal "save" function.  Is this a bug?

http://localhost/miacms/administrator/YAHOO.miacms.base.submitbutton(%27saveedit%27);

Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.
Error 404
localhost
07/22/09 10:48:57
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8

http://opensourcecms.com (CMS Demo)
http://ongetc.com (COAddOns - addons for Mambo and its forks and HowTo)
http://support.ongetc.com/index.php?opt … Itemid=182 (List of free domain and hosting)

Re: 4.8.1 bug?

Hi chanh,
How about on Mia490Beta?
I encountered just a same problem on Mia481 and
worked well on Mia490Beta.

Last edited by higa4 (2009-07-25 22:40:03)

Re: 4.8.1 bug?

I try the 490beta a few weeks ago and having the same problem.
When did you try?
Did you try with MosCom and what version?
Thanks

http://opensourcecms.com (CMS Demo)
http://ongetc.com (COAddOns - addons for Mambo and its forks and HowTo)
http://support.ongetc.com/index.php?opt … Itemid=182 (List of free domain and hosting)

Re: 4.8.1 bug?

I just download the latest release 4.9.0 and still having the same problem.
I have test my latest MosCom with all Mambo and its forks including Mia 4.65 sp1 which work just fine but having a problem with this for 4.80, 4.81 and 4.90 beta and release version.

I really hate to release this add-on with announcement about in compatibility with latest version of Mia.

I really like to know what can be done to get this issue resolve so I can have a confident that it will work for people that choose to use MiaCMS.

I will wait for a few more days before I will release MosCom and a slew of add-ons that tide with this add-ons.

Thanks

http://opensourcecms.com (CMS Demo)
http://ongetc.com (COAddOns - addons for Mambo and its forks and HowTo)
http://support.ongetc.com/index.php?opt … Itemid=182 (List of free domain and hosting)

Re: 4.8.1 bug?

Chanh, please describe the issue in more detail.  We have never seen this error before.  When/where do you see it?  Only within your component?  What browsers?  Etc.

http://brilaps.com
http://opensourcepenguin.net

Re: 4.8.1 bug?

My add-on call this function in toolbar.myaddon.html.php and it works for all Mambo and forks including Mia up until 4.65 sp1 but not 4.8+

mosMenuBar::saveedit();

I replace the above line with this for Mia 4.90 and it seems to work ok.

mosMenuBar::save('saveedit');

Is this the correct way to work around?
Is this mosMenuBar::saveedit(); remove from MiaCMS for a reason?

Thanks

http://opensourcecms.com (CMS Demo)
http://ongetc.com (COAddOns - addons for Mambo and its forks and HowTo)
http://support.ongetc.com/index.php?opt … Itemid=182 (List of free domain and hosting)

Re: 4.8.1 bug?

Your new approach should work fine.  The toolbar code significantly changed with the start of 4.8 when all of the core JavaScript was rewrite.  We maintained backwards compatibility where possible, but it did change slightly in certain cases.

http://brilaps.com
http://opensourcepenguin.net

Re: 4.8.1 bug?

Thanks and I will keep it that way!

It seems that with this approach I still able to keep compatibility across all platform.  I will try to keep compatibility for as long as I can with all of my add-ons including Aliro if at all possible.

The new Mia-Aliro compatibility is not yet attainable at this point but I would like to at some point.

http://opensourcecms.com (CMS Demo)
http://ongetc.com (COAddOns - addons for Mambo and its forks and HowTo)
http://support.ongetc.com/index.php?opt … Itemid=182 (List of free domain and hosting)