Help me! some Errors

Last post 03-29-2011, 7:26 AM by hojeongLee. 2 replies.
Sort Posts: Previous Next
  •  03-27-2011, 10:54 AM 66877

    Help me! some Errors

    Hello. Adam!
    i have small business license.
    ------------------------------------------------------------------ 
     
    1. i don't know $_SESSION['CESecurity'] is empty or null
     
    file position : cuteeditor_files/Dialogs/Include_Security.php
     
    if ($CESecurity != $_SESSION['CESecurity'])
    {
    print "The area you are attempting to access is forbidden";
    exit();
     
    2. i don't know glob is undefined function 
    file position : cuteeditor_files/Dialogs/phpuploader/include_phpuploader.php
     
       function PhpUploader_GetFiles($_file,$_line,$pattern)
       {
    $er=error_reporting(0);
    $re=glob($pattern);
    error_reporting($er);
    if(!$re)
    return array();
    return $re;
       } 
     
    ------------------------------------------------------------------------------------------------------------ 
     
    because of function error disappear 'Upload file' button.
    make annotation in the function, appear 'Upload file' button.
    but During 'Upload' occur Javascript ERROR(element 'upbtn' not found), don't complete Progress bar and stop.
    also File(cuteeditor_files/Dialogs/phpuploader/ajaxuploaderresource.php?type=script) occur Javascript ERROR(Object does not support this property or method.)
     
    thanks! 
  •  03-29-2011, 12:47 AM 66903 in reply to 66877

    Re: Help me! some Errors

    Hi hojeongLee,
     
    Is your site online? If so, can you send the test page url to Kenneth@CuteSoft.net? I will check it and get back to you as soon as possible.
     
    Regards,
     
    Ken
  •  03-29-2011, 7:26 AM 66912 in reply to 66903

    Re: Help me! some Errors

    send email. 
View as RSS news feed in XML