Closed AnodiA closed 10 years ago
En el archivo /httpdocs/sites/all/themes/marinelli/template.php se cambia la linea 204.
Antes: if ($picture = file_load($vars['comment']->picture->fid)) { Ahora: if ($picture = file_load($vars['user']->picture)) {
Con esto parece que se soluciona el problema.
Notice: Trying to get property of non-object en marinelli_preprocess_comment() (línea 204 de /home/a1388858/public_html/sites/all/themes/marinelli/template.php). Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! en DrupalDefaultEntityController->load() (línea 173 de /home/a1388858/public_html/includes/entity.inc). Notice: Trying to get property of non-object en marinelli_preprocess_comment() (línea 204 de /home/a1388858/public_html/sites/all/themes/marinelli/template.php). Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! en DrupalDefaultEntityController->load() (línea 173 de /home/a1388858/public_html/includes/entity.inc). Notice: Trying to get property of non-object en marinelli_preprocess_comment() (línea 204 de /home/a1388858/public_html/sites/all/themes/marinelli/template.php). Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! en DrupalDefaultEntityController->load() (línea 173 de /home/a1388858/public_html/includes/entity.inc).