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;
And I get exactly the same problem when I go to Admin>Plugins>Orca
Anyone know whats up? Thanks Luke
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;
And I get exactly the same problem when I go to Admin>Plugins>Orca
Anyone know whats up? Thanks Luke |
does anyone have a cure???? killn my mind! |
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 |
yeah here it is...
<?php /*************************************************************************** require_once( '../inc/header.inc.php' ); $logged['admin'] = member_auth( 1, true, true ); phpinfo(); ?> |
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 |
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 |
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? |