Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos do fórum criados
| Status |
Tópico
|
Suporte | Vozes | Posts | Atualidade |
|---|---|---|---|---|---|
|
WPML out of sync
Iniciado por: michelleS-12 em: Chat Support |
|
1 | 2 | 7 meses atrás | |
|
Translate plugin not working
Iniciado por: michelleS-12
em: 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 meses, 3 semanas atrás | |
|
Fatal error from WP CLI
Iniciado por: michelleS-12
em: 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 meses, 3 semanas atrás | |
|
I cannot select ‘Use the previous version of the Advanced Translation Editor’
Iniciado por: michelleS-12 em: English Support |
0 | 3 | 11 meses, 2 semanas atrás |