Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Copy from clipboard not possible
I get HTML code instead of the Clipboard's content.
Here's the error message:
<h3>Error Message: The "ClippingManager" class referenced by "ClippingManager" does not appear to exist.</h3>
<h4>Affected Elements: ObjectFactory.NewObject();</h4>
Iam using a fresh installation of Vanilla 0.9.2.6 running on the latest version of XAMPP (www.apachefriends.org)
0
This discussion has been closed.
Comments
Try this:
1. Open up tools/getclipping.php
2. After the first two includes, add this:
include("../extensions/Clipboard.php");
3. Save the file and then try to paste something from the clipboard again.
Thanks mark, I already searched the forums and fixed it.
I hope my version is the latest?! Iam using 0.9.2.6 - is 0.9.3 already out? Iam planing a new community with Vanilla and I want to start with the latest version