KitchApp / KitchApp-Web

Code of the Web Application.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Error en foro! #33

Closed AnodiA closed 10 years ago

AnodiA commented 10 years ago

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).

AnodiA commented 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.