Author Topic: Wiki page returning an error on some pages  (Read 3175 times)

Offline nixuser

  • Single posting newcomer
  • *
  • Posts: 2
Wiki page returning an error on some pages
« on: October 14, 2022, 04:57:11 am »
Searching for "colour themes" on the wiki produces a link to:

http://wiki.codeblocks.org/index.php/Syntax_highlighting_custom_colour_themes

But trying to access that page  produces an error, such as:

[2331a0ceda5dc54866695d63] 2022-10-14 02:54:04: Fatal exception of type "MWException"

Would an admin be able to assist by looking into this please?  That would be much appreciated.

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: Wiki page returning an error on some pages
« Reply #1 on: October 14, 2022, 06:51:29 am »
I get the following on FireFox 106.0 & Chrome:

 Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/includes/shell/Command.php on line 470

Offline nixuser

  • Single posting newcomer
  • *
  • Posts: 2
Re: Wiki page returning an error on some pages
« Reply #2 on: October 14, 2022, 08:39:30 am »
Yes, I get the timeout also sometimes, seems random which error I get.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Wiki page returning an error on some pages
« Reply #3 on: October 14, 2022, 09:26:11 am »
I get the following on FireFox 106.0 & Chrome:

 Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/includes/shell/Command.php on line 470

I got the same error when access the link:

http://wiki.codeblocks.org/index.php/Syntax_highlighting_custom_colour_themes

While, I don't have the issue when I access the main page:

https://wiki.codeblocks.org/index.php/Main_Page



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.