Blueyefinity
Forum Replies Created
-
Thanks for the tip.
Now is Logging Disabled.
Lets see if it keeps the table empty.
Thanks again.PS It worked ??
Forum: Fixing WordPress
In reply to: Can’t edit template files direcly since 4.9Update
Deactivate/Reactivate all your plugins one by one and test the editor. Some plugins are interfering.
On one of my websites I found out that an older version of the plugin “Facebook Open Graph, Google+ and Twitter Card Tags” would not let my editor to save changes. Deactivating it/updating it would fix the issue.Forum: Fixing WordPress
In reply to: Can’t edit template files direcly since 4.9If you’re on your own server try to retake ownership of wordpress files and folders:
from Linux terminal enter /home/www/WEBSITE and Assign 755 to folders and 644 to files in /home/www/WEBSITE :
# sudo chown www-data:www-data -R *
# sudo find . -type d -exec chmod 755 {} \;
# sudo find . -type f -exec chmod 644 {} \;On shared hosting I could’t find a viable solution, only copying theme-editor.php from the old v4.8 WP-Admin files over the new v4.9.1 one. Use at own risk.
- This reply was modified 7 years, 3 months ago by Blueyefinity.
- This reply was modified 7 years, 3 months ago by Blueyefinity.
- This reply was modified 7 years, 3 months ago by Blueyefinity.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] AUTO POSTING stopped workingLooks like WP_cron is busted or blocked by hosting.
I just created a cron job to run it every 5 minutes and now SNAP Scheduling works.ANY NEWS? seems that your latest 4.7.1 update screwed things over.
I only care about the Publicize option, since I don’t use any other from Jetpack.
But is the one NOT WORKING. Sometimes I get 400 error when entering “Configure your Publicize Settings” from dashboard.
And from WP.com looks like this:None of the Social Media acc is connecting.
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Latest update, content not workingDeleted my 1.6 plugin and copied the older 1.5.1 version from another blog and I’m up and running.
I suggest you do the same until the next update (if that will fix it)
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] Latest update, content not workingSAME here.
Version 1.6 fetches ONLY title and “{content}” as body when set on AUTO.
It only works on manual fetching.
On other WP blogs I still have older version 1.5.1 and works OK.I blame SimplePie… Is ALWAYS set on “stupidly fast” and can’t unset the option.
In Older version is not set.- This reply was modified 8 years ago by Blueyefinity.
- This reply was modified 8 years ago by Blueyefinity.
- This reply was modified 8 years ago by Blueyefinity.