Page 4 of 4 FirstFirst ... 34
Results 31 to 37 of 37

Thread: Fix for Ray "Uploading File Error"

  1. #31
    AmatuerOasis
    Guest

    Default

    Are there reliable fixes for this uploading issue?

    Seems like a Dolphin issue rather than a host issue. My host servage.net created a generic uploader and were able to upload vidz of varying sizes, but all attempts to upload larger vidz via Ray came up with UNDEFINED.

    Whats the lates on this annoying issue? Has any one actually fixed it?

  2. #32

    Join Date
    Sep 2007
    Posts
    229

    Default

    i say check if you have php.ini in root to overide things if its php5 your file would be named php5.ini just fixed one like yours one servage i do believe
    Running version 6.0.0002 ...researching and testing 6.0.003 in the background

  3. #33

    Join Date
    Mar 2008
    Posts
    17

    Exclamation well done

    From what i read here al over the forum about this CODYT he must be a right miserable maggot!
    All i can say is that MRPOWLESS has been and is still a great help to me personnaly and many others and that he is a VERY TRUSTWORTHY HONORABLE GUY!

  4. #34
    grahamc1965
    Guest

    Default Ray upload error

    I am having problems uploading music and videos also .
    my provider has max upload size set to 200m
    The files upload , but give error after they are approved .
    When i log on to ftp , the files are there , but permission is set to 600
    Does anyone know what php file(s) control this ?
    A boonex tech and i have tried for 2 days to get it to work .
    Once i chmod the uploaded files manually to 655 , they show up and work fine ?

    Any ideas ?

  5. #35
    bincyclt's Avatar
    Join Date
    Jul 2009
    Posts
    2

    Default Uploading video error in dolphin6

    Quote Originally Posted by beasst View Post
    i want to know.....
    Me too phasing tht problem..
    after showing approved.
    then displays uploading file error..
    please infrm me where is .htaccess file.?
    is this in xampp or in public html?
    i cannt find tht in public html..plz help
    bincy

  6. #36
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    I looked for 5 minutes - will give you some idea perhaps... if my 5 minutes is better than 2 days of a Boonex tech - then good... ha ha

    I am just going off of what you said - permissions are 600 instead of 655 or 755 or whatever you want...

    /ray/modules/movie/inc/functions.inc.php

    function renameFiles($sUserId, $sFileId)

    changed to say... in Dolphin 6.1.6 (if this is the version you have a problem with, I don't know.)

    (see next post for updated code)

    Or - maybe not.. you can try it.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  7. #37
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Updated code

    Code:
    	return 	rename($sTempFile . IMAGE_EXTENSION, $sFileId . IMAGE_EXTENSION) && 
    			rename($sTempFile . THUMB_FILE_NAME . IMAGE_EXTENSION, $sFileId . THUMB_FILE_NAME . IMAGE_EXTENSION) && 
    			rename($sTempFile . PLAY_EXTENSION, $sFileId . PLAY_EXTENSION) && 
    			rename($sTempFile . SAVE_EXTENSION, $sFileId . SAVE_EXTENSION) &&
    		chmod($sTempFile . IMAGE_EXTENSION, 0755) && 
    			chmod($sTempFile . THUMB_FILE_NAME . IMAGE_EXTENSION, 0755) && 
    			chmod($sTempFile . PLAY_EXTENSION, 0755) && 
    			chmod($sTempFile . SAVE_EXTENSION, 0755);
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Page 4 of 4 FirstFirst ... 34

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Flash apps admin page giving me "loading error"
    By rounder in forum Boonex Dolphin 7
    Replies: 2
    Last Post: 04-18-2010, 09:39 AM
  2. Uploading MP3 "Pending"
    By anzacks in forum Ray Community Widget Suite
    Replies: 4
    Last Post: 07-11-2009, 12:59 AM
  3. Replace "Quick Search" with "Browse Profiles" ????
    By Spexmex in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 02-02-2008, 01:18 PM
  4. SVN / language file and "_" problem
    By makenoize in forum General Troubleshooting
    Replies: 1
    Last Post: 03-15-2007, 12:22 AM
  5. Replies: 2
    Last Post: 10-01-2006, 05:51 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
  •