internationils
Forum Replies Created
-
Doesn’t seem to be gone, one line number is different though. This was last night, and the site had definitely updated before.
2024-09-27_23:53:50_PHP Warning: Trying to access array offset on value of type null in /srv/data/web/vhosts/MYSITE.COM/htdocs/wp-content/plugins/ip-location-block/classes/class-ip-location-block-apis.php on line 677
2024-09-27_23:53:50_PHP Warning: Trying to access array offset on value of type null in /srv/data/web/vhosts/MYSITECOM/htdocs/wp-content/plugins/ip-location-block/classes/class-ip-location-block.php on line 825
- This reply was modified 1 month, 3 weeks ago by internationils.
- This reply was modified 1 month, 3 weeks ago by internationils.
- This reply was modified 1 month, 3 weeks ago by internationils.
Excellent, thanks! Seems to be working.
Forum: Plugins
In reply to: [Polylang] Can’t set language, impossible to add languageTrying the SQL from the post linked above:
SELECT * FROM wp_terms AS t JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ( 'language', 'term_language' ) LIMIT 0, 25
MySQL said:
#1146 - Table 'yms.wp_terms' doesn't exist
…wp_terms and wp_taxonomy both do not exist. Is there anywhere else that I can get more / better debugging information from?
Forum: Plugins
In reply to: [Polylang] Can’t set language, impossible to add languageAs per https://polylang.pro/doc/how-to-uninstall-polylang/ I added
define( 'PLL_REMOVE_ALL_DATA', true );
to the wp-config.php file, then removed the plugin and reinstalled it. This led to “Welcome to Polylang – You‘re almost ready to translate your contents!” … with the option to run the setup wizard or skip it. Both adding a language from the wizard and adding a language directly still give me a “Impossible to add the language.” error… what else can I do?!? Thanks…Forum: Plugins
In reply to: [CMB2] Undefined array key “type”Yep, logs are clear again for all relevant sites… thanks for the help!!
Forum: Plugins
In reply to: [CMB2] Undefined array key “type”https://www.ads-software.com/plugins/jonradio-private-site/ is the plugin… its triggered possibly somehow when the plugin is active and probably when people try to access the site and get sent to the login page.
Forum: Plugins
In reply to: [DSGVO All in one for WP] Update V3.5 erscheintBugs:
– Typo under the general data: “E-MailE-Mail:”
– under “Imprint” the are a lot of “,No” options … can remove the comma
– Typo: cookies from polylang “1 Jahr” (for the english version)
– “Data protection is of a particularly high priority for the management of us.” … ??? “for our management” maybe?
– typo: “wouldlike” (at leat 2x)
– “we has implemented” -> have
– “Internet” -> internet (many times)
– “declaration should be legible and understandable” … “inter alia” ; ) might want to put that in english… “among other things”
– “Controller or controller responsible for the processing” … are both “controller” needed?
– “in accordance with Union or Member State law” … missing “European” before Union
– Controller data has too much vertical space between itemsA few questions:
– how do you handle multiple languages? I am using polylang, and the privacy policy page is only in one language. Do I need to create each one? Would be helpful to have this in the docs. DE, EN essential, FR, ES, IT nice to have
– can you put something in the documentation explaining what each of the Gutenberg blocks are for? Each on a separate page probably makes sense, right? Can you add the name of the block to the settings page where you suggest using the blocks instead of shortcodes?
– is it possible to “hide” the mail and phone numbers so they don’t get harvested with either Javascript or something else? On my sites I often make those graphics to prevent scraping
– check if user registration is even allowed, if not, remove that paragraph “Registration on our website” … same with comments and gravatars (not using any of these). Else ask if they are used with a slider.…ok, enough for today!
Thanks! [Antwort darf auch gerne auf Deutsch sein : ]
- This reply was modified 4 years, 5 months ago by internationils.
- This reply was modified 4 years, 5 months ago by internationils.
- This reply was modified 4 years, 5 months ago by internationils.
- This reply was modified 4 years, 5 months ago by internationils.
Forum: Plugins
In reply to: [Polylang] Excerpt for Post showing in wrong languageWhat is strange is that I get the following message:
“There are posts, pages, categories or tags without language. You can set them all to the default language.”
I had already received this after installing, and set everything to English. Could this be where the problem is coming from? Is there any way to see which posts / pages it is referring to?
After clicking this, nothing changes.Also, the “latest post widget” also shows the same problem as with the UPL plugin, so the issue is either with Polylang or with core WP. Any thoughts on how to track this down?
Another update… the “latest post widget” also shows the same problem, so it’s not a UPL issue. Marking as resolved, will follow up with Polylang or the WP people.
Done, thanks, let’s see what they say.
https://www.ads-software.com/support/topic/excerpt-for-post-showing-in-wrong-language/Forum: Plugins
In reply to: [Ultimate Post List] Request to add category name to displayI think that one of the problems is that there can be many categories attached to a post, so this would mean that the entire category list would be shown.
It also appears that the POST sent when hitting the update button does not contain all of the information… i.e. selecting the dashboard disable option shows:
[wps_disable_dashboard] => 1
…as expected (with a counterintuitive 1/0 logic, but OK …), but when I uncheck that option that variable is not posted at all.Could you please confirm that when POSTing the settings, all things not checked are updated to a default unchecked value in the code please?
I’m trying to automate website configuration with MainWP and MainWP KeyMaker, this is where I am seeing the POST request data. I need to make sure that when I submit a POST, every variable is set.
Well, it would be nice to only have real errors in the PHP log, these are “noise” that is difficult to know for a user if it’s safe to ignore or a real issue…
Also, these files are definitely being called directly, the site I saw that error on has twentyseventeen installed, but is using a different theme. I have twentyfifteen or twentyseventeen installed as backup themes in case the main theme bombs someday.
I don’t know, and I don’t know WP well enough to judge that. I saw a different error on a few sites today:
2017-11-05_00:54:00_PHP Fatal error: Call to undefined function get_template_part() in /srv/data/web/vhosts/MYSITE.COM/htdocs/wp-content/themes/twentyseventeen/footer.php on line 22
…would it make sense to wrap theme files in general in a “am I called from within WP?” clause and error if not?