Author Topic: our wiki has problems to show the image  (Read 6603 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
our wiki has problems to show the image
« on: August 06, 2012, 04:04:52 am »
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?
« Last Edit: August 06, 2012, 06:38:36 am by ollydbg »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: our wiki has problems to show the image
« Reply #1 on: August 06, 2012, 07:06:48 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: our wiki has problems to show the image
« Reply #2 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...
Be patient!
This bug will be fixed soon...

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: our wiki has problems to show the image
« Reply #3 on: August 10, 2012, 03:07:20 pm »
Not quite isolated: http://forums.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.

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: our wiki has problems to show the image
« Reply #4 on: August 10, 2012, 09:10:20 pm »
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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: our wiki has problems to show the image
« Reply #5 on: August 10, 2012, 10:02:58 pm »
May I suggest that a slightly larger version [...]
Its a WiKi...?! ::) ;D
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: our wiki has problems to show the image
« Reply #6 on: August 10, 2012, 10:25:59 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: our wiki has problems to show the image
« Reply #7 on: August 11, 2012, 09:32:17 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: our wiki has problems to show the image
« Reply #8 on: August 19, 2012, 05:32:41 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.