March 29th, 2008 by harknell
Anyone who is getting an internal server error 500 when trying to activate or use plugins in Wordpress 2.5: This is likely due to a memory issue in PHP. I’m not sure why, but I’ve noticed that the new version of Wordpress seems to push much harder on the memory of a server, especially during plugin activation. It appears that this internal error 500 situation may be related to a PHP setting that by default limits PHP to using only 8MB per instance. The way to resolve this issue is to up the amount of memory usable by PHP to 16MB in the php.ini config file. In most cases you won’t be able to do this yourself but will need to request your server admin do this for you.
ShareThis
Posted in AWSOM News, Other Web Resources, Software Updates, Website Administration, Wordpress Plugins | No Comments »
March 27th, 2008 by harknell
Hey, AWSOM.org is worth $287,350 dollars! Or maybe not. But if you want to find out how much your blog site is “worth” there’s a fun tool available from http://www.business-opportunities.biz/ that utilizes a metric based on how much the AOL-Weblogs Inc deal was worth to estimate how much your blog site would be worth. Mostly just an exercise in how popular/well known your site is on the internet, but still an interesting thing to check out. The direct link to the tool page is here.
ShareThis
Posted in Money!, Other Web Resources | No Comments »
March 17th, 2008 by harknell
Hey everyone, I’ve recently moved most of my development systems over to OS X (since I have a brand new Macbook that my company gave me), so I’ve been looking into the options that are available for website development when using OS X. OS X comes by default with a great deal of things built in, one of which is the ability to run a local version of a LAMP webserver (LAMP stands for Linux Apache MySQL PHP and is a description of the most common webserver setup to run sites like Wordpress). Well, you actually need to install MySQL yourself, but it’s pretty easy. The problem is that this built in server actually does take some configuration to get working, and it’s different depending on if you have Panther (10.3), Tiger (10.4), or Leopard (10.5) installed. For someone who is new to the whole webserver/website dev thing, it can be a bit too much to do right off to get this all working.
That’s why MAMP is such an great thing. Mamp is an all in one package that will install the entire webserver set up for you using a standard OS X installer. Oncde installed it basically just requires you to start it up just like any other program. The basic free version gives you very few options to change from the GUI, so it’s probably the best choice for new people. The only change you will probably want to immediately make is to go to the preferences–>Ports settings page and click the option to “set to default Apache and MySQL ports” button. The rest is pretty straight forward and explained on the “start page” that you can open MAMP. Just note that to get to your site you need to place “localhost” in your web browser as the url.
So now both Windows and OS X have really easy ways of setting up a basic local test server for Wordpress–so there’s no reason for you not to test new plugins or theme changes there first so as to not blow up your live site, right?
ShareThis
Posted in Other Web Resources, Troubleshooting, Website Administration | No Comments »
January 28th, 2008 by harknell
After more extensive investigation it appears that Windows IIS users who are utilizing Wordpress and Pretty Permalinks might need to consult the following webpage for information on a fix that is needed to fully support this Apache feature: http://neosmart.net/blog/2006/100-apache-compliant-request_uri-for-iis-and-windows/.
It appears that the use of certain standard Server variables is not followed under the standard install of Apache on Windows IIS, which causes issues when mod_rewrite (that which allows the Pretty Permalinks to exist) is utilized. This has lead to some issues using my AWSOM Pixgallery plugin on IIS servers with Pretty Permalinks enabled. I can’t guarantee that the information on actions described on the above website will correct all issues when using AWSOM Pixgallery on these types of set ups, but it’s probably most of the reason why the issues are occurring. I’ll try to see if there is anything I can do from the plugin side of things, but incorrect information at the server level makes it very difficult to compensate for this issue.
ShareThis
Posted in AWSOM News, Other Web Resources, Troubleshooting, Website Administration, Wordpress Plugins | No Comments »
January 24th, 2008 by harknell
The typical scenario of any software project is “get it working first, we’ll secure it later”. This is particularly true of Web packages, since it’s not easy in advance to know all of the possible issues you may run into across all of the possible server instances that exist. Wordpress has now become enough established that the idea of “hardening” it against attack is starting to become a major focus. One of the easiest ways to start doing this is to eliminate the known database table structure, so it’s harder for hackers to try to inject password searches or other methods of gaining higher privileges on your server or Wordpress. In my tutorial on setting up Wordpress I try to stress that you should always change the generic database prefix “wp_” to something completely random to help accomplish this. Unfortunately many people missed this step, or set up their Wordpress using an installer program that does not allow this change.
All is not lost though. I have recently discovered a plugin that might help. The folks over at BlogSecurity.net have developed a plugin for Wordpress that is designed to alter this prefix. WP Prefix Table Changer gets activated like a regular plugin but will alter things so that you have this vulnerability fixed.
This is a very minor thing to do, but every little security step you can take enhances your overall stability and makes you less of a target.
ShareThis
Posted in Other Web Resources, Security, Website Administration, Wordpress Plugins | No Comments »