Yes Curl is included. This isn't much I don't have configured with Apache.Did you include CURL?
"Additionally, the CURL module for PHP is required for spell checking with TinyMCE (HTML WYSIWYG Editor)."
http://trac.roundcube.net/wiki/Howto_Requirements
<?php phpinfo(); ?>
I never noticed it before, google plugin checks it as I type... I think I see the problem though. If you create two phpinfo test filesplace one inCode:<?php phpinfo(); ?>
/usr/local/cpanel/base/3rdparty/roundcube/info.php Assuming that is your roundcube install directory.
and one in
/home/user/www/info.php
Once you have been authenticated through roundcube manually put in the info.php path. https://domain.com:2096/3rdparty/roundcube/info.php
And open the other in another tab. Now compare the ./configure line between each. Different php version and different configs '--with-openssl' is not under the cpanel port. When roundcube is being accessed in the 3rdparty path (port 2096) there is no openssl. How to fix it??? I don't know. I would think any changes made under cpanel config will be over written on update. Maybe the cpanel proxy works. http://forums.cpanel.net/showthread.php?t=67598 Someone else will need to answer this.
Not without fullfilling the requirements for spellchecker. You can disable spellchecker easy enough in the roundcube config file in the meantime.So we can assume that spell check will not work for anyone who installs roundcube into /usr/local/cpanel/base
Thank you.Not without fullfilling the requirements for spellchecker. You can disable spellchecker easy enough in the roundcube config file in the meantime.
CurlSSL is enabled by default in the internal PHP of the latest versions of cPanel/WHM.Has there been any progress with this?
Is it possible to enable curl and openssl in the 3rdparty php so that we can get spellcheck working?
Lots of customers asking for it.
Thanks,
Paul
'./configure' '--enable-static' '--with-mcrypt=/usr/local/cpanel/3rdparty' '--with-ldap=/usr/local/cpanel/3rdparty'
'--with-iconv' '--enable-mbstring' '--with-mbstring=all' '--enable-mbstr-enc-trans' '--with-gd' '--with-dom' '--enable-mbregex'
'--with-zlib' '--with-jpeg' '--with-jpeg-dir=/usr/lib64'
'--with-png' '--with-png-dir=/usr/lib64' '--with-imap=../../bsd/imap' '--enable-ftp' '--with-gettext' '--with-xml' '--enable-track-vars' '--enable-sockets' '--with-mysql=/usr/lib64' '--with-pgsql'
'--enable-cgi' '--with-config-file-path=/usr/local/cpanel/3rdparty/etc' '--prefix=/usr/local/cpanel/3rdparty'
I'm looking at an unmodified /var/cpanel/easy/apache/profile/makecpphp.profile.yaml which is used by /scripts/makecpphp on cPanel 11.24.7-E37011. However, using an EA3 profile to configure cPanel's internal PHP has been in place for a while and should be on all builds.We are running the latest RELEASE version, which is 11.24.2. And SSL is not enabled:
Which version are you referring to, and when will it become RELEASE?Code:'./configure' '--enable-static' '--with-mcrypt=/usr/local/cpanel/3rdparty' '--with-ldap=/usr/local/cpanel/3rdparty' '--with-iconv' '--enable-mbstring' '--with-mbstring=all' '--enable-mbstr-enc-trans' '--with-gd' '--with-dom' '--enable-mbregex' '--with-zlib' '--with-jpeg' '--with-jpeg-dir=/usr/lib64' '--with-png' '--with-png-dir=/usr/lib64' '--with-imap=../../bsd/imap' '--enable-ftp' '--with-gettext' '--with-xml' '--enable-track-vars' '--enable-sockets' '--with-mysql=/usr/lib64' '--with-pgsql' '--enable-cgi' '--with-config-file-path=/usr/local/cpanel/3rdparty/etc' '--prefix=/usr/local/cpanel/3rdparty'
Thanks,
Paul
As mentioned earlier in the thread you need to use /scripts/makecpphp to customize the PHP binary used by cPanel. Also you can craft a profile via EasyApache to be used with the makecpphp script.I've just realised that my Roundcube spell checker isn't working either.
Even though I've compiled Apache/PHP with all of the necessary requirements, I've just realised that Roundcube runs on an entirely different PHP installation (presumably cPanel's own internal one)
So how do I modify this installation to include the necessary components to allow the spell checker to run?
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
A | SOLVED HMTL signature in Roundcube | 3 | ||
J | Roundcube disconnects the client | 3 | ||
M | How does a client get access with his email to Roundcube ? | 13 | ||
B | Roundcube Dark Theme Editor Bug | 3 | ||
![]() |
Roundcube enable_spellcheck turns off on update | 2 |