Hola,
Si la web se quedo en blanco se debe generar un error 500
Qué es un error 500 y como localizarlo en nuestra web
https://www.webempresa.com/blog/que-es-un-error-500-y-como-localizarlo-en-nuestra-web.html
Puedes ejecutar Stephan desde tu área de clientes para que te brinde un informe.
no se como corregir me dice que el error esta en return mysql_fetch_object($cursor ? $cursor : $this->cursor, $class);
protected function fetchObject($cursor = null, $class = 'stdClass')
{
return mysql_fetch_object($cursor ? $cursor : $this->cursor, $class);
}
/**
* Method to free up the memory used for the result set.
*
* @param mixed $cursor The optional result set cursor from which to fetch the row.
*
* @return void
*
* @since 11.1
*/
protected function freeResult($cursor = null)
{
mysql_free_result($cursor ? $cursor : $this->cursor);
}
/**
* Diagnostic method to return explain information for a query.
*
* @return string The explain output.
*
* @since 11.1
* @deprecated 12.1
*/
Hola,
Un técnico me indica que tienes los siguientes errores:
[16-Apr-2014 03:29:36 Europe/Berlin] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 82 bytes) in /home/pizzeria/public_html/estudiemoslabiblia.com/libraries/joomla/database/database/mysql.php on line 712
[16-Apr-2014 03:32:02 Europe/Berlin] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 79 bytes) in /home/pizzeria/public_html/estudiemoslabiblia.com/libraries/joomla/database/database/mysql.php on line 712
[16-Apr-2014 03:32:22 Europe/Berlin] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes) in /home/pizzeria/public_html/estudiemoslabiblia.com/libraries/joomla/database/database/mysql.php on line 712
Prueba si activando la cache se soluciona el problema.
Cómo conseguir que tu Wordpress sea ultrarrápido
https://www.webempresa.com/blog/item/1389-como-conseguir-que-tu-wordpress-sea-ultrarrapido.html
Caso contrario envía un ticket a soporte para que lo revisen.
como activo la cache?
Hola,
Puedes revisar el siguiente articulo de blog:
Cómo conseguir que tu Wordpress sea ultrarrápido
www.webempresa.com/blog/item/1389-como-conseguir-que-tu-wordpress-sea-ultrarrapido.html
Has modificado algun archivo de la etiqueta HEAD en la carpeta header.tpl??
Hola,
Actualmente veo que tu web está cargando correctamente. Entiendo que ya has solucionado el problema.