Opened 17 years ago
Closed 16 years ago
#1590 closed Bug (invalid)
PHP fatal error "Cannot redeclare class fckeditor"
Reported by: | Ian Conolly | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.5 Beta |
Keywords: | Cc: |
Description
Trying to integrate FCKEditor with MediaWiki. Installed the extension and modified the required files. After restarting Apache (for good measure) and trying to view the wiki, I get a blank screen. I check the error logs and find the following:
[Thu Nov 29 09:38:06 2007] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads. [Thu Nov 29 09:38:07 2007] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations [Thu Nov 29 09:38:23 2007] [error] [client 10.1.1.140] PHP Fatal error: Cannot redeclare class fckeditor in /var/www/html/mw/extensions/FCKeditor/fckeditor/fckeditor_php5.php on line 29
The server is CentOS Linux 5.0, php 5.2.4 and apache 2.2.3
Change History (4)
comment:1 Changed 17 years ago by
Milestone: | FCKeditor 2.5 |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Priority: | High → Normal |
---|
comment:4 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Hi!
Everything seems to work fine in the current release (2.6 beta and SVN version) so I'm marking this ticket is invalid.
Best regards.
This could be easilly fixed by changing any require / include calls to require_once / include_once.