I’m getting a weird error, given the other similar error I found here, I’m wondering if it’s a LAMP stack issue.
I’m reusing a known-to-be-working safecracker-based contact form from a client site running EE 2.5.2 on a Dreamhost VPS account which is running PHP 5.2.17 and MySQL 5.0.32.
On my dev server, however, I get the following error:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: EE::$rte_lib
Filename: rte/ft.rte.php
Line Number: 38
My dev site is using EE 2.5.3 and the server is running PHP 5.3.10-1ubuntu3.4, and MySQL 5.5.24. If I switch to the regular Rich Text field, the form works fine. Switching it back to the new RTE causes the above error again. So far as I can tell, all the safecracker js and css libraries are loading fine, no JS errors are being reported in Chrome’s inspector.
Any ideas?