I have a copy of wysiwygpro-2.2.5 for my site. It works well for the last a few months and suddenly it came across a error that the main document page can not be loaded for both firefox and IE. The page hangs at “Please wait…” tag.
As mine is not the latest version, I have to googled a lot and tested a few solutions. After mixing all the possibilities, doing the following things helped:
- In $MAMBO/mambots/editor/wysiwyspro/config.php, change require_once(…./mambo.php) to require_once(…../joomla.php”);
- In the same file, change session(“mosadmin”) to session(md5($mosConfig_site_live).
- In backend administrative page, turn off “menu links” AND “content links” for “wysiwygpro” mambot. (Maybe this is the most important step).