Posted by MarkLaymon on March 28, 2010 at 2:54am
I am getting this error and have not been able to stop more and more pages getting white screen of death
warning: array_merge_recursive() [function.array-merge-recursive]: recursion detected in /var/www/vhosts/domain.com/httpdocs/includes/module.inc on line 485.

Comments
sorry wrong string user
sorry wrong string
user warning: Unknown column 'namespace' in 'order clause' query: context_contexts /* admin : context_contexts */ SELECT * FROM context ORDER BY namespace ASC, attribute ASC, value ASC in /var/www/vhosts/snasm.com/httpdocs/sites/all/modules/context/context.module on line 342.
http://coworkingflorida.com Coworking Florida is a community driven shared office space in Boynton Beach Florida
http://newtechcommunity.com Local Non Profit Tech Community In South Florida
http://barcamppalmbeach.com BarCamp Palm Beach is an ad-hoc unc
Did you update any modules
Did you update any modules from the versions in the OP distribution?
.............................................
http://twitter.com/inadarei
No OP updated modules
I have been careful not to update any of the OP based modules on this install.
I also have this error showing today.
user warning: Unknown column 'nid' in 'where clause' query: _feedapi_mapper_load_mapping /* admin : _feedapi_mapper_load_mapping */ SELECT mapping FROM feedapi_mapper WHERE nid = 254 in /var/www/vhosts/snasm.com/httpdocs/sites/all/modules/feedapi_mapper/feedapi_mapper.module on line 462.
http://coworkingflorida.com Coworking Florida is a community driven shared office space in Boynton Beach Florida
http://newtechcommunity.com Local Non Profit Tech Community In South Florida
http://barcamppalmbeach.com BarCamp Palm Beach is an ad-hoc unc
Typically
Typically "array_merge_recursive", in Drupal's module.inc, is caused by installing some misbehaved module or when a newly installed module conflicts with an existing one.
Also "user warning: Unknown column 'namespace'" in Context, could have been caused by update to Context3, since Context3 uses a modified table structure and the most probable cause for that error is if something has updated table structure to v3, but code currently used is still that of Context2.
Similarly, FeedAPI_Mapper 2.x does not have "nid" column, anymore, whereas FeedAPI_Mapper 1.x used to have one and that's what error complains about. Most probable cause: database is compatible to 2.x, while code is that of 1.x, for some reason.
That's why I asked about modules.
.............................................
http://twitter.com/inadarei
new database?
I must have carried over some of the content over when I moved the database information manually.
Opinion? Should I do a fresh install in a new database, add all the modules I wish to use, then transfer only the users and content from the past install, being careful to not transfer ANY structure information?
I believe this can be done using backup and migrate module.
http://coworkingflorida.com Coworking Florida is a community driven shared office space in Boynton Beach Florida
http://newtechcommunity.com Local Non Profit Tech Community In South Florida
http://barcamppalmbeach.com BarCamp Palm Beach is an ad-hoc unc
Sounds like a plan.
Sounds like a plan.
.............................................
http://twitter.com/inadarei
Just a suggestion
if you are going to start a fresh install and dont need your current, and irakli is saying that the db record belongs to versions newer than the code, so why dont you try first uploading the newer code (that that belongs to the right db record versions) and see how they behave? this could be useful to know. and if they behave well, you can keep everything running.
Thank you,
Walid.
www.hibr.me
They do not have the patches
They do not have the patches required to run OP.
That was the problem that started everything to begin with. Once I added the new updates I crashed everything and then overwrote the backup with the bad info.
http://coworkingflorida.com Coworking Florida is a community driven shared office space in Boynton Beach Florida
http://newtechcommunity.com Local Non Profit Tech Community In South Florida
http://barcamppalmbeach.com BarCamp Palm Beach is an ad-hoc unc