Changes between Version 51 and Version 52 of GenDolTShooter


Ignore:
Timestamp:
Jan 31, 2010, 6:15:43 PM (14 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenDolTShooter

    v51 v52  
    312312and upload it to the Dolphin installation directory. Then open this file in a browser. 
    313313 
    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. 
     314When 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. 
    315315To do this quickly, you can run the following commands when you're in the Dolphin installation folder under your SSH account: 
    316316{{{ 
    317317find ./ -type d -exec chmod 755 {} \; 
    318318find ./ -type f -exec chmod 644 {} \; 
     319 
     320}}} 
     321 
     322The 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{{{ 
    319324chmod 755 ray/modules/global/app/ffmpeg.exe; 
    320  
    321 }}} 
     325}}} 
     326or 
     327{{{ 
     328chmod 755 flash/modules/global/app/ffmpeg.exe; 
     329}}} 
     330 
    322331 
    323332 * The following instructions are to be applied only by those running '''Dolphin 6.1.4''' 
 
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