Orca stops loading

When i try to post something in orca it stops loading. And shows just a message that it is loading the post topic page. And thats it... Any ideas?

Quote · 7 Jun 2009

No one any ideas about this problem? I read somewhere to add a # but it dont fixed the problem, mbstring is installed. But after adding the # I see the forum activity stream....

Quote · 9 Jun 2009

with version? 
This could be help, but its not always the problem.. set in your php.ini the magic_quotes_runtime to OFF and restart the server. If this is not working for you set it back to ON and restart. 

ten report back here please.

Kids first
Quote · 9 Jun 2009

I had same problem. Today I found the reason, I think. The file ../orca/xml/config.php have two 'editor' folder definition. I changed the second, because that is wrong in my idea. Voila! Forum can work with tinyMCE.

Quote · 17 Jun 2009

oke thanks for your update...

Kids first
Quote · 17 Jun 2009

What did you change exactly?

Quote · 18 Jun 2009

First I made a new directory .../orca/3rdparty and filled it with the 3rdparty directory of Orca Forum 2 (tinyMCE).

 

The 1st section in .../orca/xml/config.php:

 

// $gConf['dir']['editor'] = BX_DIRECTORY_PATH_PLUGINS . 'tiny_mce/'; // path to javascript editor
$gConf['dir']['editor'] = $path . '3rdparty/tiny_mce/'; // path to javascript editor

 

The 2nd:

 

// $gConf['url']['editor'] = $site['plugins'] . 'tiny_mce/'; // url to javascript editor
$gConf['url']['editor'] = $gConf['url']['base'] . '3rdparty/tiny_mce/'; // url to javascript editor

 

 

Quote · 21 Jun 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.