Topic on Project:Support desk

Problem after modify server

3
90.4.21.56 (talkcontribs)

Hi !

I have move my wiki on an other server... and after this transfert and the modification of the mysql configuration, there errors diplays :

Strict Standards: Declaration of addHTMLclass::singleton() should be compatible with & ExtensionClass::singleton($mwlist = NULL, $globalObjName = NULL, $passingStyle = self::mw_style, $depth = 1, $initFirst = false) in /home/tudex/public_html/wiki/extensions/addHTML.php on line 125

Warning: Cannot modify header information - headers already sent by (output started at /home/tudex/public_html/wiki/extensions/addHTML.php:125) in /home/tudex/public_html/wiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/tudex/public_html/wiki/extensions/addHTML.php:125) in /home/tudex/public_html/wiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/tudex/public_html/wiki/extensions/addHTML.php:125) in /home/tudex/public_html/wiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/tudex/public_html/wiki/extensions/addHTML.php:125) in /home/tudex/public_html/wiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/tudex/public_html/wiki/extensions/addHTML.php:125) in /home/tudex/public_html/wiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/tudex/public_html/wiki/extensions/addHTML.php:125) in /home/tudex/public_html/wiki/includes/WebResponse.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/tudex/public_html/wiki/extensions/addHTML.php:125) in /home/tudex/public_html/wiki/includes/WebResponse.php on line 38



Link of my wiki : http://wiki.tudexhost.com/

Thank's for your help !

88.130.96.32 (talkcontribs)

Hi!

Of all these notices the only real error is this one:

Strict Standards: Declaration of addHTMLclass::singleton() should be compatible with & ExtensionClass::singleton($mwlist = NULL, $globalObjName = NULL, $passingStyle = self::mw_style, $depth = 1, $initFirst = false) in /home/tudex/public_html/wiki/extensions/addHTML.php on line 125

Solving this will most likely solve all following as well.

addHTMLclass::singleton() has different arguments, or a different access level (public/private/protected) than ExtensionClass::singleton().

You could fix this by fixing these things in addHTML.php (in this will solve the issue), but you should better check, if you really want to use this extension and if there is not a better possibility. See Extension:AddHTML for more information!

Ciencia Al Poder (talkcontribs)

Or just disable error reporting for strict standards errors, which are only intended for developers and not on production. See

Reply to "Problem after modify server"