Results 1 to 4 of 4

Thread: Cant upload videos...

  1. #1
    Join Date
    Jul 2007
    Posts
    1

    Default Cant upload videos...

    tried modding htaccess did not work gave me a 500 internal server error

    I tried this
    php_value upload_max_filesize 100M
    php_value post_max_size 100M
    php_value output_buffering on
    php_value max_execution_time 6000
    php_value max_input_time 6000
    php_value session.gc_maxlifetime 24400


    here is what my.htaccess looks like

    Options +FollowSymLinks
    RewriteEngine on

    RewriteRule ^admin$ - [L]
    RewriteRule ^admin/(.*) - [L]
    RewriteRule ^install$ - [L]
    RewriteRule ^install/(.*) - [L]
    RewriteRule ^$ index.php
    RewriteRule ^view/(.*)/(.*)/ view_video.php?id=$1 [L,QSA]
    RewriteRule ^tag/(.*)/(.*) tag.php?search_id=$1&page=$2 [L,QSA]

    RewriteRule ^channel/(.*)/(.*)/recent/(.*) video.php?category=recent&chid=$1&page=$3
    RewriteRule ^channel/(.*)/(.*)/viewed/(.*) video.php?category=viewed&chid=$1&page=$3
    RewriteRule ^channel/(.*)/(.*)/ channel_detail.php?id=$1

    RewriteRule ^detailed/recent/(.*) video.php?category=recent&page=$1&viewtype=detaile d
    RewriteRule ^detailed/viewed/(.*) video.php?category=viewed&page=$1&viewtype=detaile d
    RewriteRule ^detailed/discussed/(.*) video.php?category=discussed&page=$1&viewtype=deta iled
    RewriteRule ^detailed/favorites/(.*) video.php?category=favorites&page=$1&viewtype=deta iled
    RewriteRule ^detailed/rated/(.*) video.php?category=rated&page=$1&viewtype=detailed
    RewriteRule ^detailed/featured/(.*) video.php?category=featured&page=$1&viewtype=detai led
    RewriteRule ^detailed/random/(.*) video.php?category=random&page=$1&viewtype=detaile d
    RewriteRule ^recent/(.*) video.php?category=recent&page=$1
    RewriteRule ^viewed/(.*) video.php?category=viewed&page=$1
    RewriteRule ^discussed/(.*) video.php?category=discussed&page=$1
    RewriteRule ^favorites/(.*) video.php?category=favorites&page=$1
    RewriteRule ^rated/(.*) video.php?category=rated&page=$1
    RewriteRule ^featured/(.*) video.php?category=featured&page=$1
    RewriteRule ^random/(.*) video.php?category=random&page=$1
    RewriteRule ^rss/new/ rss.php?type=new [L]
    RewriteRule ^rss/comments/ rss.php?type=comments [L]
    RewriteRule ^rss/views/ rss.php?type=views [L]
    RewriteRule ^group/(.*)/ groups_home.php?urlkey=$1
    RewriteRule ^include/(.*) http://www.vshare.in
    RewriteRule ^([^/\.]+)/favorites/(.*) user_favorites.php?username=$1&page=$2
    RewriteRule ^([^/\.]+)/playlist/(.*) playlist.php?username=$1&page=$2
    RewriteRule ^([^/\.]+)/friends/(.*) user_friends.php?username=$1&page=$2
    RewriteRule ^([^/\.]+)/public/(.*)$ user_videos.php?username=$1&type=public&page=$2
    RewriteRule ^([^/\.]+)/private/(.*)$ user_videos.php?username=$1&type=private&page=$2 [L,QSA]
    RewriteRule ^([^/\.]+)/groups/(.*)$ user_groups.php?username=$1&page=$2 [L,QSA]
    RewriteRule ^([^/\.]+)?/?$ user.php?username=$1 [L,QSA]


    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>


    http://www.workownz.com/vshare

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    "php_value" may not supported in your web server. To change value of php.ini, contact your web host.

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Your server do not have ffmpeg-php installed.

    Make sure your web host support all requirements listed at

    http://www.vshare.in/requirements.html

  4. #4

    Default

    Quote Originally Posted by admin
    Your server do not have ffmpeg-php installed.

    Make sure your web host support all requirements listed at

    http://www.vshare.in/requirements.html
    LMAO,

    if you need a host i recommend imageleet.com. There support is well.. surpasses most hosts.

Similar Threads

  1. cant upload videos
    By esqlade in forum Installation Support
    Replies: 1
    Last Post: 12-20-2007, 04:15 AM
  2. upload 30 min videos
    By samer in forum General Discussions
    Replies: 1
    Last Post: 12-12-2007, 06:00 PM
  3. Cant upload any videos
    By karlmay in forum Fixed Bugs
    Replies: 2
    Last Post: 07-11-2007, 02:44 PM
  4. Can't upload videos
    By 777connect in forum Installation Support
    Replies: 20
    Last Post: 07-08-2007, 02:51 AM
  5. cannot upload videos , cannot view my videos
    By kumaran in forum Installation Support
    Replies: 40
    Last Post: 06-25-2007, 06:21 PM

Bookmarks

Posting Permissions

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