All posts in Shared Hosting
The phpinfo() function is disabled in the shared hosting service due to a security vulnerability in PHP 5.3: CVE-2014-4721. phpinfo() outputs information about PHP’s configuration, such as the values of PHP directives, loaded extensions and environment variables. Even though phpinfo() is disabled, you can still find that information using other . . . Read more
The migration of your website content and of the email accounts (and contents) needs to be done before you transfer the domain or update the DNS records to point your domain to our server. These are the basic steps that are required: 1) Lower your TTL (Optional): TTL tells the . . . Read more
We recommend two things: 1) First, check the email headers of one of the messages. The spam filter adds information on why the message was triggered as SPAM. If you don’t know how to read this, feel free to open a support ticket with a copy of the headers. To . . . Read more
As of January 1, 2014, the Internet Corporation for Assigned Names and Numbers (ICANN) mandates that all registrars verify the WHOIS contact information for all new domain registrations and domain contact changes (such as: first name, last name, email address, etc) This applies when: – You register a new domain . . . Read more
We have a pre-set limit of 3600 emails per hour. This limit is in place mainly to protect us from accounts that get hijacked or from sites that get hacked. You must wait an hour to be able to send e-mails again or contact us. If you are not aware . . . Read more
When installing or updating dependencies with Composer it may be possible that you see a PHP fatal error like:
|
$ composer update Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 79 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleWatchGraph.php on line 100 |
This problem has been documented in Composer on issue https://github.com/composer/composer/issues/1898 This is common when the memory limit setting of PHP is not enough for Composer needs, something that can happen . . . Read more
If we notice suspicious activity with your email account, we reset the email account password to stop the abuse. When this happens, you are notified by email. Afterwards, you need to: Login to your control panel account and set a new password for your email account. NOTE: Please do not . . . Read more
You can upgrade your ServerGrove hosting plan at anytime, to another Shared Hosting plan or even from Shared Hosting to a VPS, by following the few simple steps below: Go to our website. Click on Login. Enter your Client Area login details and click on the Login button: You will . . . Read more
In this case you need to change the permissions of the symfony script file by running: chmod u+x app/console Related Articles Cannot connect to MySQL when running Symfony2 commands How do I schedule Symfony2 commands on shared hosting?
The cron task runs in a different environment that the shell access does, and this might provoke an error related to the project paths. This is why you have to set the full path for the Symfony2 console script, just as the cron sees it. php /var/www/vhosts/example.com/symfony_projects/myProject/app/console my:command Related Articles . . . Read more