I receive two errors:
Warning: class_implements() [function.class-implements]: Class AdvertisementEntityController does not exist and could not be loaded in entity_crud_get_info() (linea 335 di /home/xxxxeu/public_html/sites/all/modules/entity/entity.module).
Warning: in_array() [function.in-array]: Wrong datatype for second argument in entity_crud_get_info() (linea 335 di /home/xxxxeu/public_html/sites/all/modules/entity/entity.module).
How I solve? Thanks
Comments
Comment #1
fagoSounds to be related with the ad module.
Comment #2
mubeen1313 commentedI have also received two errors:
* Warning: Parameter 1 to ad_external_node_view() expected to be a reference, value given in module_invoke_all() (line 819 of D:\wamp\www\xxxxx\includes\module.inc).
* Warning: Parameter 1 to ad_external_node_view() expected to be a reference, value given in module_invoke_all() (line 819 of D:\wamp\www\xxxxx\includes\module.inc).
how i solve this error???
Thanks
Comment #3
aristeides commentedI too receive errors like these:
When enabling the Ad module
Comment #4
johnmichos commentedI take the same, too.
Comment #5
rojesaga commentedI upgrade de module and apply the patch
http://drupal.org/node/1335278#comment-5217930
So far so good.
Comment #6
anybody