eitanc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Finding root cause for “WARNING: Result of table check for is: 3 c”I did fixes, it helped, but later the issue returned, so I need to find the root cause.
Also, I cannot see how moving the db to another server will help – will only make things more complicated and probably the performance will degrade.Forum: Fixing WordPress
In reply to: Finding root cause for “WARNING: Result of table check for is: 3 c”Thanks Steven, that is the direction I am trying now.
I did what is written at https://stackoverflow.com/questions/6479107/how-to-enable-mysql-query-log – since the basic mysqld.log at /var/log/ is only for mysqld deamon general events.
You need to add the needed lines for my.cnf at /etc/ to have a query level log events (and it will be needed to copy the permissions from mysqld.log to make it work and then restart mysqld).
So far it is not very friendly, just show a date-timestamp and the query run. I hope I will get something out of it before it will reach a gigantic size… 🙂
Forum: Fixing WordPress
In reply to: Finding root cause for “WARNING: Result of table check for is: 3 c”I wrote – I do not wish to repair, I wish to find the root cause. It is recurring.
Forum: Fixing WordPress
In reply to: Finding root cause for “WARNING: Result of table check for is: 3 c”A VPS, just a VM on a VPS hosting firm, yep – db on the same box.
Yes, using Cloudflare, where should I look for these “500” errors?
It happens at all the WP sites I host on my server (and they used almost identical set of wp plugins). You can sample one, say https://life.caspi.org.il/
Great! Do you have an idea how can make the asterisk label character/sign be in red?
Thanks!
Can please someone for the official iTheme team approve the above solution?
All is good! Thanks for you help.
Too complex for me! personally. All is good! 🙂Too complex. I guess I will look for another plugin to handle these follow/nofollow attributes. This plugin does not enable to easily set different config for links originated by the site (should be more trusted) and these by visitors (cannot be trusted).
Thanks.Tested. Fixed!
I do not wish to enter this complexity. Let know if and when you change the plugin’s basic concept.
No main image loads at this link
Thanks.
So please consider adding this.
The current situation makes the plugin very limited in it accuracy level.It is not urgent for me to make it work.
Unless you asked me to QA the fix… did you?Forum: Plugins
In reply to: [HTTP Headers] httponly not set for wp-admin cookiesGoot it, thanks.
Forum: Plugins
In reply to: [HTTP Headers] Headers not sent to the clientAs an attempt to solved it I changed the working mode to be “Use PHP to send headers (deprecated)” and now the client get the headers.
I think you should change the text here – on the description you encourage users to use the PHP option with a text of “the PHP method works perfectly” but this option’s name text include “(deprecated)” – hinting users to avoid it as it is old, soon-be-gone, hence not recommended.
The overall text should be clear what is the recommended, what is the default mode (PHP I guess) and when it is advised to change it to .htaccess (e.g. cache issues).
Thanks!