欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Wikia
来自开放百科 - 灰狐
(版本间的差异)
(→Install) |
|||
第13行: | 第13行: | ||
修改 php.ini | 修改 php.ini | ||
error_reporting = E_ALL & ~E_NOTICE; | error_reporting = E_ALL & ~E_NOTICE; | ||
+ | MediaWiki internal error. Exception caught inside exception handler | ||
+ | |||
+ | LocalSettings.php | ||
+ | error_reporting(E_ALL); | ||
+ | ini_set("display_errors", 1); | ||
+ | $wgShowExceptionDetails = true; | ||
+ | $wgShowSQLErrors = true; | ||
+ | $wgDebugDumpSql = true; | ||
+ | |||
==User== | ==User== | ||
*http://www.wowwiki.com [http://www.wowwiki.com/Special:Version 所用版本] | *http://www.wowwiki.com [http://www.wowwiki.com/Special:Version 所用版本] |
2010年8月23日 (一) 13:00的版本
The software that runs www.wikia.com -- based on MediaWiki.
目录 |
Code
svn co https://wikia-code.com/wikia/trunk/ wikia
Install
svn co https://wikia-code.com/wikia/releases/201008.2/ vikia
安装后运行出现以下错误:
Exception caught inside exception handler Notice: Undefined index: -total in wikia\includes\ProfilerSimpleUDP.php on line 18 Fatal error: Call to undefined function socket_create() in wikia\includes\ProfilerSimpleUDP.php on line 23
修改 php.ini
error_reporting = E_ALL & ~E_NOTICE;
MediaWiki internal error. Exception caught inside exception handler
LocalSettings.php
error_reporting(E_ALL); ini_set("display_errors", 1); $wgShowExceptionDetails = true; $wgShowSQLErrors = true; $wgDebugDumpSql = true;
User
Links
分享您的观点