Forum
List Manager Support
List Manager supportForums
No se permite escribir sin estar logado. Por favor, login
no data entries in the frontend 12.02.2015 19:48
Hello,
I just bought the Listmanager at installed it. It worked all fine until I wanted to display the List, which I've created in the backend, in the frontend.
In the frontend I can only see the filtering tools but no data.
What could be the problem?
Here's the site where it should be
http://www.advocatsvic.cat/juridic/index.php/expedients/
I delete the space characters in the title, internal name etc, but the problem persist.
Please help me!
I just bought the Listmanager at installed it. It worked all fine until I wanted to display the List, which I've created in the backend, in the frontend.
In the frontend I can only see the filtering tools but no data.
What could be the problem?
Here's the site where it should be
http://www.advocatsvic.cat/juridic/index.php/expedients/
I delete the space characters in the title, internal name etc, but the problem persist.
Please help me!
Re: no data entries in the frontend 13.02.2015 09:50
Hola
te contestamos en castellano. Hemos comprobado tu site y el problema se debe a que el servidor está lanzando un error:
pcre.backtrack_limit ERROR
Es un error que en joomla ocurre cuando se sobrepasa el límite establecido por el servidor, afecta a algunas extensiones cuando el sef está activado y este valor es muy bajo en tu servidor:
http://forum.joomla.org/viewtopic.php?t=622839
Se puede solucionar como explica el post, a través del php.ini o editando el index.php y subiendo los límites añadiendo estás líneas:
ini_set('pcre.backtrack_limit', 1000000);
ini_set('pcre.recursion_limit', 1000000);
Un saludo
Moonsoft Team
www.moonsoft.es
te contestamos en castellano. Hemos comprobado tu site y el problema se debe a que el servidor está lanzando un error:
pcre.backtrack_limit ERROR
Es un error que en joomla ocurre cuando se sobrepasa el límite establecido por el servidor, afecta a algunas extensiones cuando el sef está activado y este valor es muy bajo en tu servidor:
http://forum.joomla.org/viewtopic.php?t=622839
Se puede solucionar como explica el post, a través del php.ini o editando el index.php y subiendo los límites añadiendo estás líneas:
ini_set('pcre.backtrack_limit', 1000000);
ini_set('pcre.recursion_limit', 1000000);
Un saludo
Moonsoft Team
www.moonsoft.es