Author Topic: Help with the wiki, I can't upload an image  (Read 2944 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Help with the wiki, I can't upload an image
« on: October 10, 2009, 04:16:04 am »
I would like to upload an image to the codeblocks wiki, but failed.
Here is the message.

Quote
Internal 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.