Log in or register to post comments
Last post
Deleting images - files not deleted
I am deleting image/s in CKFinder - using the /ckfinder/_samples/asp/standalone.asp page for now. The image is deleted and no longer appears in the window. However if I go to another folder or reload the page the image is back again.

I have had a look on the server and the files are still there even though they have been deleted and no longer appear in the window. I guess that's why they are coming back when I reload the page.

I hope someone can help resolve this, please.

Cheers,

Michael
Re: Deleting images - files not deleted
I'm having this same issue with the Asp.net version. Anytime I attempt to delete any file, I receive an error.

Below is the error message

It was not possible to properly load the XML response from the web server.

Raw response from the server: 

Server Error in '/' Application.
Exception of type 'CKFinder.Connector.ConnectorException' was thrown.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: CKFinder.Connector.ConnectorException: Exception of type 'CKFinder.Connector.ConnectorException' was thrown.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[ConnectorException: Exception of type 'CKFinder.Connector.ConnectorException' was thrown.]
   CKFinder.Connector.Connector.OnLoad(EventArgs e) in Connector.cs:222
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Re: Deleting images - files not deleted
@ekazda: as stipo didn't mention any error and he's using a different server connector, your problem might not be related at all with that one, so it might be better if you open a new thread to be sure that your message isn't forgotten here.

@stipo:
So you're using the asp connector, but you don't provide other details.
Is this a new install or an upgrade?
Are you using the new 2.3?
Have you tried the asp tester script (viewtopic.php?f=10&t=13604)?
Those files did exist previously (so they might have different permissions) or have been uploaded with CKFinder?
What's the version of the server ?
Any other hint?
Re: Deleting images - files not deleted
Thanks for the prompt reply alfonsoml.

I've got it working now. I'm not exactly sure what the issue was but I started again - removed the ckfinder folder and unzipped the download again.

BTW, it's the new version 2.3 which is fantastic.

Cheers,

Michael
Re: Deleting images - files not deleted
OK, great!

And sorry for not being able to include zip handling in the Asp connector in time, but it will be available in the next update.