Articles

Accessing MySQL from command line In shared hosting if you want to access mysql, either through the mysql command line or PHP (like... CSS from plugins do not load Some plugins, like sfPropelPlugin and sfProtoculousPlugin provide CSS and JS files. Inside your... Can I run my encoded PHP files? Yes! All ServerGrove servers have Zend Optimizer installed, which in turns decodes PHP files... Can I use ezComponents? Yes! In fact, we have ezComponents pre-installed in all ServerGrove servers. Just include the... Cannot connect to mysql when running symfony tasks If you get the following error when running a symfony task through the command line (like... Cannot run symfony tasks: permission denied In this case you need to change the permissions of the symfony script file by running: chmod u+x... Common problems uploading sites to production Here is a list of common problems when uploading sites to a production server: If you are... HTTP 404 Not Found on all pages except the index If you are using symfony or Zend Framework, most probably you are using a .htaccess file... HTTP 500 Internal Server Error or blank page If you get a HTTP 500 Internal Server Error or blank page while trying to load a PHP page, this... How do I access php.ini You can change PHP configuration directives by using Apache's .htaccess files. More... How do I disable/enable safe_mode? To enable/disable safe_mode, go to your account control panel, under Setup for the domain. How do I increase the Max upload size in php.ini To increase the Max upload size for your php applications add this to your .htaccess file:... How do I know where php.ini is located? If you need to make modifications to php.ini in your VPS, there are a couple of ways you can find... How do I set the timezone for my PHP application? In orde to make your PHP (symfony and Zend Framework too) application aware of your time zone,... How do I use Smarty template engine? Smarty is installed in all ServerGrove servers in the PHP include path. In order to use it, just... How do I use Symfony? All our servers have Symfony pre-installed. On shared hosting accounts, we recommend that you... How to add plugins to a symfony project if you have a local server, then the process would be:1) install plugin on local server (follow... How to increase the memory limit of PHP? You can do so by creating a .htaccess file in your document root and add the following:... How to install imagick PHP extension If you require imagick support in your VPS, follow these steps in order to install it: Install... How to set the default version of symfony in VPS When you run symfony command, you are actually executing /usr/local/bin/symfony. This is a... How to use PHP Swift mail library We have added this library to all our servers, so now you can use it without having to upload it... Instructions to use Zend Framework At ServerGrove we know the power of frameworks, so we have pre-installed Zend Framework for your... Is APC available on Shared Hosting? Unfortunately APC is not available in Shared Hosting servers. Due to the nature of Shared... Locale problems If you are having problems related locale like character convertion or encoding, it is... PHP Parse error: syntax error, unexpected T_STRING PHP Parse error:  syntax error, unexpected T_STRING in... PHP error log If you use PHP in your website, many times you may get a blank page or something does not work... PHP sessions never expire PHP Sessions use a cookies to keep the session alive. The default value for the cookie lifetime... Problems sending emails from PHP script If you are trying to send emails from a PHP script and you are not receiving those emails, check... Problems using Zend Framework If you are having trouble including the files for the Zend Framework, make sure PHP safe mode is... Sending emails with Zend_Mail If you are trying to send emails with Zend_Mail, we recommend that you do it in a way so that... Symfony plugins fail to install If Symfony fails to install or upgrade plugins indicating that it could not find the package with... Symfony tasks do not work on command line in shared hosting accounts Due to the number of symfony versions, the symfony library is not installed in your chroot... Using Zend_Tool to create projects in command line It is possible to use Zend_Tool commands to create projects in shared hosting. Since the shell... What version of PHP do you use? Check http://www.servergrove.com/zendframework to see the current PHP version installed on... What version of Zend Framework is installed? We keep Zend Framework up to date with the latest stable versions to make sure you have all the... Zend Framework library not found in path If you are getting an error like the following: Warning: require_once(Zend/Mail.php)...
« Back