Author Topic: Is the wiki server down?  (Read 19578 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Is the wiki server down?
« on: August 26, 2021, 08:16:04 am »
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.
« Last Edit: August 26, 2021, 08:35:50 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Is the wiki server down?
« Reply #1 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.
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 stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Is the wiki server down?
« Reply #2 on: August 27, 2021, 01:18:18 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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Is the wiki server down?
« Reply #3 on: August 27, 2021, 11:10:02 pm »
Yep, getting also random 502 here (from cloudflare?)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Is the wiki server down?
« Reply #4 on: August 28, 2021, 06:55:05 am »
Same here. 502's all the time using chrome.

sevilla.larry

  • Guest
Re: Is the wiki server down?
« Reply #5 on: October 07, 2021, 08:48:40 am »

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Is the wiki server down?
« Reply #6 on: October 07, 2021, 01:10:40 pm »
All links fail intermittently, mostly with error 502 but some with error 520

Offline kipade

  • Multiple posting newcomer
  • *
  • Posts: 50
Re: Is the wiki server down?
« Reply #7 on: October 11, 2021, 04:24:10 am »
if anyone had the archived wiki pages?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Is the wiki server down?
« Reply #8 on: October 11, 2021, 06:45:57 am »
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.

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: Is the wiki server down?
« Reply #9 on: October 12, 2021, 11:45:59 am »
Have a look to this cool post from Miguel Gimenez.
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: Is the wiki server down?
« Reply #10 on: October 27, 2021, 03:01:09 am »
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.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Is the wiki server down?
« Reply #11 on: October 27, 2021, 09:03:40 am »
It still can't be edited, when you try to log in you are redirected to the forum log in.

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: Is the wiki server down?
« Reply #12 on: October 27, 2021, 10:32:24 am »
Miguel, Do you get 502 errors?

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Is the wiki server down?
« Reply #13 on: October 27, 2021, 11:15:30 am »
Quote
Do 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Is the wiki server down?
« Reply #14 on: October 27, 2021, 01:45:16 pm »
Our admin is tweaking the wiki site now, and I have reported the login issue to him.

Hope he can fix this issue soon.
« Last Edit: October 27, 2021, 05:51:01 pm 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.