Version 4 (modified by IgorL, 14 years ago) (diff)

--


My Dolphin site shows 500 internal server error

Your PHP is most probably running in CGI mode. The following instructions only apply to PHP running as CGI In this mode, some .htaccess instructions may be causing this problem.

1) Try to remove the Options -MultiViews? from the file .htaccess. Also remove any php_value and php_admin_value instructions from it.

2) Another problem causing this may be incorrect permissions on some files or folders. All folders should have 755 permissions, and all files should have 644 permissions (except for flash/modules/global/app/ffmpeg.exe which should have 755 permissions).

3) All Dolphin files and folders should have your FTP user as their owner. If it is not so, this can be another reason of the problem.


PayPal doesn't accept transactions in euro

This is caused by a small bug in the software which is very easy to fix. Log into your database management system, for example phpMyAdmin that you can find in your host's CPanel account. Run this query in it:

UPDATE `sys_options` SET `AvailableValues`='USD,EUR' WHERE `Name`='currency_code' OR `Name`='pmt_default_currency_code';

Then you will need to clear the cache in your Dolphin Admin Dashboard and that's it.

 
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.
Fork me on GitHub