Results 1 to 1 of 1

Thread: [PHPMotion] paths and settings

  1. #1
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    5,960

    Default [PHPMotion] paths and settings

    The path to PHP needs to be set to /usr/local/bin/php in
    /classes/config.inc.php

    PHP Code:
    $path_to_php       "/usr/local/bin/php"
    Other paths for the encoding tools need to be set properly as well.
    You can set these in your siteadmin:

    Code:
    /usr/local/bin/ffmpeg
    /usr/local/bin/mencoder
    /usr/bin/flvtool2
    If these paths are incorrect your script will fail to function as desired.

    You should also ensure that your php.ini has been created and has the following values:
    Code:
    upload_max_filesize = 100M
    post_max_size = 100M
    output_buffering = On
    max_execution_time = 1000
    max_input_time = 1000
    session.gc_maxlifetime = 14400
    enable_dl = on
    And optionally in .htaccess:
    Code:
    SecFilterEngine Off
    SecFilterScanPOST Off
    More information about php.ini and .htaccess can be found here:
    http://forums.glowhost.com/showthread.php?t=1167
    http://forums.glowhost.com/showthread.php?t=2589
    http://forums.glowhost.com/showthread.php?t=2590

    Your script will also need to be set with the proper permissions as they may differ from what the PHPmotion installation documents may tell you to do.

    http://forums.glowhost.com/showthread.php?t=2519

    If you are still having problems, you can also request free installation of this script from GlowHost via our helpdesk.

    The current phpmotion installation instructions do not offer any information for how to get phpmotion to work on PHP CGI, suPHP or PHP Suexec servers.

    ===========================
    phpmotion php motion ffmpeg path
    Last edited by Matt; 03-04-2011 at 04:25 PM.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

LinkBacks (?)


Similar Threads

  1. [PHPMotion] Change the player logo for PHPmotion
    By Matt in forum Knowledge Base
    Replies: 1
    Last Post: 03-12-2011, 07:49 AM
  2. WHM New Account DNS Settings
    By figment in forum WHM, Resellers, VPS and Dedicated Hosting Topics
    Replies: 8
    Last Post: 07-10-2009, 06:54 PM
  3. phpmotion
    By Unregistered in forum General Support
    Replies: 1
    Last Post: 04-10-2008, 11:54 AM
  4. Phpmotion
    By Lino in forum Pre-Sales Questions
    Replies: 9
    Last Post: 01-09-2008, 03:32 PM
  5. .htaccess, config settings, or what?!
    By rlhanson in forum WHM, Resellers, VPS and Dedicated Hosting Topics
    Replies: 10
    Last Post: 11-08-2007, 10:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14