File asset example - access denied to the upload folder

Login or register to post comments
4 replies [Last post]
Offline
Joined: 07/07/2008

Here: http://examples.qcu.be/examples/other_controls/file_asset.php

The upload dir does not have the write permission.

Offline
Joined: 04/06/2009

Yep example is broken on upload

alex94040's picture
Offline
Joined: 11/06/2008

Fixed! Thanks for reporting the issue!

Offline
Joined: 03/13/2009

in Rich Text Editing with QFCKEditor, smileys are formatted to

\"\"

which when entered again, is formated to \"\\"\\"\"

This doesn't seem optimal :)

I also have noticed this behaviour when using sqlvariable().

alex94040's picture
Offline
Joined: 11/06/2008

This is most likely an issue with the Magic Quotes php configuration setting on the examples site. I opened a ticket to fix it: http://trac.qcu.be/projects/qcubed/ticket/240.

I cannot reproduce this issue with the example running locally on my box, so this behavior shouldn't affect you in the production environment either (provided that your magic quotes are off as they should be).