philsy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where is blog when not on home page?Thank you for your quick reply.
I’ve followed the instructions in the link and created a page called ‘Blog’ and set Post page to that page.
However, when I then go to the new page – https://www.findaporsche.com/blog/ I get ‘Page not found’, which seems odd.
Phil
Forum: Fixing WordPress
In reply to: Intermittent error when accessing siteThanks. I think it’s sorted. ISP suggested the following:
The error you are receiving is caused by running PHP through FastCGI, to fix this you will need to change the way php is handled in the account. Please use the following instructions to make this change.
? Select ‘Hosting’ under the ‘My Products’ section
? Click “Manage Account” for the hosting account in question.
? Under “Settings” click “File Extension”
? Put a check mark next to the file extension you would like to modify then click the pen and paper “edit” icon.
? Under “Runs under” select the method you would like to use to run these files.
? Click OK.Cheers
Phil
Forum: Fixing WordPress
In reply to: Intermittent error when accessing siteHi
The problem is still occurring and I’ve found the error log:
[Mon May 10 13:09:10 2010] [error] [client 212.84.108.78] FastCGI: comm with (dynamic) server “/var/chroot/home/content/p/r/a/praby/html-x-httpd-php” aborted: (first read) idle timeout (60 sec)
[Mon May 10 13:09:10 2010] [error] [client 212.84.108.78] FastCGI: incomplete headers (0 bytes) received from server “/var/chroot/home/content/p/r/a/praby/html-x-httpd-php”Cheers
Phil
Forum: Fixing WordPress
In reply to: Intermittent error when accessing siteHi
How do I access the server log?
Cheers
Phil
Forum: Fixing WordPress
In reply to: Intermittent error when accessing siteHi
Thanks for the reply. Yes, I did enable hidden files but it’s not there.
Cheers
Phil
Forum: Installing WordPress
In reply to: Can’t get the URL rightFinally resolved this after much trial and error. I copied the index.php file from another blog into the root folder.
I really think WordPress could makes its documentation more user-friendly! ??
Forum: Installing WordPress
In reply to: Can’t get the URL rightOK, I’ve spent most of the day on this and got nowhere.
The WordPress document says this:Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);What are the WordPress core files?
Thanks
Phil
Forum: Installing WordPress
In reply to: Can’t get the URL rightHi
Thanks for the reply.
I’ve already found those links and attempted to follow the advice, but it’s not clear and it didn’t work. To be honest, I’m new to WordPress and struggle with it.
Cheers
Phil
Forum: Fixing WordPress
In reply to: Can’t get my RSS feeds to workThanks for the reply. But where do I change this setting?
Thanks
Phil
Forum: Fixing WordPress
In reply to: Changed URL and now I can’t log onThanks, got it sorted by editing the functions.php file as suggested.