Posts Tagged ‘Shared Hosting’

Mini Hosting Special

We are making the Mini available for $20 a year (regular price is $35) for the first 50 clients who sign up for the Mini using the coupon code “minifor20

For $20 a year you get:

200mb disk space
1 hosted website
3GB bandwidth
1 MySQL database
10 email accounts
Maestro

Use the COUPON CODE: “minifor20” when you sign up.

08

02 2010

PHP 5.2.11 on all shared hosting servers

Today we finalized the upgrade of PHP to 5.2.11 across our shared hosting servers. Customers should not see any changes or issues with their sites, but if you notice anything let us know.

Security Enhancements and Fixes in PHP 5.2.11:

* Fixed certificate validation inside php_openssl_apply_verification_policy.
* Fixed sanity check for the color index in imagecolortransparent().
* Added missing sanity checks around exif processing.
* Fixed bug #44683 (popen crashes when an invalid mode is passed).

Further details about the PHP 5.2.11 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.

30

09 2009

Magento fails to install on shared hosting accounts

Magento is gaining popularity in the ecommerce arena. The installation process is supposed to be painless and quick, still, there is a problem when installing Magento when you already have Zend Framework in your PHP include_path, which is the case in all our hosting accounts:

Magento comes with its own version of Zend Framework, and if you have ZF in your PHP include_path already, the installation will fail with a very strange error like:

[30-Jul-2009 18:05:02] PHP Fatal error:  Function __autoload(b514i6_xp_2pia3m5o191rxqn3) threw an exception of type ‘Exception’ in /var/www/vhosts/example.com/httpdocs/lib/Zend/Validate/Hostname.php on line 420

This error happens right after the database configuration screen, which in our case it showed incomplete and after entering the hostname it throws an error of a missing index db_prefix and a PHP fatal error like the one shown above.

In order to fix this problem, you need to remove the Zend Framework directory that’s outside of Magento from the include_path. In our servers, you can do this by adding the following line to httpdocs/.htaccess:

php_value include_path /var/www/vhosts/example.com/httpdocs

Make sure you replace example.com with your domain.

Once you make this modification, reload the database configuration screen and you will see the complete screen. The installation after this goes smoothly.

30

07 2009