This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS-WebPanel Bugs / Re: Auto Responder not working
« on: November 03, 2016, 03:26:21 PM »
Same problem. Autoresponder is not working. Any clue?
3
E-Mail / Re: Auto Responder
« on: September 23, 2015, 02:14:46 PM »
Same error. It seems to be a bug in cwp version. Any idea about this?
4
PHP / Re: SOLVED - Freetype support in gd?
« on: July 20, 2015, 08:58:53 PM »
1. Check / install Freetype lib, go to console with a root user and do
>yum -y install freetype
2. Recompile PHP with freetype lib, to do so , go to
http://yourserver.com:2030/index.php?module=php_switch
Select php version desired ej: PHP 5.5
Add this line to the configure list
with-freetype-dir=/usr/local/lib
Run compiler, wait 15 mins aprox. and check phpinfo
http://yourserver.com:2030/index.php?module=php_info
You must see : Build Date (recent date, to check if compiler has done)
And GD module installed like :
gd
GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.11
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
libPNG Version 1.2.49
WBMP Support enabled
XBM Support enabled
Hope it helps someone.
>yum -y install freetype
2. Recompile PHP with freetype lib, to do so , go to
http://yourserver.com:2030/index.php?module=php_switch
Select php version desired ej: PHP 5.5
Add this line to the configure list
with-freetype-dir=/usr/local/lib
Run compiler, wait 15 mins aprox. and check phpinfo
http://yourserver.com:2030/index.php?module=php_info
You must see : Build Date (recent date, to check if compiler has done)
And GD module installed like :
gd
GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.11
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
libPNG Version 1.2.49
WBMP Support enabled
XBM Support enabled
Hope it helps someone.
Pages: [1]