|
|
Search
You searched for the word(s):
Showing page 1 of 2 (18 total posts)
< 1 second(s)
-
In your code in each dialog you are using
if ($AllowCreateFolder!=''true'')
{
echo ''alert('''.GetString(''NoPermission'').''');'';
echo ''return;'';
}
The command GetString(''NoPermission'') is returning a string containing a ' which breaks the alert ...
-
I just downloaded the control again and tested. The fault still exists but with a slightly different error.
Expected ')'
InsertFlash.php line:223
Code:0 Char:39
-
Hi,
I also have this problem/need.
I asked Adam on live chat about making the control in ''Use as Image Selector'' hidden. He said to contain the control in a div which is hidden, like:-
<div style=''visibility:hidden;''>
The control
</div>
BUT when you do this the javascript function ''InputURL'' ...
-
I have to agree this does indeed happen but only in Internet Explorer.
Would be nice to see this bug fixed.
-
Hi,
I have decided to not allow the creation of directories in the user upload area.
To stop this I change the security setting from:-
<security name=''AllowCreateFolder''>true</security>
to
<security name=''AllowCreateFolder''>false</security>
If I now use the editor and click on ''Insert Flash'' I ...
-
Looks like each control is producing a different ''CESecurity'' code.
The first control fails here:-
if ($CESecurity!=$_SESSION['CESecurity'])
{
print ''The area you are attempting to access is forbidden'';
exit();
}
Looks like the second control overwrites the first ones ...
-
Hi,
This has not entirely cured everything.
If I have a page with a ''ImageGalleryByBrowsing'' such as :-
<div onclick=''callGetImage()''>CLICK TO GET IMAGE</div>
<form name=''changeImage'' action='''' method=''post''>
<input id=''imageName'' ...
-
Appears that I've fixed it myself.
I've edited the ''Include_Security.php'' file and removed the session_start(); replacing that with my custom files. Can you tell me if I need to change any others ...
-
Hi.
I use sessions on all webpages on my site, they are controlled with a bespoke routine which uses MYSQL to store all session variables so the site works with multiple load balanced servers. Every webpage includes a session library file before anything else.
Everything has been fine but I recently downloaded the editor to update it ...
-
Hi,
You did not respond to my last message stating that the BUG is still there only to the one before asking if you updated the download.
You asked me how you could reproduce it in your online example and I have given you an answer how you can. Can you now please let me know when this will be solved.
Thank you.
1
|
|
|