ltwiki.org Ofline

Thread Starter

Papabravo

Joined Feb 24, 2006
22,082
Does anybody know why the ltwiki.org page has been down for over a week with the following message?

Fatal error: Declaration of & addHTMLclass::singleton() must be compatible with & ExtensionClass::singleton($mwlist = null, $globalObjName = null, $passingStyle = self::mw_style, $depth = 1, $initFirst = false) in /homepages/3/d89006535/htdocs/Ltwiki2/mediawiki-1.31.7/extensions/addHTML.php on line 58
@Bordodynov 's page is at the same IP address
http://bordodynov.ltwiki.org/
and it works just fine.
 

Thread Starter

Papabravo

Joined Feb 24, 2006
22,082
Apparently an individual, Lewis Lineberger, has posted a message to the LTspice user's group to the effect that he will be looking at the error at ltwiki.org. I hope he does not mind me reposting his message.

Thank you everyone for pointing out this error on the ltwiki.org site. I'll run it down when I get a chance. btw, we are close to our 2023 goal of fundraising, I think within $30. If there are any Mediawiki experts out there with some insights on this error ltwiki.org I'm interested. Thank you for your support of ltwiki.org.
 

Thread Starter

Papabravo

Joined Feb 24, 2006
22,082
Thanks Alex, I'm certainly glad that your page was not affected, even though there must be some connection between the domain names.
 

MrSalts

Joined Apr 2, 2020
2,767
That error typically happens when someone requests data via a php script from an SQL table and the result is a type that the script is not expecting (a few lines of error checking code should be added to make sure only clean data of the right type or size is allowed into the database and/or check that it is of the right type or size to be displayed (served) by the php script as a web page.
 
Top