Viewing 9 replies - 1 through 9 (of 9 total)
  • It’s because you added “home” to your WordPress URLs from your dashboard. WordPress now thinks it’s in a sub-directory named “home’ when it’s not.

    This is where WordPress thinks your theme style sheet is:

    https://life.reynoldstocks.com/home/wp-content/themes/twentyeleven-child/style.css

    It’s actually here:

    https://life.reynoldstocks.com/wp-content/themes/twentyeleven-child/style.css

    First try correcting your URLs to eliminate the word “home” and see if that helps.

    There are instructions for several different methods of fixing your URLs here: Changing The Site URL Read carefully before choosing the method that will work best for you.

    Thread Starter satimis

    (@satimis)

    Thanks for your advice.

    My problem here is “I can’t login” to edit “Settings”. After login it only popup that warning.

    I can connect Godaddy Server with FillZilla. The website is under public_html/life

    Can I edit it there? If YES please advise HOW. Thanks

    Regards
    satimis

    You do not need to log into your site to fix the problem. Please read the instructions in the link I pointed you to.

    Thread Starter satimis

    (@satimis)

    https://life.reynoldstocks.com/wp-content/themes/twentyeleven-child/style.css

    /*
    Theme Name:     Twenty Eleven Child
    Theme URI:      https://life.reynoldstocks.com/
    Description:    Child theme for the Twenty Eleven theme
    Template:       twentyeleven
    Version:        0.1.0
    */
    @import url("../twentyeleven/style.css");
    #branding {
        border-top: 2px solid #bbb;
        padding-bottom: 10px;
    	position: relative;
    	z-index: 9999;
    	background: #7c4212;
    }
    #site-description {
        color: #fcff4f;
        font-size: 14px;
    	margin: 0 270px 3.65625em 0;
    }
    #site-title a {
    color: #4fffe7;
    }
    .singular #primary {
        margin: 0;
    	background: #f4f3d2
    }
    #primary {
        float: left;
    	margin: 0 -26.4% 0 0;
    	width: 100%;
    	background: #f4f3d2
    }
    pre {
        background: #d8d0c3;
        font: 13px "Courier 10 Pitch", Courier, monospace;
    	line-height: 1.5;
    	margin-bottom: 1.625em;
    	overflow: auto;
    	padding: 0.75em 1.625em;
    }
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
        width: 94.3396%;
    	/* 94.3396% of 848px is 800px  */
    }
    #page { max-width: 1200px; 
    }
    header#branding .widget{
    position: absolute;
    top: 2em;
    right: 7.6%;
    }

    The sub-directory “home” is not there. I also tried it on another browser “Google Chroms”

    Edit-1:
    I also tried rename .htaccess
    The problem still remains. Warning popup after login

    Edit-2
    error_log

    [01-Jan-2017 08:28:28 UTC] PHP Fatal error:  Call to undefined function get_transient() in /home/gopublic2014/public_html/life/deleteme.wp1njw.php on line 16
    [01-Jan-2017 08:28:28 UTC] PHP Fatal error:  Call to undefined function get_transient() in /home/gopublic2014/public_html/life/deleteme.wpirxe.php on line 16
    [01-Jan-2017 08:28:28 UTC] PHP Fatal error:  Call to undefined function get_transient() in /home/gopublic2014/public_html/life/deleteme.wpfgv9.php on line 16

    Regards
    satimis

    • This reply was modified 7 years, 9 months ago by satimis.
    • This reply was modified 7 years, 9 months ago by satimis.

    The sub-directory “home” is not there.

    That is correct, that is what I said, that’s the problem. You put “home” in your dashboard URLs. You caused the problem when you did that. You created the problem when you put “home” in your dashboard URLs.

    Please go and read the instructions that tell you how to fix the problem, and choose the method that will work best for you. Then you can fix any OTHER problems you have.

    https://codex.www.ads-software.com/Changing_The_Site_URL

    Thread Starter satimis

    (@satimis)

    Performed following steps:-

    download config.php from public_html/life/
    rename config.php as config.php_old on public_html/life/

    adding;
    define(‘WP_HOME’,’https://life.reynoldstocks.com’);
    define(‘WP_SITEURL’,’https://life.reynoldstocks.com’);

    as follow on the file download

    .....
    broadcast
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    define('WP_HOME','https://life.reynoldstocks.com');
    define('WP_SITEURL','https://life.reynoldstocks.com');

    upload config.php to public_html/life/

    https://life.reynoldstocks.com/

    Nothing Found
    
    Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.

    Login is there. I can login.

    Click Home or other webpage popup;

    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
    
    More information about this error may be available in the server error log.
    
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the r

    I haven’t edited /public_html/life/wp-includes/functions.php

    Other site doesn’t have;

    <?php"
    update_option( 'siteurl', 'https://example.com' );
    update_option( 'home', 'https://example.com' );

    on its wp-includes/functions.php

    Edit:
    For unknow reason other webpages are now working

    For Home I still have to run;
    life.reynoldstocks.com/home

    Regards
    satimis

    • This reply was modified 7 years, 9 months ago by satimis.
    • This reply was modified 7 years, 9 months ago by satimis.
    Thread Starter satimis

    (@satimis)

    Edit-2:

    I can’t change Home page;
    Permalink: https://life.reynoldstocks.com/home/
    as: https://life.reynoldstocks.com/

    because I use Page as Home page (1st page), not Post

    satimis

    Thread Starter satimis

    (@satimis)

    Hi Clayton James,

    Thanks for your link.

    Performed following steps;
    Settings -> Reading Settings
    (check) A static page (select below)

    Front page: [ Home ]
    Posts page: [- Select -]

    (check) Discourage search engines from indexing this site

    -> Save Changes

    Now browsing life.reynoldstocks.com shows Home page. However “login” is NOT displayed there. I have to find it on the search engine with [login ]

    Regards
    satimis

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Internal Server Error on login’ is closed to new replies.