WordPress editing working, but isn’t posting

  • Unknown's avatar

    SiteGround is hosting on a Linux Apache server with pre-installed and auto-updated WordPress 5.1.1. All WordPress functions seem to be normal as I begin creating a new site using the Shapely theme. But I cannot view pages, or anything else, whether posted publicly or privately. Rather than displaying the pages in the visual editor as they are built, the server simply opens https://linder.tv with its placeholder, a biography page. Same goes when a new homepage posted publicly is accessed directly through a browser.

    My php error log shows this…
    [22-Apr-2019 01:47:54 UTC] PHP Warning: fileperms(): stat failed for /home/mich9865/public_html/index.php in /home/mich9865/public_html/wp-admin/includes/file.php on line 1517

    I’m confused! I can find nothing on my server that resembles these directories, but SiteGround prohibits access to anything above my root directory on its shared server.

    Some other things that may be of use in my server’s root directory. First, the index.php file…
    <?php
    /**
    * Front to the WordPress application. This file doesn't do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define( 'WP_USE_THEMES', true );

    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . '/wp-blog-header.php' );

    And, the .htaccess file…
    # HTTPS forced by SG-Optimizer

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

    # END HTTPS
    # BEGIN WordPress
    # END WordPress

    Server Info
    General
    OS: Linux
    Server: Apache
    Hostname: linder.tv
    IP:Port: 77.104.157.97:443
    Document Root: /home/mich9865/public_html

    PHP
    v7.1.28
    GD: bundled (2.1.0 compatible)
    Magic Quotes GPC: Off
    Memory Limit: 768.0 MiB
    Max Upload Size: 128.0 MiB

    MYSQL
    v5.6.40-84.0-log
    Maximum No. Connections: 500
    Maximum Packet Size: 32.0 MiB
    Data Disk Usage: 6.5 MiB
    Index Disk Usage: 1.1 MiB

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Your site is using WordPress.org software which is hosted on another host.

    Name Servers :
    NS71.DOMAINCONTROL.COM
    NS72.DOMAINCONTROL.COM

    WordPress.com forum helps the sites hosted on WordPress.com only.

    You can post your question in WordPress.org forum:
    https://wordpress.org/support/forum/miscellaneous/#new-post

    Read the difference between .com and .org

    WordPress.com vs. WordPress.org

    Hope this helps .

  • The topic ‘WordPress editing working, but isn’t posting’ is closed to new replies.