News:

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

Main Menu

our wiki has problems to show the image

Started by ollydbg, August 06, 2012, 04:04:52 AM

Previous topic - Next topic

ollydbg

I found that our wiki has a problem, when I click the first image on the page:
http://wiki.codeblocks.org/index.php?title=WxSmith_tutorial:_Hello_world
It will a new window, and the image does not show correctly, and report a line:
Quote
Error creating thumbnail: /srv/wiki.codeblocks.org/bin/ulimit4.sh: line 4: /usr/bin/convert: No such file or directory
So, some administrators can check this?
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.

MortenMacFly

Quote from: ollydbg on August 06, 2012, 04:04:52 AM
So, some administrators can check this?
I'm afraid only Yiannis himself can do this.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

This is an isolated error with the specific image, all other images I checked were just fine.
That's odd... will try to see what's wrong with it...
Be patient!
This bug will be fixed soon...

Alpha

Not quite isolated: http://forums.next.codeblocks.org/index.php/topic,15146.msg101557.html#msg101557.  My guess would be that all working thumbnails were created before this problem began, so new images do not work.

Alpha

Mandrav, I noticed the wiki logo is now working :) (which I would assume is by your effort).  May I suggest that a slightly larger version (for example, the attached) be used instead of the current logo.png?

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Alpha

Quote from: MortenMacFly on August 10, 2012, 10:02:58 PM
Quote from: Alpha on August 10, 2012, 09:10:20 PM
May I suggest that a slightly larger version [...]
Its a WiKi...?! ::) ;D
To my knowledge, I do not have the access required to change it: How do I change the logo?

MortenMacFly

Quote from: Alpha on August 10, 2012, 10:25:59 PM
To my knowledge, I do not have the access required to change it: How do I change the logo?
Oh, well - that might be true. But it affects me, too... So we are committed to the Don... aren't we...?! ;D
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ollydbg

Quote from: mandrav on August 10, 2012, 02:58:57 PM
This is an isolated error with the specific image, all other images I checked were just fine.
That's odd... will try to see what's wrong with it...
I can confirm the problem I reported was fixed. 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.