welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 165 forks source link

add support for mulidimensional serialised arrays in database #309

Closed herbie4 closed 6 years ago

herbie4 commented 8 years ago

Most plug-ins use single serialised arrays in the database. Now ran into an issue where a plug-in is using multidimensional serialised array. After push_db or pull_db now the plug-in is not working because the count on the main array has not been updated.

Is there a way to get Wordmove to play nice with mulidimensional serialised arrays in the database?

alessandro-fazzi commented 8 years ago

Ouch...if you say it does not works with multidimensional serialized array than the way to make wordmove deal with them is to rewrite the substitution routines...

alessandro-fazzi commented 6 years ago

Got the goal implementing the new sql_adapter: 'wpcli' :) Closing