tserof
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Undefined array key “scheme” and “host” errorHello Maybellyne, we use wordpress 6.4.2 and the issue is on front end. On local we don’t have this error. It appears only on our dev + prod env (hosted with kubernetes on openshift)
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Warning: Undefined variable $cntthanks for your reply, we also got this warning :
PHP-ERROR.WARNING: Undefined array key "customheadcode" {"file":"/opt/app-root/src/web/app/plugins/multiple-domain-mapping-on-single-site/multidomainmapping.php"
I tried today on a non local environment. I don’t have the curl error anymore but my problem persist.
I think i know why. NSCloner use wp-background-processing, and it’s not running with WP REST api calls :
https://github.com/deliciousbrains/wp-background-processing/issues/81I just saw this error : “it appears background processing may be getting blocked on the server (or could just be running slowly).”
I have a “cURL error 7: Failed to connect to localhost”. I use docker, and i think it s related. I’ll try to fix this issue and i’ll get you updated if it’s workingMore info: finally i checked the progress status and it stayed “in_progress”
[04-Nov-2021 14:43:05 UTC] Array ( [total] => 44 [completed] => 0 [percentage] => 0 [status] => in_progress [processes] => Array ( [tables] => Array ( [label] => Tables [progress] => Array ( [completed] => 0 [total] => 17 ) [dispatched] => 1636036940 [nonce] => 856a2a325d ) [files] => Array ( [label] => Files [progress] => Array ( [completed] => 0 [total] => 27 ) [dispatched] => 1636036940 [nonce] => d551d654a4 ) ) )
The
[completed] => 0
[percentage] => 0
was 0 endlessly until i went to the backoffice admin.php?page=ns-cloner and after that the process really started