Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Help me! some Errors
Help me! some Errors
Last post 03-29-2011, 7:26 AM by
hojeongLee
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
03-27-2011, 10:54 AM
66877
hojeongLee
Joined on 02-14-2011
Posts 3
Help me! some Errors
Reply
Quote
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
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: Help me! some Errors
Reply
Quote
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
hojeongLee
Joined on 02-14-2011
Posts 3
Re: Help me! some Errors
Reply
Quote
send email.