Opened 17 years ago
Closed 17 years ago
#1080 closed Bug (fixed)
mediawiki integration, localsettings.php, line, hanging
Reported by: | Rohit Aggarwal | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | Cc: |
Description
I am trying to integrate FCKeditor into mediawiki 1.9.3 I followed your page and after all the changes, i restart the servers. I could not get to my home page. I removed the line below from the localsettings.php file and restart servers and all was well.
require_once $IP . "/extensions/FCKeditor/FCKeditor.php";
My wikipedia is under /Users/rohit/Sites/mediawiki
/extenstions/FCKeditor
I am running all this on iMac/Intel with the latest Mac OS X
Any ideas what is missing or how to troubleshoot this problem.
thanks Rohit
Change History (2)
comment:1 Changed 17 years ago by
Keywords: | mediawiki localsettings removed |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
no more news on this, so I'm closing it.
Because we don't have enough information to tell you exactly what's the problem, you can try turning on max debugging in php.ini:
error_reporting to E_ALL display_errors to 1 display_startup_errors to 1 log_errors to 1 and restart your server.
You should then see errors on your site or at least have it in error_log file. It should point you to the answer.