WordPress editing working, but isn’t posting
-
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 1517I’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-OptimizerRewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]# END HTTPS
# BEGIN WordPress
# END WordPressServer Info
General
OS: Linux
Server: Apache
Hostname: linder.tv
IP:Port: 77.104.157.97:443
Document Root: /home/mich9865/public_htmlPHP
v7.1.28
GD: bundled (2.1.0 compatible)
Magic Quotes GPC: Off
Memory Limit: 768.0 MiB
Max Upload Size: 128.0 MiBMYSQL
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 MiBThe blog I need help with is: (visible only to logged in users)
-
Hi there,
Your site is using WordPress.org software which is hosted on another host.
Name Servers :
NS71.DOMAINCONTROL.COM
NS72.DOMAINCONTROL.COMWordPress.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-postRead the difference between .com and .org
Hope this helps .
- The topic ‘WordPress editing working, but isn’t posting’ is closed to new replies.