Forum Replies Created

Viewing 15 replies - 31 through 45 (of 51 total)
  • Forum: Fixing WordPress
    In reply to: Help

    HTTP Error 500 Internal server error

    Introduction

    The Web server (running the Web Site) encountered an unexpected condition that prevented it from fulfilling the request by the client (e.g. your Web browser or our CheckUpDown robot) for access to the requested URL.

    This is a ‘catch-all’ error generated by the Web server. Basically something has gone wrong, but the server can not be more specific about the error condition in its response to the client. In addition to the 500 error notified back to the client, the Web server should generate some kind of internal error log which gives more details of what went wrong. It is up to the operators of the Web server site to locate and analyze these logs.

    500 errors in the HTTP cycle

    Any client (e.g. your Web browser or our CheckUpDown robot) goes through the following cycle when it communicates with the Web server:

    * Obtain an IP address from the IP name of the site (the site URL without the leading ‘https://’). This lookup (conversion of IP name to IP address) is provided by domain name servers (DNSs).
    * Open an IP socket connection to that IP address.
    * Write an HTTP data stream through that socket.
    * Receive an HTTP data stream back from the Web server in response. This data stream contains status codes whose values are determined by the HTTP protocol. Parse this data stream for status codes and other useful information.

    Fixing 500 errors – general

    This error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the operators of the Web server site to locate and analyze the logs which should give further information about the error.

    Call your Host check your actual address to domain name directory

    Hope that helped if so close your post

    Thread Starter trying to keep uo

    (@trying-to-keep-uo)

    I will try that. Thanks, I will also try to use pastebin, I assume it should be WSYWG?

    Ok code installed in Header as instructed as well as into CSS
    no effect to any pages other then Blog page whereas it wrapped the Font to create room for my Welcome PHP box. Yet, that is still at the bottom with the Footer…. I guess you are getting me there.
    Thanks

    You can always cut and paste in notepad for back up before the switch. But you can also stay in HTML editor and use the PREVIEW button to see where you are at… Glad to help make sure you close this thread
    Regards.
    Tryin to keep up

    Thread Starter trying to keep uo

    (@trying-to-keep-uo)

    Geeksfolder
    Thanks for the reply yet I do not understand? I have a Body tag that is not closed with a </body tag
    The code you typed is the same as I repeated above.

    <?php
    	if (is_home()) {
    		echo "<body id='blog'>";
    	} else {
    		echo "<body>";
    	}
    ?>

    [Please post code snippets between backticks or use the code button.]

    I am not sure where to place that code or if it replaces the code?
    Please advise if you will
    Thanks again
    This is my whole code sequence from the Header.php B.T.W…

    Please cut and paste your suggestion so I can apply on my end.
    [Code moderated as per the Forum Rules. Please use the pastebin]

    It is a spam comment… I get them and ignore them. I would think there is an opt out to comply with spamm act when they get the message. If you really care why not try it yourself. Go subscribe and then go comment. Obviously with a free disposable account
    Then you can see your Opt out choices if any?

    P.S it did not print use your brackets < and then put a BR and close the bracket >

    Are you asking how to make a more space inbetween you paragraphs?
    You have the answer…
    Use the HTML Editor when creating…
    I hope that is what you were asking?

    yeah ok fine,,, your dashboard–find posts—select post–select edit and when your editor comes on with that article you will look to the top of yoru editing box See upload/insert at the top–next to it you will see 4 icons 1 image 2 vid 3 audio 4 media <—Not written out but ICONS
    Select the appropriate desired upload and notice the link or address it created copy that and if you need to (not sure) but you may have to re insert that address so you site knows where that image is parked to reference it.

    P.S It is right next the film looking icon, hover over and it will describe

    Your editor has a little icon that looks like film there is where you refer to the pic you want after you load it into your asset folder.
    Because you are saying you have just a blog with no static or home page right?

    Thread Starter trying to keep uo

    (@trying-to-keep-uo)

    Geeksfolder

    I have found the open <Body> tag yet there is not a close </body> tag?

    You stated to replace Open “HEADER”.php and replace <body> to below:

    <?php if (is_home()) { echo "<body id='blog'>"; } else { echo "<body>"; }

    Here is what I have once the body tag starts:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    [Please post code snippets between backticks or use the code button.]

    Are you sure your domain name is pointing to your address?

    I would check with your domain server and check the address

    I am not sure but I think I am using the 2011 and I have an RSS feed on mine. However I installed it myself. Just Google Rss feed button and follow the instructions you can even garb the icon and put in your assets like I did and then you wont have an outside link to a Gif… I do that with my Facebook and twitter feeds too.
    If you want you can see mine> Netcommercial.net Google it and check the buttons.
    Play around where you want it to be Like in the footer or header? So all pages have it installed. Then you have to worry about yahoo working if you use that one. I do know Feedburner is an option in WP I just found it. Create an account and you be done. Hope that helped?

    Hostname
    Username
    Password
    Connection Type FTP FTPS (SSL)

    That is where you have WP parked or what server it is on…

    Peredur is right, that is the server information (Host name) it needs to update your files which are parked on your server you are leasing. Like mine is Network solutions (https://www.netsolhost.com/????? which then requires my User name and password to execute an update.

    P.s Have you backed up your site incase you get an update that screws up your site like I just did today? FileZilla will help you do just that by logging in and copying all your files and downloading them into a folder on your desktop….Google Filezilla and how to do that but it is pretty simple steps to do. Hope this helps

    Thread Starter trying to keep uo

    (@trying-to-keep-uo)

    Index.php Looks like this….

    [Code moderated as per the Forum Rules. Please use the pastebin]

    I am not sure if you went over to https://www.netcommercial.net

    Which is my main page, which is now mysteriously centered after I must have deleted something?
    One thing that happened though, is the links color were all changed to Blue. Not that it matters or looks bad, just wondering what code I removed to have that happen? Or rather how much code am I missing now? And did I <u>screw up</u> your first direction by doing so?

    Sorry about not grasping this so quickly I do appreciate your patience.
    Thanks again

Viewing 15 replies - 31 through 45 (of 51 total)