Questo utente non ha argomenti preferiti.
Argomenti del forum preferiti
Argomenti del forum creati
Stato |
Argomento
|
Sostenitore | Voci | Post | Freschezza |
---|---|---|---|---|---|
Conflict DIVI + WPML Multilingual & multicurrency plugin
Iniziato da: carlos-danielV in: English Support |
|
2 | 6 | 1 anno fa | |
WPML string translate plugin incompatibility with PHP versions higher than 7.4
1
2
Iniziato da: carlos-danielV
in: English Support
Problem: Solution: add_filter( 'option_woocommerce_micuentawebstd_settings', function( $settings ) { $locale = get_locale(); foreach ( [ 'title', 'description' ] as $key ) { if ( is_array( $settings[ $key ] ) ) { $settings[ $key ] = isset( $settings[ $key ][ $locale ] ) ? $settings[ $key ][ $locale ] : $settings[ $key ]['en_US']; } } return $settings; } ); This workaround should allow the client to use the newer version of PHP without crashing the site. We also provided a link to track the progress of the issue: https://wpml.org/errata/payzen-for-woocommerce-php-fatal-error-uncaught-typeerror-md5-argument-1-string-must-be-of-type-string-array-given/. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If needed, please open a new support ticket at our support forum. |
|
2 | 16 | 1 anno, 3 mese fa | |
I updated my website to the 8.1.2 php version After that my site was broken
Iniziato da: carlos-danielV in: Chat Support |
|
1 | 2 |
1 anno, 6 mese fa
|
|
La clave de registro no funciona
Iniziato da: carlos-danielV in: Soporte en español |
|
2 | 3 | 2 anno, 2 mese fa |