lubosr
Forum Replies Created
-
Hi
Thank you for the additional help. Installed the debug plugins and did not find any issues. There were only two critical issues. He first was related to theme update and the second was related to the REST API SSL issue.
I have tried to run all pending actions manually ( all 156 of them ) and I could see the Indexing process on the top bar going from 0% to 100%. After that it all just got reset and I got another 156 items to run.
When I comes to DEBUG I have defined the following:
define('WP_DEBUG_DISPLAY', true);
define('DISABLE_WP_CRON', false);
define( 'WP_DEBUG_LOG', '/tmp/wp-errors.log' );
define( 'SAVEQUERIES', true );For some reason I cannot see anything to get logged to /tmp/wp-errors.log. The file was created and permissions set to everybody.
Not sure what to try next…Any more hints please. I really would like this to get work.
thank you
Hello,
Thank you for your reply.
- Yes, this is fine. Posts and pages are enabled. This was a default setting for me and I did not have to change anything.
- Yes, there are lots of canceled actions. I was able to run some manually and it created lots more pending actions. See below images as reference.
- I have no WordPress log. I have also checked Apache log and no errors are generated when running indexing.
- Sure. I will attach them at the bottom. Except max links per post all settings are default.
- I’m using classic editor as default. I’m not using AFC. I’m using short codes which are defined in function.php
Here are the images:
https://postimg.cc/XXJqfhCk
https://postimg.cc/mh5D8w3f
https://postimg.cc/rRKpq0kP
https://postimg.cc/PpfxFVFh
https://postimg.cc/Lq35DFDN
https://postimg.cc/CZgdbxGR
https://postimg.cc/YGX9cNJF
https://postimg.cc/Cz9RLNdHThank you for your help. Looking forward to a further guidance.
Forum: Localhost Installs
In reply to: Issue with URLs and extra charactersHello,
I was still unable to fix the issue. Here is more information. The website is served via nginx proxy but the installation is on apache2. First I thought that the issue is with nginx but after few tests when bypassing the nginx the apache server seems to be the issue. My apologies for the confusion!
Here is what I have tried:
- changed permalinks and the issue is also with other permalinks formats
- disabled all plugins but no help
- changed to a default wordpress theme but no help
Not sure what else should I try. Any hints are appreciated.
thank you
Forum: Localhost Installs
In reply to: Issue with URLs and extra charactersHi Cereno,
Not exactly, nginx does not have the “/” location defined. However I have the following:
location /index.php { rewrite ^/index\.php /$1 redirect; }
What I’m looking for? Do you suggest to change to the:
location / { try_files $uri $uri/ /index.php?$args; }
thank you
Forum: Fixing WordPress
In reply to: Disable Featured Image on all postsHi Robert,
Thank you for this. Unfortunately, this does not seem to do the job that I need. These plugins allow you to remove, change etc. However, I do not wish to remove the featured images and only need to disable them on the post.
I’m looking for for the following bulk action: Edit post –> Disable Elements –> Featured image.
Any toughs?
thank you