Archive for Березень, 2008
Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)…
Published Березень 24, 2008 веб дизайн 1 CommentThat indicates that Drupal needed more memory than PHP was allowed to give it.
Increased PHP’s memory limit by adding line:
ini_set(‘memory_limit’, ‘48M’);
in the sites/default/settings.php file
Source: http://drupal.org/node/76156
How to handle the error message “Certificate Error – Contact the application supplier” during installation
Published Березень 9, 2008 смартфон Leave a CommentIn case you receive the error message “Certificate Error – Contact the application supplier” during the installation process of any application.
Please go to Menu → Tools → App. Manager → Options → Settings → Software installation – and change it to “All”.