CPANEL

PHP: installing magicwand

Posted by on January 7, 2009 at 10:24 am

** REQUIRED ** ImageMagick version :: 6.3.5-9 Last-known-good ImageMagick version :: 6.3.5-9 1.) Check out the latest version from magicwand servers svn co https://www.imagemagick.org/subversion/MagickWandForPHP/branches/MagickWandForPHP-1.0.7 MagickWandForPHP-1.0.7 I would recommend going to http://magickwand.org/ to verify the latest version , at the time of the post the latest was 1.0.7 2.) untar the compressed file using tar xvzf [...]

Cpanel: change Default page

Posted by on December 7, 2008 at 7:55 pm

The default page is located at /usr/local/apache/htdocs/ I would not recommend change the docroot within the httpd.conf file as this may get reset during apache updates.

cpanel: lowest numbered MX record points to local host

Posted by on August 22, 2008 at 12:47 pm

error using a remote mail server while being hosted on a cpanel server. you will need to remove the domain from the localdomains file. You will then need to add the same domain to the remotedomains file. or rejected RCPT <user@domain.com>: lowest numbered MX record points to local host or error 451 solution make sure [...]

Cpanel: Account Creation Status: failed (Unable to add group

Posted by on June 14, 2008 at 7:14 pm

Error: Account Creation Status: failed (Unable to add group Solution: Uninstall ncsd using the following commmand rpm -e ncsd Then remove any locked under /etc rm -f *.lock you may have a ptmp file under /etc also this will need to be removed or renamed. Restart the server and try to create the account again [...]

Fantastico: Premature end of script headers

Posted by on May 26, 2008 at 7:54 pm

Premature end of script headers: /usr/local/cpanel/whostmgr/docroot/cgi/addon_fantastico.cgi: Please check /usr/local/cpanel/logs/error_log for the exact error. Solution: run /scripts/checkperlmodules This is caused due to missing perl modules Also run if the above does not work 2) Upgrade YAML::Syck and File::Copy::Recursive: 1) /scripts/realperlinstaller YAML::Syck 2) /scripts/realperlinstaller File::Copy::Recursive