| Home | My Account | Directories |
How to disable comments notification for WordPress
Published on 2011-11-21 02:43:00
Do you receive alot of emails sent by your WordPress Blog becouse people comment your posts? You can turn this off like this: 1. Login to your blog admin page 2. Click on Settings -> Discussion 3. Search in that list for “E-mail me whenever:” Now by default you receive email when “Anyone posts a [...]
Unable to find the wrapper “https”
Published on 2011-10-29 00:07:44
Today I had to put a simple script on one of my hosting server where a “Facebook Login” button was available for login. However when I had to run it I encountered the following error: Warning: file_get_contents() [function.file-get-contents]: Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? [...]
$_FILES limitation when uploading files in PHP
Published on 2011-10-14 04:10:01
Along with the “upload_max_filesize” when uploading files with PHP there is another parameter named “max_file_uploads” witch prevent uploading more files that the value of this parameter. Default size of this parameter is 20 and is should be enough for more apps then I can count but today I had to repair a bug in a [...]