このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
WPML
開始者:carlos-danielV カテゴリ:Soporte en español |
|
0 | 6 | 1ヶ月、 1週前 | |
|
Conflict DIVI + WPML Multilingual & multicurrency plugin
開始者:carlos-danielV カテゴリ:English Support |
|
2 | 6 | 1年、 8ヶ月前 | |
|
WPML string translate plugin incompatibility with PHP versions higher than 7.4
1
2
開始者:carlos-danielV
カテゴリ: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年、 11ヶ月前 | |
|
La clave de registro no funciona
開始者:carlos-danielV カテゴリ:Soporte en español |
|
2 | 3 | 2年、 10ヶ月前 |