Changes between Version 51 and Version 52 of GenDolTShooter
- Timestamp:
- Jan 31, 2010, 6:15:43 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDolTShooter
v51 v52 312 312 and upload it to the Dolphin installation directory. Then open this file in a browser. 313 313 314 When you're sure that your PHP is running in CGI mode, you should set the permissions of all folders to 755 and files to 644 ; the file '''ray/modules/global/app/ffmpeg.exe''' should be set to 755 as well.314 When you're sure that your PHP is running in CGI mode, you should set the permissions of all folders to 755 and files to 644. 315 315 To do this quickly, you can run the following commands when you're in the Dolphin installation folder under your SSH account: 316 316 {{{ 317 317 find ./ -type d -exec chmod 755 {} \; 318 318 find ./ -type f -exec chmod 644 {} \; 319 320 }}} 321 322 The file '''ray/modules/global/app/ffmpeg.exe''' (prior to 7.0 version) or '''flash/modules/global/app/ffmpeg.exe''' (since 7.0 version) should be set to 755 as well. 323 {{{ 319 324 chmod 755 ray/modules/global/app/ffmpeg.exe; 320 321 }}} 325 }}} 326 or 327 {{{ 328 chmod 755 flash/modules/global/app/ffmpeg.exe; 329 }}} 330 322 331 323 332 * The following instructions are to be applied only by those running '''Dolphin 6.1.4'''