News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

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.