News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Wiki page returning an error on some pages

Started by nixuser, October 14, 2022, 04:57:11 AM

Previous topic - Next topic

nixuser

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.

AndrewCot

I get the following on FireFox 106.0 & Chrome:

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

nixuser

Yes, I get the timeout also sometimes, seems random which error I get.

ollydbg

Quote from: AndrewCot 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 /srv/forums/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.