ntPHPselector : for Centos 5 Servers

Following script will fix the SSL download issue with the older os versions ( Centos 5 ) and install ntphpselector. cd /usr/local/src http://download.nixtree.com/free/ntphpselector_manage_centos5.sh sh ntphpselector_manage_centos5.sh install

Prevent .htaccess file modification while running easyapache

Most of the time, the recompilation process of Apache/php with Easyapache with WHM/cPanel server will be effected the users’ .htaccess file. Most probably the entries like “AddHandler” will be commented state. We can prevent the .htaccess file modification from the WHM tweak settings. In WHM-> Server Configuration -> Tweak Settings -> System set Depth to … Read more

ntPHPselector : Bug fix #New Line entry error with AddHandler

Bug # New Line entry error with AddHandler

Description: If an htaccess file is not end with a new line the newly added “AddHandler” entry will be append to the end of the last line. The issue is occur with the .htaccess files eithout ending a newline (normally it ends with new line). The bug is fixed in the new version 2.0.4 by adding the AddHandler Entry as new Line. Since there is no major changes, no need to recompile, reinstall the ntphpselector plugin. The old users can fix this bug by running the following commands from root terminal.

Fix:

cd /usr/local/src
wget -N http://nixtree.com/download/free/ntphp/ntphp_patch204.sh
sh ntphp_patch204.sh

Read more

ntPHPSelector – short_open_tag

I have noticed many users are reporting miscellaneous issues ( like PHP blank pages ) after switching to additional PHPs. Even many of them could not get phpinfo() working on their custom PHP versions. It is unusual and once ntPHPSelector is installed properly on your server, it should server without any problem. So the first thing you should ensure … Read more

ntPHPselector :: Released v2.0.0

ntPHPselector plugin allows user to select preferred PHP version per directory on the same domain.

Added features

  • The textbox has been removed and directory listing is enabled. So now the user can click and select and directory from the list.
  • Enabled sqlite support for PHP 5.4 and 5.5
  • Enabled server timezone in each php.ini files
  • PHP 5.2.17 download is now from NixTree’s website as cPanel will remove the tarballs from their repo after a while.

    Read more

ntPHPSelector version 1.1.0 – released with reported bug fix

Last day we have received a complaint saying ntPHPSelector installation was failing on a specific server. Up on checking ( we don’t charge for our plugin support of course ), we could see that it due to an issue in the manage script that prevents it to sort versions on RHEL 5 based systems. We have corrected it and released the fix; it is available to download now. Please note that this doesn’t include any feature changes; no users have to use the new script and re-install it if ntPHPSelector is already running fine on your servers.

Thank you very much for using ntPHPSelector. Please send your feedback to info[at]nixtree.com.

Read more