Couple errors in upload_handler.php and include_phpuploader.php

  •  10-21-2009, 3:31 PM

    Couple errors in upload_handler.php and include_phpuploader.php

    I clicked the "Insert Image" icon. When I used the upload form at the bottom right of that box, it said it uploaded the file, but then displayed this error in the box:
     
    Deprecated: Function split() is deprecated in D:\Web Sites\getmaxpro.com\httpdocs\bin\components\cute_editor\Dialogs\upload_handler.php on line 77
     
    I went into the upload_handler.php file and changed split() to explode(), and that seemed to fix the error.
     
    But I got another error:
     
    Warning: rename(C:/xampplite/tmp/uploadertemp/persisted.a1b3aa86-eb12-4941-b1d0-675b4515c2c6.twitter_logo.jpg.resx,D:/Web Sites/domain.com/httpdocs/bin/upload/1/editor/images//twitter_logo.jpg) [function.rename]: No such file or directory in D:\Web Sites\getmaxpro.com\httpdocs\bin\components\cute_editor\Dialogs\phpuploader\include_phpuploader.php on line 932
     
     I don't know what's going on here. Am I missing something here? I see that it's putting two forward slashes before the filename. How is that happening?
View Complete Thread