LordDamian
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [PHPLeague] How i can change the language?¡¡¡¡¡¡¡¡Solved this issue!!!!!!!!!
Rename the language files from PHPLeague-es_ES to phpleague-es_ES
Enjoy! 😀
Forum: Plugins
In reply to: [PHPLeague] How i can change the language?Same problem with the language. But I have no problems on my local server.
Strange!Forum: Plugins
In reply to: [PHPLeague] Fixture Results not showingYou’re welcome 😀
Forum: Plugins
In reply to: [PHPLeague] Fixture Results not showingMe alegro te haya servido.
La traducción del plugin se hace automáticamente. No me fijé como hacer para forzarla a trabajar en otro. Supuestamente, si tenés el WordPress en español, te lo traduce solo a ese idioma.
Forum: Plugins
In reply to: [PHPLeague] Fixture Results not showingSupongo hablas español así que te respondo en éste idioma 😀
Resulta que tuve el mismo problema y es que una linea de código está incorrecta en phpleague-front.php
La linea 257 pone:if ($db->is_fixture_exists((int) $id_fixture) === FALSE) return;Hay que reemplazar por:
if ($db->is_fixture_exists((int) $id_fixture, $id_league) === TRUE) return;Voy a reportar el error al creador así lo tiene en cuenta.
Viewing 5 replies - 1 through 5 (of 5 total)