|
Archive for January, 2010
January 30, 2010
Filed Under (phpBB) by James on 30-01-2010
Another day, another issue to resolve… this time it was the turn of phpBB to shed some of the remaining hair from my head. I have however now got to the bottom of this, so this is another post aimed at helping others hindered by this irritating issue. It seems that the phpBB update changed the owner of the user uploaded avatars to my own id. This meant that phpBB was unable to access these in their current state (often using user 99 (nobody) to access things). I therefore changed the permissions of all files in /images/avatars/upload to CHMOD 644 (so all can read the files). This has solved the issue, allowing anybody (and “nobody”) to access the files. I’ve also had no issue changing an avatar since, this appears to be totally resolved by this process. Hope that saves someone some stress! For info, more on CHMOD settings for phpBB can be found here: http://www.phpbb.com/kb/article/chmod-permissions/
January 29, 2010
Filed Under (Technology) by James on 29-01-2010
I don’t know if it’s my anti-virus getting a grip onvirus ridden e-mails, but I am getting a lot of “unknown error” messages in Windows Live Mail when I try to delete or move to junk, spam mails with attachments. I was somewhat frustrated by this, as it leaves my inbox littered with junk… I have however found a solution by accident which works, so thought I’d pass it on! Solution: Simply right click on the mail in question and select properties…. yes, you’ll get another error message (“The properties of this message could not be displayed”)… BUT, if you now try to delete, or move the mail to junk, it WILL work! Assumption of the situation: I assume the issue is that the mails in question have viruses (I assume this), and that my virus scanner is grabbing them and deleting or quaratining the .eml file behind the mail (I certainly do get a virus found message when replicating such mails). Windows Live Mail is probably therefore screaming because it has the mail in its index, but can’t find the .eml in the file system to remove as part of the delete or move. The selection of properties (again, I assume) must create a placeholder .eml or other reference that allows the original move or delete function to happily perform against that mail. Hope that proves handy to someone!
January 22, 2010
Filed Under (cPanel) by James on 22-01-2010
A prospective client contacted me yesterday asking whether it was possible to host more than one domain against a BeachyUK hosting package. The answer is yes… and having had a similar question before, I thought it was worth adding a post on this to explain how you can do this using cPanel Addon domains. cPanel, for anyone who doesn’t know, is a leading Web Control Panel facility, provided by BeachyUK, and many other Web Hosts to their customers. It gives customers a familiar Control Panel to access common functions for their site (statistics, software installation (e.g. forum or blog software), e-mail address setup etc..). One of the features cPanel comes with is the ability to add Parked or Addon domains to your account (one account per hosting package). This is therefore a completely free way to add additional domains to your account. Sound to good to be true? Well do remember, your account has restrictions in terms of disk space, bandwidth etc.. your Parked and Addon domains will share these limits. You will also find a limit to the number of Parked or Addon domains you can add to your account, dependant on your hosting package. Parked Domains This feature effectively allows you to run a single website from multiple domains. This is usually used either:
It is worth noting that Parked domains do NOT have their own identity in the sense that a Parked Domain:
Addon Domains This feature allows you to run multiple domains from a single account, with separated content. The content is held in a subfolder of the main account, but is seamless to the visitor of the Addon domain, to whom it will appear as a standalone site. To all intents and purposes the Addon domain is a separate domain except:
In comparison to Parked domains then, Addon domains DO have their own identity in the sense that an Addon domain:
For information on the number of Parked and Addon domains available with BeachyUK hosting packages, visit http://www.BeachyUK.com/hosting
January 16, 2010
Filed Under (Web Publishing) by James on 16-01-2010
Obviously I like to keep WordPress up-to-date to ensure it has the latest security patches, and that any new features, or improvements are available to myself, and you lovely readers! Well of late I’ve had issues upgrading WordPress. I’ve tried the automatic upgrade on several occasions, and in an attempt to keep my cool, I’ve simply walked away from it when it continues to give me a “Installation Failed” message. It’s clear that this is permission based, as WordPress kind points to the file its just taken ages downloading (the updated version of WordPress) and says it can’t copy the file (locally, it’s already successfully downloaded it to our server). So what’s the issue? Well I’ve tried a lot of the tricks suggested on the Internet, and I’ve also tried getting very cross with it… it turns out the below fixed it for me, so hopefully it might work for others: - Simply goto the root directory of your blog by FTP or SSH, and make sure the permissions on your wp-config.php file are set to 0644. Switch the permissions back as soon as you’ve done the upgrade (you must change the permissions back to their original setting as 0644 gives the public access to your config file, which contains your databbase username and password for WordPress). To minimise any security risk while doing the above, it is worth adding the below to your .htaccess file in the blog root directory. This will prevent people accessing your wp-config.php file while you are doing the upgrade.
January 16, 2010
Filed Under (World News) by James on 16-01-2010
Disasters are part of our world. I’m lucky enough to live in a country which tends not to suffer issues of the severity of some other parts of the world. I am therefore “used” enough to seeing a news story like the Haiti earthquake break, and the appeals come in to support charities in their efforts to help the victims, and recover the dead. In parallel with this, there is always a rush around by governments to put money and resources into action to support the situation. It’s as a result of this precedence, that I feel completely angered by constant reports from the media who seem to land in Haiti, and see no signs of support being given to this country. Dead people lying in roads for days on end seems to be a standard over there now, this is not hours after the event, but days. “We’re” obviously there, and we’re obviously doing “everything we can” with the available resources, but this country is not inaccessible to the world, I refuse to believe that it is that difficult to get people and resources into the country. How come we don’t send military resources in from the america’s, and other parts of the world? Military personnel are used to tough conditions, and could split the country into sections to each “control” from a recovery perspective, recovering and burying the dead, getting power back online for hospitals etc… I’m absolutely shocked at our lack of ability to handle this situation better. I’ve actually not donated specifically to this cause as yet, which may come as a surprise reading the above. I do give a regular donation to several charities which will no doubt be involved, but I would usually in such a situation give a specific donation to the DEC or a specific charity fund for the situation. The reason is simple, the media portray of this disaster gives me no confidence that it is money that is needed, the people of Haiti need people. People to mend their electricity supplies so hospitals can support them, they also need more doctors, nurses and people to mend the general infrastructure of their country. I can’t help but therefore be irritated by the appeals for money, feeling that it almost suggests that we have the wrong end of the stick, and that someone is going to go over to Haiti and say “don’t worry, we’ve got some money to help you”, I obviously don’t believe this is true, but the lack of action on the ground, and suffering is difficult to watch, knowing that the world pulls together on these things, and that somehow we just don’t seem to be getting it right this time, and that is clearly causing suffering, and resulting in the loss of lives of people who could perfectly well have survived this disaster. |