Matalina
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Installed Plugin blank editorThank you. That’s what it was. I had to go into the conf file for the virutal host to do it. Setting up servers is not my day job so I forgot a step. Thank you!
Forum: Plugins
In reply to: [Gutenberg] Installed Plugin blank editor# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: [Gutenberg] Installed Plugin blank editorI didn’t get any errors with .htaccess I added that file. Let me check if mod_rewrite is enabled with a fresh install that’s likely the case.
enabled rewrite, restarted apache2 and redid the permalinks and nothing. Heading home so will check back for the next suggestion when I can.
Forum: Plugins
In reply to: [Gutenberg] Installed Plugin blank editorI have no wp-json folder on the server Is this the problem? It’s not in the 4.9.7 that I uploaded. I expected 4.9.8 to upload all the files it didn’t give me an error.
Forum: Plugins
In reply to: [Gutenberg] Installed Plugin blank editornope still empty.
Forum: Plugins
In reply to: [Gutenberg] Installed Plugin blank editorthat last one seems to be present on all my admin pages. And I hard cleared my cache.
Forum: Plugins
In reply to: [Gutenberg] Installed Plugin blank editorGET http://142.93.73.63/wp-json/wp/v2/ 404 (Not Found)
GET http://142.93.73.63/wp-json/jetpack/v4/jitm?message_path=wp%3Apost%3Aadmin_notices&query=&_wpnonce=ed3500bc99 404 (Not Found)
Those two errors are in the console. I have a console.log of n which is an object in between the two.
Forum: Hacks
In reply to: Ajax & WordPress Pluginthanks. I did a little more searching of google ajax and wordpress and have more reading material as well. I forgot another approach to my google search lol.
Thanks for the link.