Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Duplicate files when uploading with filemanager


Go to End


12 Posts   3254 Views

Avatar
klikhier

Community Member, 150 Posts

9 June 2009 at 9:30pm

Many many thanks!!!

Avatar
klikhier

Community Member, 150 Posts

10 June 2009 at 6:38am

Hi Banal,

This other site has the same issue as reported above with the following code:

	/**
	 * Implementation of the onBeforeDelete Method for FileManager
	 */
	public function onBeforeDelete(){
		parent::onBeforeDelete();
		$this->deleteAttachedFiles();
	}

When this code is present and I create a page without adding images, it is not possible to delete the (draft) page. Message: 'Server error occured'. When I comment these lines out, I can finally delete the page...

As this is the second time (second site) where this problem occurs, I thought I might inform you. Please let me know if this issue can be solved, otherwise I'll move over to the dataobjectmanager module. Thanks, thanks, thanks.

Avatar
bummzack

Community Member, 904 Posts

10 June 2009 at 7:10am

Gah.. you're right!
Problem should be fixed in trunk. Sorry for the inconvenience.
Tell me if you encounter problems, you seem to be good at spotting them ;)

Avatar
simoness

Community Member, 1 Post

3 January 2011 at 12:27am

Edited: 03/01/2011 12:27am

FileVista is a web file manager for storing, managing and sharing files online through your web browser. It is a web based software which you install on your web server to fulfill web file management requirements of your company or organization. This web file manager allows your users to upload, download and organize any type of file with an intuitive user interface.

web file manager
http://www.gleamtech.com/products/filevista/web-file-manager

Go to Top