sebiev
Forum Replies Created
-
Ok, thanks, i will watch it.
Forum: Plugins
In reply to: [Gutenberg] reusable blocks are a headacheHey, thank you for your answer.
It must be related to the ACF fields, but I don’t really understand them yet.
It could be because of the ACF block key that you can’t save the block into a reusable block and then store it once for DE and EN.
I tested the problem without Polylang, same result.
I cloned the ACF block and created a new block and registered them. But again, if I want to create a reusable block in the block editor for the new form, the same result occurs.
All the reusable blocks that are installed are missing the name/designation. It only says “reusable block” everywhere. Also I don’t see the blocks in the selection list anymore. Only when I delete the said contact form EN block from the reusable blocks, it works as usual.
Unfortunately, it only behaves like this with the contact form ACF block. The other ACF blocks do not seem to have the problem. I’ll keep checking, maybe it’s my code in the block that’s causing something unexpected to happen.
Forum: Plugins
In reply to: [WP Better Permalinks] Internal 500 FehlerThe plugin now no longer runs into a 500 error.
However, it generates a wrong structure.
We have 4 different categories.Cat1,Cat2,Cat3,Cat4
These each get a brand and the brand different models.
Url structure -> /cat/brand/model/slug
In Cat1,Cat2 and Cat3 these work.
In cat4 it comes occasionally to wrong structures ./cat4/kat2/brand-from-cat2/model-from-cat2/slug-from-cat4
In the article the correct taxonomies are deposited.
Would you have an idea?Forum: Plugins
In reply to: [WP Better Permalinks] Internal 500 FehlerIt is not enough to increase the “max_execution_time” in the serverconfig (php.ini)
php.ini = max_execution_time = 300;
.htaccess = php_value max_execution_time 300;
config.php = set_time_limit(300);It seems to work…
Thanks
Forum: Plugins
In reply to: [WP Better Permalinks] Internal 500 FehlerWir reduzieren die Kategorien.
We reduce the categories.
Thanks for your quick response
Forum: Plugins
In reply to: [WP Better Permalinks] Internal 500 FehlerHi Mateusz,
There is no logging in debug.txt.
In the query monitor and server log, the server reports a timeout.However, I have been able to locate the error.
We automatically create a child category, depending on the user information. This has brought us to over 3600 subcategories in one main category. This brings us to a total of over 5000 subcategories.
Can this be the reason?
I think we have to change something.
Forum: Plugins
In reply to: [WP Better Permalinks] Internal 500 FehlerThere is nothing in the WP log.
In the server log :
[Fri Nov 18 17:53:27 2022] [core:error] [pid 72355:tid 140558473873152] [client 24.134.***.***:60486] End of script output before headers: options-general.php, referer: https://***/wp-admin/options-general.php?page=wbp_admin_pageForum: Plugins
In reply to: [WP Better Permalinks] Internal 500 FehlerHallo Mateusz,
memory_limit = 4096M
max_execution_time = 180sec ( The plugin only runs for about 20 seconds, then it stops. )Forum: Plugins
In reply to: [Germanized for WooCommerce] Email übersetzungsfehlerCan a moderator please remove the bank details from my first post, thanks!
Kann bitte ein Moderator die Bankdaten aus meinem ersten Post entfernen, danke!
Also the company name, thank you!
Auch den Firmenname, danke!- This reply was modified 2 years, 4 months ago by sebiev.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Grundpreiseinheiten Single Product PageDanke, genau danach hatte ich gesucht, aber nicht gefunden.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Grundpreiseinheiten Single Product PageHello,
I have a WP instance with the following themes and plugins.
Avada Theme
WooCommerce for Avada
WooCommerce Germinize
Polylang
Polylang for WooCommerceThe basic price units are displayed in the product grid or carousel. 20€/100ml.
I would like to have this on the Singel Product Page below the price as well.
When I look here in the forum, I have the feeling that this should be displayed, but it doesn’t do it for me.What could be the reason for this?
VG
SebastianTranslated with https://www.DeepL.com/Translator (free version)
Forum: Plugins
In reply to: [WP-Filebase Download Manager] PHP 8.0 issue: deprecated create_function()return function() use($cl, $fnc){ $p=func_get_args(); return wpfb_call($cl, $fnc, $p, true); };
- This reply was modified 3 years, 1 month ago by sebiev.
Forum: Plugins
In reply to: [WP-Filebase Download Manager] PHP 8.0 issue: deprecated create_function()server is running on php 7.4
after changing the function the variable loses its content after including
wpfb_call(‘Output’, ‘PrintJS’);.WP-Filebase Error: Could not include class file ” . . ”!