이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
Translate plugin not working
시작: michelleS-12
카테고리: English Support
Problem: If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, 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. Additionally, please feel free to open a new support ticket for further assistance at WPML support forum. |
|
1 | 4 | 8 월, 4 주 전에 | |
|
Fatal error from WP CLI
시작: michelleS-12
카테고리: English Support
Problem: DebugFileLogger.php . DebugFileLogger.php file in your WPML plugin directory. Replace its contents with the following code:>
<?php
namespace WPML\PHP\Logger;
use Psr\Log\AbstractLogger;
use Stringable;
class DebugFileLogger extends AbstractLogger {
public function log($level, Stringable|string $message, array $context = []): void {
if ( ! defined( 'WP_DEBUG' ) || ! WP_DEBUG ) {
return;
}
$log = date( 'Y-m-d H:i:s' ) . ' [' . $level . '] ' . (string) $message . PHP_EOL;
\error_log( $log );
}
}
If these solutions do not resolve the issue or if they become outdated, please check for related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for further assistance. |
|
1 | 8 | 10 월, 3 주 전에 | |
|
I cannot select ‘Use the previous version of the Advanced Translation Editor’
시작: michelleS-12 카테고리: English Support |
0 | 3 | 11 월, 2 주 전에 |