html when pressing orca in admin

I get the following html code when pressing orca in the admin area.

Can someone tell me how this could happen??

document.write = function (s) { }; tinyMCE_GZ.loadFile = function(u) { var x, ex; if ( window.XMLHttpRequest ) { x = new XMLHttpRequest(); } else { try { x = new ActiveXObject("Microsoft.XMLHTTP"); } catch (ex) { x = new ActiveXObject("Msxml2.XMLHTTP"); } } x.open("GET", u.replace(/%2C/g, ','), false); x.send(null); this.scriptData = x.responseText; }; tinyMCE_GZ.init({ plugins : 'table,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,searchreplace,print,contextmenu,xhtmlxtras,media', themes : 'advanced', languages : 'en', disk_cache : true, debug : false }); eval(tinyMCE_GZ.scriptData); function orcaSetupContent (id, body, doc) { } tinyMCE.init({ entity_encoding : "raw", mode : "exact", elements : "tinyEditor", theme : "advanced", gecko_spellcheck : true, content_css : "http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/orca/layout/uni/css/blank.css", remove_linebreaks : true, setupcontent_callback : "orcaSetupContent", plugins : "table,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,searchreplace,print,contextmenu,xhtmlxtras,media", theme_advanced_buttons1_add : "fontsizeselect,separator,forecolor,backcolor", theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom", theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator", theme_advanced_buttons3_add_before : "tablecontrols,separator", theme_advanced_buttons3_add : "emotions,iespell,flash,separator,print", theme_advanced_disable : "charmap", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_path_location : "bottom", plugin_insertdate_dateFormat : "%Y-%m-%d", plugin_insertdate_timeFormat : "%H:%M:%S", extended_valid_elements : "a[name|href|target|title|onclick],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|obj|param|embed],object[type|allowScriptAccess|allowNetworking|height|width|data],param[name|value|],embed[src|width|height|bgcolor|type|pluginspage|flashvars|scale|AllowScriptAccess|wmode]" }); var urlXsl = 'http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/orca/layout/uni/xsl/'; var urlImg = 'http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/orca/layout/base/img/'; var defTitle = 'Orca :: Interactive Forum Script'; var isLoggedIn = 'admin'.length ? true : false; var xsl_mode = 'client'; var f = new Forum ('http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/orca/', -4); document.f = f; var orca_login = new Login ('http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/orca/', f); document.orca_login = orca_login; var orca_admin = new Admin ('http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/orca/', f); document.orca_admin = orca_admin; <div id="FloatDesc" style="position:absolute;display:none;z-index:100;"></div> <div id="login_div" class="login_ajax" onclick="var t = ( event.target || event.srcElement ); if ( t == this ) $('#login_div').hide();"></div> <div style="position:absolute;top:0px;right:0px;width:1px;height:1px;"></div> <div class="main" style="width: 960px"> <!-- top --> <!--<div class="topestMenuWrapper">--> <div class="topestMenu"> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/links.php" class="menu_item_link" >Links</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/news.php" class="menu_item_link" >News</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/contact.php" class="menu_item_link" >Contact Us</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/about_us.php" class="menu_item_link" >About us</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/privacy.php" class="menu_item_link" >Privacy</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/terms_of_use.php" class="menu_item_link" >Terms</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/faq.php" class="menu_item_link" >FAQ</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/story.php" class="menu_item_link" >Add feedback</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/tellfriend.php" class="menu_item_link" onclick="return launchTellFriend();">Invite a friend</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/#" class="menu_item_link" onclick="addBookmark(); return false;">Bookmark</a> </div> <!--</div>--> <div class="topBlock"> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/"><img src="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/media/images/logo.gif" class="mainLogo" alt="logo" /></a> <div class="topMemberBlock"> <div class="thumbnail_block" style="float:right;position:relative;"> <img style="width: 45px; height: 45px; background-image: url(http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/templates/tmpl_uni/images/icons/man_small.gif);" src="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/templates/base/images/icons/spacer.gif" alt="" /> </div> <div class="hello_member">Hello, <b>admin</b>!</div> <div class="hello_actions"> <span><a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/admin/index.php">Admin Panel</a></span> <span><a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/logout.php?action=admin_logout">Log Out</a></span> </div> </div> </div> <div class="topMenuWrapper"> <table class="topMenu" cellpadding="0" cellspacing="1"> <tr> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/index.php" showsub="#subMenu_5">Home</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/browse.php" showsub="#subMenu_6">Members</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/blogs" showsub="#subMenu_44">Blogs</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/photo/all/10/1" showsub="#subMenu_41">Photos</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/video/all/10/1" showsub="#subMenu_28">Videos</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/music/all/10/1" showsub="#subMenu_38">Music</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/grp.php" showsub="#subMenu_22">Groups</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/ads" showsub="#subMenu_31">Classifieds</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/events" showsub="#subMenu_51">Events</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/polls.php" showsub="#subMenu_56">Polls</a> </td> <td> <b showsub="#subMenu_48">Forums</b> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/articles" showsub="#subMenu_59">Articles</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/board.php" showsub="#subMenu_33">Boards</a> </td> <td> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/chat.php" showsub="#subMenu_32">chat</a> </td> </tr> </table> <div class="subMenusContainer"> <div class="subMenu" id="subMenu_9" style="display: none"> <div class="subMenuOvr"> <h2></h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/" >view profile</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/photo/gallery/all/" >Photos Gallery</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/video/gallery/all/" >Video Gallery</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/music/gallery/all/" >Music Gallery</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/blogs/posts/" >Blog</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/guestbook.php?owner=0" >Guestbook</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/viewFriends.php?iUser=0" >Member Friends</a> </div></div> <div class="subMenu" id="subMenu_5" style="display: none"> <div class="subMenuOvr"> <h2>Home</h2> </div></div> <div class="subMenu" id="subMenu_6" style="display: none"> <div class="subMenuOvr"> <h2>Members</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/browse.php" >All Members</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/search.php?online_only=1" >Online</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/search.php" >Search</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/rate.php" >Hot or Not</a> </div></div> <div class="subMenu" id="subMenu_44" style="display: none"> <div class="subMenuOvr"> <h2>Blogs</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/blogs" >All Blogs </a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/blogs/top" >Top Blogs</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/blogs/top_posts" >Top Posts</a> </div></div> <div class="subMenu" id="subMenu_41" style="display: none"> <div class="subMenuOvr"> <h2>Photos</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/photo/all/10/1" >All Photos</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/photo/gallery_top" >Top Photos</a> </div></div> <div class="subMenu" id="subMenu_28" style="display: none"> <div class="subMenuOvr"> <h2>Videos</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/video/all/10/1" >All Videos</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/video/gallery_top" >Top Videos</a> </div></div> <div class="subMenu" id="subMenu_38" style="display: none"> <div class="subMenuOvr"> <h2>Music</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/music/all/10/1" >All Music</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/music/gallery_top" >Top Music</a> </div></div> <div class="subMenu" id="subMenu_22" style="display: none"> <div class="subMenuOvr"> <h2>Groups</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/grp.php" >All Groups</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/grp.php?action=search" >Search</a> </div></div> <div class="subMenu" id="subMenu_31" style="display: none"> <div class="subMenuOvr"> <h2>Classifieds</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/ads" >All Classifieds</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/ads/search" >Search</a> </div></div> <div class="subMenu" id="subMenu_51" style="display: none"> <div class="subMenuOvr"> <h2>Events</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/events" >All Events</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/events.php?action=calendar" >Calendar</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/events/search" >Search</a> </div></div> <div class="subMenu" id="subMenu_56" style="display: none"> <div class="subMenuOvr"> <h2>Polls</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/polls.php" >All Polls</a> </div></div> <div class="subMenu" id="subMenu_48" style="display: block"> <div class="subMenuOvr"> <h2>Forums</h2> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/orca/#action=goto&amp;search=1" >Search</a> </div></div> <div class="subMenu" id="subMenu_59" style="display: none"> <div class="subMenuOvr"> <h2>Articles</h2> </div></div> <div class="subMenu" id="subMenu_33" style="display: none"> <div class="subMenuOvr"> <h2>Boards</h2> </div></div> <div class="subMenu" id="subMenu_32" style="display: none"> <div class="subMenuOvr"> <h2>chat</h2> </div></div> </div> </div> <!-- end of top --> <h2 class="pageHeader">Orca :: Interactive Forum Script</h2> <!-- body --> <div class="bodyBlock">

[L[Forums Index]] ( [L[Manage Forum]] | [L[Reported Posts]] | [L[Compile Langs]]: en )

  • [L[Forums]]
  • [L[Topics]]
  • [L[Latest Post]]
[L[Forums Spy]]
correctPNG('live_fade') var ret = f.livePost();

<div class="clear_both"></div> </div> <!-- end of body --> <div style="border:1px solid #D0D0D0; margin: 10px; background-color: #fff; color:#000000; font-family:Arial; font-size:12px;"> <div style="background-color:#CCCCCC; color:#FFFFFF; font-size:11px; height:15px; padding-left:5px; padding-right:5px;"> <div style="float:left; position:relative;" >Powered by:</div> <div style="float:right; position:relative;"> <a href="http://www.boonex.com/" style="color:#FFFFFF; text-decoration:none;"> BoonEx - Community Software; Dating And Social Networking Scripts; Video Chat And More. </a> </div> <div style="clear: both;"></div> </div> <div style="font-size:11px; margin-bottom:5px; margin-top:5px; position:relative;"> <table style="border: none; width:100%;"> <tr> <td> <div style="margin-left:auto; margin-right:auto; width:185px;"> <a href="http://www.boonex.com/products/dolphin/" style="color:#333399; text-decoration:none;"> <img src="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/media/images/small_dol.png" alt="Dolphin" style="float: left; border: none;" /> <div style="font-size:15px; font-weight:bold; margin-left:55px; padding-top:8px;">Dolphin</div> <div style="margin-left:55px;">Smart Community Builder</div> </a> </div> </td> <td> <div style="margin-left:auto; margin-right:auto; width:185px;"> <a href="http://www.boonex.com/products/orca/" style="color:#333399; text-decoration:none;"> <img src="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/media/images/small_orca.png" alt="Orca" style="float: left; border: none;" /> <div style="font-size:15px; font-weight:bold; margin-left:55px; padding-top:8px;">Orca</div> <div style="margin-left:55px;">Interactive Forum Script</div> </a> </div> </td> <td> <div style="margin-left:auto; margin-right:auto; width:185px;"> <a href="http://www.boonex.com/products/ray/" style="color:#333399; text-decoration:none;"> <img src="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/media/images/small_ray.png" alt="Ray" style="float: left; border: none;" /> <div style="font-size:15px; font-weight:bold; margin-left:55px; padding-top:8px;">Ray</div> <div style="margin-left:55px;">Community Widget Suite</div> </a> </div> </td> </tr> </table> </div> <div style="clear:both"></div> </div> <div class="bottomCopyright"> <div class="bottomLinks"> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/links.php" class="bottommenu" >Links</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/news.php" class="bottommenu" >News</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/contact.php" class="bottommenu" >Contact Us</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/about_us.php" class="bottommenu" >About us</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/privacy.php" class="bottommenu" >Privacy</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/terms_of_use.php" class="bottommenu" >Terms</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/faq.php" class="bottommenu" >FAQ</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/story.php" class="bottommenu" >Add feedback</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/tellfriend.php" class="bottommenu" onclick="return launchTellFriend();">Invite a friend</a> <a href="http://localhost/1-Ontwikkeling/Dolphin-v.6.1.4-Free/#" class="bottommenu" onclick="addBookmark(); return false;">Bookmark</a> </div> <div class="bottomCpr">Copyright &copy; 2008 Your Company.<!-- 6 33 1 32 4 --></div> </div> </div>

Quote · 3 Aug 2008

anyone?

Quote · 5 Aug 2008

anyone?

Quote · 5 Aug 2008

Are you using firefox?

Quote · 3 Sep 2008

I get the same error in FF...

 

in IE I get "tinyMCE is undefined"

 

 

anybody got any answers as to why? (I'm using a free licence at the moment...)

Quote · 7 Sep 2008

is xml /xslt enabled (compiled) into php?

If yes, then somewhere into php directory is a wrong permission.

I had the same problem, but can't say with file in php it is.

Good Luck.

Kids first
Quote · 7 Sep 2008

dunno about xslt but phpinfo.php says that xml (and all variations) are enabled/active.

 

any ideas as to what the error is and how to fix, please?

Quote · 7 Sep 2008

i had the same error after a the installation of dolphin with orca. what i did was deleted the "orca" folder (rename it if deleting doesnt work). Then i did a fresh installation of ONLY orca. just download orca from the boonex website. After manually installing orca, everything worked fine.

hope this help

Quote · 30 Jan 2009

dunno about xslt but phpinfo.php says that xml (and all variations) are enabled/active.

any ideas as to what the error is and how to fix, please?

If you don't see XSLT enabled in your phpinfo then you can't use Orca.

Kids first
Quote · 30 Jan 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.