News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Is the wiki server down?

Started by stahta01, August 26, 2021, 08:16:04 AM

Previous topic - Next topic

stahta01

Is the wiki server down or not working right?
I keep getting "502 Bad Gateway".

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

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ollydbg

Hi, Tim, I can access to this web page without any issue.

EDIT: when I try to go to the "main page" (https://wiki.codeblocks.org/index.php/Main_Page), I got the "502 Bad Gateway" error.
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.

stahta01

Quote from: ollydbg on August 27, 2021, 01:09:43 AM
Hi, Tim, I can access to this web page without any issue.

EDIT: when I try to go to the "main page" (https://wiki.codeblocks.org/index.php/Main_Page), I got the "502 Bad Gateway" error.

I was randomly getting 502 errors till I cleaned my browser internet cache; now I get the 502 errors over 90 percent of the time.
So, cleaning the cache was not a good idea for this problem.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

BlueHazzard

Yep, getting also random 502 here (from cloudflare?)

Pecan

Same here. 502's all the time using chrome.


Miguel Gimenez

All links fail intermittently, mostly with error 502 but some with error 520

kipade

if anyone had the archived wiki pages?

ollydbg

I'm sending email to mandrav(our administrator) for help, currently no response from him, so just wait.
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.

gd_on

Have a look to this cool post from Miguel Gimenez.
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

AndrewCot

The wiki is working for me at the moment.... time will tell if it is fixed or I was just lucky timing for me that it worked when I tried.

The last page change was yesterday by Mandrav, so hopefully he fixed it.

Miguel Gimenez

It still can't be edited, when you try to log in you are redirected to the forum log in.

AndrewCot

Miguel, Do you get 502 errors?

Miguel Gimenez

QuoteDo you get 502 errors?

No, I can navigate as expected, but can't log in to edit the wiki. The login link redirects you to the forum login page, and after logging the wiki still says you are not logged in. Previously the wiki had its own login page.

ollydbg

#14
Our admin is tweaking the wiki site now, and I have reported the login issue to him.

Hope he can fix this issue soon.
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.