help me! some errors

  •  03-27-2011, 10:46 AM

    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! 
     
View Complete Thread