Changes between Version 7 and Version 8 of GenDol7TShooter
- Timestamp:
- Jul 20, 2010, 6:06:23 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDol7TShooter
v7 v8 1 1 * '''[wiki:GenDol7TShooter#MyDolphinsiteshows500internalservererror My Dolphin site shows 500 internal server error]''' 2 3 * '''[wiki:GenDol7TShooter#PayPaldoesntaccepttransactionsineuro PayPal doesn't accept transactions in euro]'''4 2 5 3 * '''[wiki:GenDol7TShooter#Someorallofmywidgetskeeponloadinganddonotwork. Some or all of my widgets keep on loading and do not work]''' … … 17 15 18 16 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. 19 20 21 ----22 23 == !PayPal doesn't accept transactions in euro ==24 25 This is caused by a small bug in the software which is very easy to fix.26 Log into your database management system, for example phpMyAdmin that you can find in your host's CPanel account.27 Run this query in it:28 {{{29 UPDATE `sys_options` SET `AvailableValues`='USD,EUR' WHERE `Name`='currency_code' OR `Name`='pmt_default_currency_code';30 31 }}}32 Then you will need to clear the cache in your Dolphin Admin Dashboard and that's it.33 17 34 18 ----