+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Vshare Upload Problem, HTTP500

  1. #1
    umarsa is offline Member
    Join Date
    May 2008
    Posts
    42

    Default Vshare Upload Problem, HTTP500

    When i upload a video it uploads successfully and the upload bar works but after uploaded the browser reports a 500 error code, now the video is ready for conversion and will be converted and successfully placed on the website but the user uploading is still looking at a 500 error, i have tried the following:

    Reupload upload.php again in binary
    Reupload upload_success.php again in binary

    Upload several different files and formats, once again they get converted and shown correctly but a 500 error.

    My website: swiftvids.com

    You can try for yourselfs it uploads, converts but will redirect you to a http 500 error instead of "Uploaded Successfully", any ideas?

    My htaccess file:
    Code:
    Options +FollowSymLinks
    RewriteEngine on
    
    ErrorDocument 404 http://www.swiftvids.com/pages/404.html
    AddType application/x-httpd-php5 .php5 .php
    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/(.*)/members/(.*) group_members.php?urlkey=$1&page=$2
    RewriteRule ^group/(.*)/videos/(.*) group_videos.php?urlkey=$1&page=$2
    RewriteRule ^group/(.*)/add/(.*) add_video.php?urlkey=$1&page=$2
    RewriteRule ^group/(.*)/fav/(.*) add_favour.php?urlkey=$1&page=$2
    RewriteRule ^group/(.*)/topic/(.*) group_posts.php?urlkey=$1&tid=$2
    RewriteRule ^group/(.*)/invite/ invite_members.php?urlkey=$1 [L,QSA]
    RewriteRule ^group/(.*)/ groups_home.php?urlkey=$1 [L,QSA]
    RewriteRule ^groups/(.*)/(.*)/(.*) groups.php?chid=$1&page=$3
    RewriteRule ^groups/(.*)/(.*) groups.php?category=$1&page=$2
    RewriteRule ^include/(.*) http://www.swiftvids.com
    RewriteRule ^pages/(.*).html$ show_page.php?name=$1 [QSA,L]
    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>
    
    <IfModule mod_gzip.c>
    mod_gzip_on No
    </IfModule>
    Any ideas at all i need some help, also the link where is happens is either (with dirrent things after the .php? but same rnd_id and id and upload_id,
    http://www.swiftvids.com/upload.php?rnd_id=ee32hny3
    http://www.swiftvids.com/upload_succ...8118680e08cb82

  2. #2
    umarsa is offline Member
    Join Date
    May 2008
    Posts
    42

    Default Re: Vshare Upload Problem, HTTP500

    Please someone help..

  3. #3
    assault14 is offline Junior Member
    Join Date
    Aug 2008
    Posts
    23

    Default Re: Vshare Upload Problem, HTTP500

    yea i do get an http500 error as well i contacted my host and they said that there is an error in the script

    PHP Fatal error: Cannot instantiate non-existent class: ffmpeg_movie in /home2/vidzspot/public_html/include/classes/class.video_duration.php on line 54

    this is really anoying when ever to upload videos

    thanks

  4. #4
    buyscripts is offline Super Moderator
    Join Date
    May 2007
    Posts
    831

    Default Re: Vshare Upload Problem, HTTP500

    Quote Originally Posted by assault14
    yea i do get an http500 error as well i contacted my host and they said that there is an error in the script

    PHP Fatal error: Cannot instantiate non-existent class: ffmpeg_movie in /home2/vidzspot/public_html/include/classes/class.video_duration.php on line 54

    this is really anoying when ever to upload videos

    thanks

    This is the problem with ffmpeg.ffmpeg not proplery installed.if ist installed you can see your http://vidzspot.com/phpinfo.php

    like


  5. #5
    buyscripts is offline Super Moderator
    Join Date
    May 2007
    Posts
    831

    Default Re: Vshare Upload Problem, HTTP500

    Quote Originally Posted by umarsa
    When i upload a video it uploads successfully and the upload bar works but after uploaded the browser reports a 500 error code, now the video is ready for conversion and will be converted and successfully placed on the website but the user uploading is still looking at a 500 error, i have tried the following:
    Reupload upload.php again in binary
    Reupload upload_success.php again in binary

    Upload several different files and formats, once again they get converted and shown correctly but a 500 error.
    My website: swiftvids.com
    Still your are facing the problem.If yes, PM your login details .

  6. #6
    umarsa is offline Member
    Join Date
    May 2008
    Posts
    42

    Default Re: Vshare Upload Problem, HTTP500

    Well i have fixed that but a few little errors left which i can fix.

  7. #7
    assault14 is offline Junior Member
    Join Date
    Aug 2008
    Posts
    23

    Default Re: Vshare Upload Problem, HTTP500

    i got rid of the 500 error for the most but i cant upload anything... like the page loads and then it says ur video has been susesfully added bit its not added i go to the admin panel and to process queue and it cant convert it cuz it says file not found >.<

    Your video was successfully added!

    Your video is currently being processed and will be available to view in a few minutes.
    thats what i get when the video finihsed uploading but nothing shows up, it be converting in realtime , this is completely messed up

  8. #8
    tubeeireann.ie is offline Junior Member
    Join Date
    Apr 2008
    Posts
    20

    Default Re: Vshare Upload Problem, HTTP500

    Quote Originally Posted by assault14
    i got rid of the 500 error for the most but i cant upload anything... like the page loads and then it says ur video has been susesfully added bit its not added i go to the admin panel and to process queue and it cant convert it cuz it says file not found >.<
    I have had this erroo for a while. if you ftp to the /video folder in the root of your vshare dir you will see the video uploaded but the file name has changed. if you manually change it back to the file name you can see on the process que it will see the file and process it properly.

    Its a bug in the script that effects my site aswell.

    see viewtopic.php?f=6&t=3448 , viewtopic.php?f=6&t=3398 and viewtopic.php?f=6&t=3230

  9. #9
    tubeeireann.ie is offline Junior Member
    Join Date
    Apr 2008
    Posts
    20

    Default Re: Vshare Upload Problem, HTTP500

    Still no responce to any of these

  10. #10
    bigoboy is offline Senior Member
    Join Date
    Dec 2008
    Posts
    157

    Default Re: Vshare Upload Problem, HTTP500

    Quote Originally Posted by tubeeireann.ie
    Still no responce to any of these
    I see you have posted this same line like 5 times. To be honest if you cant fix half these problems without someone holding your hand then maybe you should consider hanging up your webmaster cap or get another video sharing script there is a ass load of them out there.
    Sorry to be blunt, but your posts are annoying and we got your point the first two times.
    To have got a better response you should have create ONE thread asking for help to resolve the threads that are unanswered .

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. Upload problem
    By jackyjacky in forum Installation Support
    Replies: 3
    Last Post: 07-08-2008, 11:41 AM
  2. Upload problem
    By Webbiz in forum Installation Support
    Replies: 4
    Last Post: 07-07-2008, 04:54 AM
  3. Upload problem
    By XdeanX in forum Installation Support
    Replies: 2
    Last Post: 03-07-2008, 05:52 AM
  4. Problem with Upload
    By hoque in forum Installation Support
    Replies: 4
    Last Post: 11-29-2007, 10:04 AM
  5. Upload Problem
    By wannaclip in forum General Discussions
    Replies: 3
    Last Post: 06-23-2007, 02:45 AM

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