News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Help with the wiki, I can't upload an image

Started by ollydbg, October 10, 2009, 04:16:04 AM

Previous topic - Next topic

ollydbg

I would like to upload an image to the codeblocks wiki, but failed.
Here is the message.

QuoteInternal error
From CodeBlocks
Jump to: navigation, search

The upload directory (public) is not writable by the webserver.

Can some one help me? Thanks!!!

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.