I am getting an odd bug.
I recently updated Entity Module to 7.x-1.0+2-dev.
Now drupal core is giving me errors that the module is missing causing all the dependent modules to fail.
I have tried to re-install both dev and non dev versions older builds.
Delete the database table entries in system. Recreated Database tables.
Rebuilt registries etc. Used old database backups. everything
No go.
It will not even show up on the admin/modules list
although the core list shows the dependance "Entity tokens" in the list in the "off" "status",
greyed out, also showing it's missing module "entity" regardless of which version is installed.
Is this a common error haven't seen any issues for years on this.
Is there a fix I should be trying before I try to reinstall the entire large site from a backup.
FYI I am not running drush on this installation.
Thanks for any ideas.
This is a critical module if you are running ubercart.
ps. I do not have any internationalization modules installed, nor should I have to??
:-)
Is this related to this error?
Fatal error: Call to undefined function entity_property_info_cache_clear()
drupal_flush_all_caches() does not clear entity info cache: http://drupal.org/node/996236
I am starting to run into this error now after experimenting on the database and versions on other smaller multisites running on the same updated D7 core.
HELP !!! Please :-)
Comments
Comment #1
xacto commentedI have tried everything I can think of. Deleted everything from the database. Tried all old versions on entity.
What could be causing this module entity to flag missing even from the core module list?
Especially when "Entity tokens" is being read by core and on the list.
I am stumped..
Any ideas here, this knocked out 6 multi-site live sites.
:-(
Comment #2
xacto commentedWell thanks for the ideas, everyone.. Not
:-(
I was able to get it to load correctly by adding the module to the sub domain folder within a offending multi-site.
Not sure why that would fix it.
So now I have it installed in both "sites/all/modules/" and "sites/sampledomain.com/module"
Now unfortunately It seems I have to do that to ever multiple site I have running on this core.
which is very much contrary to the benefits of running a multi-site..
Anyway.. Hope this may help others, and may be a temporary fix.
I will post later if I can track down the specific issue.
Thanks for the work Fago on the module.
Comment #3
xacto commentedOh BTW I forgot to reply.. Found the obvious fix.
My bad.. :-)
Hidden deep within a different module was an additional package folder of the entity module that was not on my local mirror.
BTW if anyone needs to do a deep FTP search Filezilla worked great to find it.
Thanks again for all the hard work.
:-)
Comment #4.0
(not verified) commentedmore info