Page 1 of 1

Problems accessing the wiki

Posted: Thu Jul 04, 2024 10:30 am
by DaedalusYoung
Hello,
I'm running into this problem on most of the wiki pages:
Screen Shot 2024-07-04 at 11.23.29.png
Screen Shot 2024-07-04 at 11.23.29.png (398.4 KiB) Viewed 3725 times

Re: Problems accessing the wiki

Posted: Thu Jul 04, 2024 11:04 am
by pgbowers
I am getting the same error here, looks like most of the wiki is offline...

Re: Problems accessing the wiki

Posted: Thu Jul 04, 2024 11:36 am
by knorke
It is already reported on the github bugtracker.
So I guess just wait until someone clicks the right buttons or whatever magic needs to be done.

Re: Problems accessing the wiki

Posted: Thu Jul 04, 2024 11:53 am
by dusoft
Probably PHP version update...

Re: Problems accessing the wiki

Posted: Thu Jul 04, 2024 12:41 pm
by DaedalusYoung
knorke wrote: Thu Jul 04, 2024 11:36 am It is already reported on the github bugtracker.
So I guess just wait until someone clicks the right buttons or whatever magic needs to be done.
I didn't see it, but I'm not really used to visiting it. All I see is bugs and feature requests for the software itself, nothing about the website.
I figured it was already known, but I thought I'd post it here anyway, because it could be the first (and easiest to access) place people will visit to check.

Re: Problems accessing the wiki

Posted: Thu Jul 04, 2024 2:48 pm
by pgimeno
Looks like a PHP ugrade without a corresponding SemanticWiki upgrade.

https://www.php.net/manual/en/function.implode.php says that the array must be the last argument as of PHP 8.0. A quick fix would be to edit the calls to implode() to ensure that the argument order is correct.

Re: Problems accessing the wiki

Posted: Thu Jul 04, 2024 10:25 pm
by knorke
DaedalusYoung wrote: Thu Jul 04, 2024 12:41 pm
knorke wrote: Thu Jul 04, 2024 11:36 am It is already reported on the github bugtracker.
So I guess just wait until someone clicks the right buttons or whatever magic needs to be done.
I didn't see it, but I'm not really used to visiting it. All I see is bugs and feature requests for the software itself, nothing about the website.
The website has its own bug tracker.
The issue is here: https://github.com/love2d/website/issues/24 and since one hour ago it is fixed. :)
(I would have included the link in my first reply but I was on my tiny phone and it was too cumbersome)

Re: Problems accessing the wiki

Posted: Thu Jul 04, 2024 10:39 pm
by DaedalusYoung
Ah I see, I wasn't aware of that, thanks :)