Changes between Version 5 and Version 6 of GenDol7TShooter


Ignore:
Timestamp:
Apr 5, 2010, 1:48:41 AM (14 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenDol7TShooter

    v5 v6  
    44---- 
    55 
    6         == My Dolphin site shows 500 internal server error == 
     6== My Dolphin site shows 500 internal server error == 
    77 
    88Your PHP is most probably running in CGI mode. 
     
    1919---- 
    2020 
    21         == !PayPal doesn't accept transactions in euro == 
     21== !PayPal doesn't accept transactions in euro == 
    2222 
    2323This is caused by a small bug in the software which is very easy to fix. 
     
    2929   }}} 
    3030Then you will need to clear the cache in your Dolphin Admin Dashboard and that's it. 
     31 
     32---- 
     33 
     34== Some or all of my widgets keep on loading and do not work. == 
     35 
     361) This problem usually happens when there are writable permissions on folders and files when PHP is running in CGI mode. 
     37 
     38To check the mode your PHP is running in, log into your Dolphin's Admin Panel and then open the page '''administration/phpinfo.php'''. 
     39 
     40To fix it, you will need to set all folders permissions to 755 and all files to 644. The file '''flash/modules/global/app/ffmpeg.exe''' should be also set to 755. 
     41 
     422) This problem may also be caused by script's inability to open widgets' default skins. You can try the following tweak which will be harmless for the rest of the script functionality: 
     43 
     44open the file '''flash/modules/MODULE_NAME/skins/index.php and replace the line 
     45{{{ 
     46$sFile = $aResult['current'] . "." . $aResult['extension']; 
     47}}} 
     48with 
     49{{{ 
     50$sFile = "default.swf"; 
     51}}} 
     52 
     53You can also try to comment out these lines if you still experience the problem: 
     54{{{ 
     55/* - comment start 
     56require_once("../../../../inc/header.inc.php"); 
     57require_once($sIncPath . "functions.inc.php"); 
     58require_once($sIncPath . "apiFunctions.inc.php"); 
     59require_once($sIncPath . "xml.inc.php"); 
     60 
     61$aPathParts = explode("/", $_SERVER['PHP_SELF']); 
     62$iPartsCount = count($aPathParts); 
     63$aResult = getExtraFiles($aPathParts[$iPartsCount-3], $aPathParts[$iPartsCount-2]); 
     64comment end - */ 
     65 
     66}}} 
     67 
     68'''''MODULE_NAME''''' stands for '''board''', '''chat''', '''desktop''', '''im''', '''mp3''', '''photo''', '''video''' or '''video_comments'''. 
 
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