Categories

Friday 30 November 2012

cPanel-libgcc_s.so.1 must be installed for pthread_cancel to work

Hello,

 If you ever got this error then it might be due to low memory setting on Cpanel(WHM).So increase the memory of cpanel process by 
go to Tweak Settings (in WHM) then search for “Max cPanel process memory”, you can then increase this to say 512MB from the default 256M

Please go through the link http://webwiki.co/cpanel-libgcc-s-so/ to get more information regarding this.


Wednesday 21 November 2012

magento cart empy issue in /checkout/onepage/

Hello,

 Please get into magento admin page and then

 disable compilation(system>tools>compilation) after doing a compilation..so disabled and back to working cart
refresh/flush cache

This will fix the issue.

Apache Booster plugin reinstall

Hello,

 Please run the command /usr/local/cpanel/scripts/updateapachebooster to reinstall the apache booster.

Regards

Tuesday 20 November 2012

ion cube loader installation in cpanel

Hello,

 Please follow the below steps.

Steps to install ionCube loader in a cPanel server:

1. Script to confirm whether ioncube loader is installed or not:

===
/scripts/phpextensionmgr list
===

If ioncube loader is installed, you will get an output as given below.

===
# /scripts/phpextensionmgr list | grep IonCubeLoader
IonCubeLoader
===

If ioncube loader is not installed, you will get an output as given below.

===
bash# /scripts/phpextensionmgr list | grep IonCubeLoader
bash#
===

2. You can also use the following script to find the status of ioncube loader:

===
# /scripts/phpextensionmgr status ioncubeloader
===

===
# /scripts/phpextensionmgr status ioncubeloader
Updating md5sum list
Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz.yaml  (connected:0).......(request attempt 1/12)...Resolving httpupdate.cpanel.net...(resolve attempt 1/65)...
Fetching http://httpupdate.cpanel.net/mirror_addr_list  (connected:0).......(request attempt 1/3)......connecting to69.50.192.73...@69.50.192.73......connected......receiving...100%......request success......Done
...found 41 host(s) from mirror_addr_list......searching for mirrors (mirror search attempt 1/3)......loaded mirror speeds from cache......mirror searchsuccess...@69.50.192.73......connected......receiving...100%......request success......Done
Determining status of IonCubeLoader
IonCubeLoader extension is installed
===

3. Script to uninstall ioncube loader:

===
# /scripts/phpextensionmgr uninstall ioncubeloader
===

4. Script to install ioncube loader:

===
# /scripts/phpextensionmgr install ioncubeloader
===

centova cast error on accessing

Hello,

 This error may occur due to licensing issues.Please do the following to resolve the issue.

 Open  /usr/local/centovacast/etc/license.conf and replace the old key with your new one
- Delete the file license.key in the folder   /usr/local/centovacast/etc/license/
- Restart     /etc/init.d/centovacast restart

Just delete /usr/local/centovacast/etc/license/license.key and then run '/etc/init.d/centovacast restart' 
 
 
Reference link http://forums.centova.com/index.php?topic=1981.0 

Sunday 18 November 2012

the requested url /phpmyadmin was not found on this server webmin in debian

Hello,

 If you found the error as the requested url /phpmyadmin was not found on this server,then please try to do the following steps.


First re-congigure the installed phpmyadmin,
sudo dpkg-reconfigure -plow phpmyadmin
Select the required web server from the option l(apache or litespeed)


Then
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
sudo /etc/init.d/apache2 reload

If still the problem exists then please check the file

/etc/httpd/conf.d/phpmyadmin.conf
insert the following in the conf

Alias /phpmyadmin /var/www/html/phpMyAdmin
<Directory "/var/www/html/phpMyAdmin">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
SSLRequireSSL
</Directory>

add an alias for phpmyadmin

Regards


Ad