Dolphin/Orca 500 error

Hi everyone :D

 

I have just installed Dolphin on my local server (using XAMPP) eveythign works fine apart from when i click on forum i get;

 

500 error

And I get exactly the same problem when I go to Admin>Plugins>Orca

 

Anyone know whats up? Thanks Luke

Quote · 16 Sep 2008

does anyone have a cure???? killn my mind!

Quote · 17 Sep 2008

i have a clue, its your htaccess i would be willing to bet. or your php isnt compiled with a component that is needed to render xslt and xml. can we take a look at your phpinfo().

regards,

DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 17 Sep 2008

yeah here it is...

 

 

<?php

/***************************************************************************
*                            Dolphin Smart Community Builder
*                              -----------------
*     begin                : Mon Mar 23 2006
*     copyright            : (C) 2006 BoonEx Group
*     website              : http://www.boonex.com/
* This file is part of Dolphin - Smart Community Builder
*
* Dolphin is free software. This work is licensed under a Creative Commons Attribution 3.0 License.
* http://creativecommons.org/licenses/by/3.0/
*
* Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Creative Commons Attribution 3.0 License for more details.
* You should have received a copy of the Creative Commons Attribution 3.0 License along with Dolphin,
* see license.txt file; if not, write to marketing@boonex.com
***************************************************************************/

require_once( '../inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'admin.inc.php' );

$logged['admin'] = member_auth( 1, true, true );

phpinfo();

?>

Quote · 18 Sep 2008

If you use WAMP/XAMP - you should setup some server variables in it.

Read our requirements on dolphin/ray/orca, and apply some settings for your XAMP,

I used (at home) - Wamp. So all changes was just in context menu of this program :)

I apply - short_open_tag, xsl support, GD library, safe mode off, mbstring .. all what need for dolphin. And now - all worked perfectly.

PS - try to remove (rename) .htaccess from dolphin root

Quote · 18 Sep 2008

PS - try to remove (rename) .htaccess from dolphin root

Hey Andrey, what do you mean by that??

You have to have a .htaccess in your root

....did I miss something??....

every other hint you gave also helped me

Quote · 24 Sep 2008

Of course have. This set some server settings (if WAMP not setup properly it can give you error, so sometimes removing .htaccess are help) .

This file also have permalinks .

So you will need to disable permalinks in this case.

Try to check - if you remove (rename) this file - is it help?

Quote · 25 Sep 2008
 
 
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.