Problemas comunesProblemas de memoria
Problemas de memoria
Si tu servidor PHP tiene un límite de memoria inferior al requerido por el plugin, puede que obtengas un mensaje de error como este (por ejemplo: al traducir muchas entradas a la vez, para varios idiomas):
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes)
in /public/wp-content/plugins/gato-ai-translations-for-polylang/vendor/pop-schema/extended-schema-commons/src/HelperServices/ArrayOrJSONObjectTraversionHelperService.php on line 75Lee la guía Gestionar la memoria para aprender a tratar este problema.