Changes between Version 46 and Version 47 of GenDolTShooter


Ignore:
Timestamp:
Aug 20, 2009, 8:16:06 AM (15 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenDolTShooter

    v46 v47  
    650650== Some or all of my widgets keep on loading and do not work == 
    651651 
    652 This problem usually happens when there are writable permissions on folders and files when PHP is running in CGI mode. 
     6521) This problem usually happens when there are writable permissions on folders and files when PHP is running in CGI mode. 
    653653 
    654654To check the mode your PHP is running in, log into your Dolphin's Admin Panel and then open the page '''admin/phpinfo.php'''. 
     
    671671}}} 
    672672in the function '''checkPermissions($sFileName)'''. 
     673 
     6742) This problem can 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: 
     675 
     676open the file '''ray/modules/MODULE_NAME/skins/index.php and replace the line 
     677{{{ 
     678$sFile = $aResult['current'] . "." . $aResult['extension']; 
     679}}} 
     680with 
     681{{{ 
     682$sFile = "default.swf"; 
     683}}} 
     684 
     685'''''MODULE_NAME''''' stands for '''board''', '''chart''', '''im''', '''movie''', '''mp3''', '''music''', '''presence''', '''shoutbox''' or '''video'''. 
     686 
    673687 
    674688---- 
 
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