Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Wordpress Installation Help
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Wordpress Installation Help
Wordpress Installation Help
04-02-2008 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi,
I've seen lots of postings about the problems in setting up Wordpress. I have done the following steps:
1. Extracted files and uploaded to the root of my cgi webspace
2. Changed file permissions to 755
3. Edited wp-config.php to the name of my MySQL database, server, username and password.
4. When I browse to the wp-admin/install.php page, I get an Error 500 Internal Server Error.
Any ideas on what I'm doing wrong?
James
I've seen lots of postings about the problems in setting up Wordpress. I have done the following steps:
1. Extracted files and uploaded to the root of my cgi webspace
2. Changed file permissions to 755
3. Edited wp-config.php to the name of my MySQL database, server, username and password.
4. When I browse to the wp-admin/install.php page, I get an Error 500 Internal Server Error.
Any ideas on what I'm doing wrong?
James
Message 1 of 6
(1,948 Views)
5 REPLIES 5
Re: Wordpress Installation Help
04-02-2008 10:50 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Does it install a .htaccess file? Try renaming that and see if you can install it.
Message 2 of 6
(402 Views)
Re: Wordpress Installation Help
05-02-2008 8:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Take a look at Ben's reply here which explains what you need to do. Basically, there's a problem with something that Wordpress does in a later version which conflicts with our CGI servers (and potentially with other servers actually... I must look in to that when I can stand staring at Wordpress code again!)
Message 3 of 6
(402 Views)
Re: Wordpress Installation Help
09-02-2008 10:23 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hello
I have installed the Wordpress files following the tutorial corrected the 755 premissions I am now reciving the message below when I try to run the install php
Parse error: parse error, unexpected T_STRING in /share/storage/02/gr/greenmeadow/blog/wp-config.php on line 7
I have spoken to the Help desk they said to post it here.
Can any one offer some advise to over come this problem
Regards
K
I have installed the Wordpress files following the tutorial corrected the 755 premissions I am now reciving the message below when I try to run the install php
Parse error: parse error, unexpected T_STRING in /share/storage/02/gr/greenmeadow/blog/wp-config.php on line 7
I have spoken to the Help desk they said to post it here.
Can any one offer some advise to over come this problem
Regards
K
Message 4 of 6
(402 Views)
Re: Wordpress Installation Help
10-02-2008 7:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Check the syntax in your 'wp-config.php' file.
Most likely a small human error
Particularly for consistant use of Quote marks for Strings, as that is what the Error is actually telling you.
It could be something completely different which is causing the error but I am reading it on face value.
Easiest way is to grab a Text Editor. with Code High Lighting (Notepad 2, or similar).
It should become apparent if there is any obvious errors.
It maybe something as simple as line 7 looks like this:
define('DB_CHARSET', 'utf8');
and it maybe missing a trailing ' where it should be..
define('DB_CHARSET', 'utf8');
That or, the line before with the DB Host has incorrect syntax causing the error on Line 7.
Jim,
Most likely a small human error

Particularly for consistant use of Quote marks for Strings, as that is what the Error is actually telling you.
It could be something completely different which is causing the error but I am reading it on face value.
Easiest way is to grab a Text Editor. with Code High Lighting (Notepad 2, or similar).
It should become apparent if there is any obvious errors.
It maybe something as simple as line 7 looks like this:
define('DB_CHARSET', 'utf8');
and it maybe missing a trailing ' where it should be..
define('DB_CHARSET', 'utf8');
That or, the line before with the DB Host has incorrect syntax causing the error on Line 7.
Jim,
Message 5 of 6
(402 Views)
Re: Wordpress Installation Help
21-03-2008 1:59 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Colin Take a look at Ben's reply here which explains what you need to do....
Thank you Colin (and Ben). I've been struggling over this last night and tonight

I have a WordPress blog that has been running OK on Humbug since 2005 and have upgraded each time a new version was released without incident. I wanted to do a fresh install of WordPress in another directory last night, so that I had two different blogs running from the one database.
I got a '500 Internal Server Error' when I ran the install script. I searched hard on these forums and on WordPress forums and although I could find lots of posts from users with the error, none of the suggested fixes or workarounds were working for me. Finally, I came across this post which has enabled me to complete the installation.
Now I've just got to install a theme and do the configuration work... but that can wait 'til tommorow now

Message 6 of 6
(402 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Wordpress Installation Help