Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
WPML out of sync
Iniziato da: michelleS-12 in: Chat Support |
|
1 | 2 | 7 mese, 1 settimana fa | |
|
Translate plugin not working
Iniziato da: michelleS-12
in: 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 | 9 mese fa | |
|
Fatal error from WP CLI
Iniziato da: michelleS-12
in: 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 mese, 4 settimana fa | |
|
I cannot select ‘Use the previous version of the Advanced Translation Editor’
Iniziato da: michelleS-12 in: English Support |
0 | 3 | 11 mese, 3 settimana fa |