.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   The Agora (http://forums.bots-united.com/forumdisplay.php?f=38)
-   -   Wiki php show errors (http://forums.bots-united.com/showthread.php?t=5188)

[NvT]_KaszpiR_ 24-04-2006 14:53

Wiki php show errors
 
http://wiki.bots-united.com/index.php/Main_Page
why don't you set display errors off in php.ini
?

or maybe i just come across the test phase while it was enabled

KWo 24-04-2006 15:26

Re: Wiki php show errors
 
Wiki works perfectly with Firefox, but seems it has troubles with Internet Explorer:

Quote:

Originally Posted by IE
Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122

Warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 104

Warning: Invalid argument supplied for foreach() in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 119

Warning: implode(): Bad arguments. in /home/bots-united.com/wiki/public_html/includes/GlobalFunctions.php on line 122


[EDIT]
After refreshing 10 times the page (after 10-th hit refresh button it started to look the same incorrectly with Firefox :(
[/EDIT]

[NvT]_KaszpiR_ 24-04-2006 16:33

Re: Wiki php show errors
 
KWo its not browser related, its setting in php.ini
looks someone edited the server settings

Nova 25-04-2006 08:28

Re: Wiki php show errors
 
wasnt settings, was incompatibility betweeen our ancient wiki software and php5. fixed now by recompiling php with utf8 and xml support, and installing new version of mediawiki.

Seb

KWo 25-04-2006 08:52

Re: Wiki php show errors
 
Good job, Sebastian. Thanks. :)

Nova 26-04-2006 01:19

Re: Wiki php show errors
 
Note: Math in the wiki is fixed as well now, LaTex and ImageMagick was borked. The wiki logo is gone tho, has anyone still got a cache copy ?

Seb

[NvT]_KaszpiR_ 26-04-2006 09:40

Re: Wiki php show errors
 
you mean that red robot?
i see it and i can obtan it from server, but i can link it to my server. (i hope this is what you ment)

http://info.wsisiz.edu.pl/%7Esochon/.../bots/wiki.png

[NvT]_KaszpiR_ 30-04-2006 20:19

Re: Wiki php show errors
 
so, what about logo,
when i connect at work i see logo ( w3cache)
but connecting form home it shows no logo


All times are GMT +2. The time now is 13:01.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.