Changes between Version 38 and Version 39 of GenDolTShooter
- Timestamp:
- May 28, 2009, 6:00:29 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDolTShooter
v38 v39 41 41 * '''[wiki:GenDolTShooter#WhenIopenthevideorecorderitsconnectingforever.IntheadminpanelitopensupokbuthangswhenIclickonavideo When I open the video recorder, it's connecting forever. In the admin panel it opens up ok, but hangs when I click on a video]''' 42 42 43 * '''[wiki:GenDolTShooter#Someorallofmywidgetskeeponloadinganddonotwork . Some or all of my widgets keep on loading and do not work.]'''43 * '''[wiki:GenDolTShooter#Someorallofmywidgetskeeponloadinganddonotwork Some or all of my widgets keep on loading and do not work]''' 44 44 45 45 * '''[wiki:GenDolTShooter#WhenaccessingOrcaIgeterrorWarning:fopen...orcaconfparams.conffunction.fopen:failedtoopenstream When accessing Orca, I get error "Warning: fopen(.../orca/conf/params.conf) function.fopen: failed to open stream"]''' … … 617 617 ---- 618 618 619 == Some or all of my widgets keep on loading and do not work .==619 == Some or all of my widgets keep on loading and do not work == 620 620 621 621 This problem usually happens when there are writable permissions on folders and files when PHP is running in CGI mode. … … 625 625 To fix it, you will need to set all folders permissions to 755 and all files to 644. The file '''ray/modules/global/app/ffmpeg.exe''' should be also set to 755. 626 626 627 Now you need to let Ray determine your new permissions properly. To do so, open the file '''ray/modules/global/inc/function.inc.php''' and insert these lines of code:627 Now, if you have Dolphin 6.1.4 version, you need to let Ray determine your new permissions properly. To do so, open the file '''ray/modules/global/inc/function.inc.php''' and insert these lines of code: 628 628 {{{ 629 629 $sResult = ""; … … 640 640 }}} 641 641 in the function '''checkPermissions($sFileName)'''. 642 643 You don't need to make the above mentioned corrections if you're running Dolphin 6.1.5 or 6.1.6 versions. 642 644 643 645 ----