Extension talk:Clipboard
Latest comment: 16 years ago by Jldupont in topic ExtensionClass runs out of support
Hi there, since i upgrade to eAccelerator0951 for php 5.2.3 i get always Fatal error: Class 'ClipboardClass' not found in ....extensions\clipboard\ClipboardClass.php on line 62
Any Idea?
Thanks 20:12, 19 July 2007 (UTC)
- try moving
// Verify if 'ExtensionClass' is present.
if ( !class_exists('ExtensionClass') )
echo 'ExtensionClass missing: Clipboard extension will not work!';
else
ClipboardClass::singleton();
- at the end of the file. Please report. Jean-Lou Dupont 20:27, 19 July 2007 (UTC)
Thanks Jean-Lou, now is works fine. Thanks for fast response.Ozz 05:48, 20 July 2007 (UTC)
ExtensionClass runs out of support
editHi Jean-Lou, i read, that ExtensionClass runs out of support. Ita there an version of the Clipboard Extension, which works with MW 1.11 and without ExtensionClass?
Thank you!--Ozz 18:20, 13 January 2008 (UTC)
- When I have 30minutes available, I'll repackage this extension with StubManager. In the meantime, stay tuned on my RSS feed. Jean-Lou Dupont 20:59, 13 January 2008 (UTC)