Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


















Okay... this is the same error that we encountered before... onto research!


Let's export the database from RHEL 6 again:


I ignored that warning before... but let's see if addressing the max_input_vars config solves the import issue on RHEL7?

Let's find where the php.ini file is located:

php -i | grep "Loaded Configuration File"

we will make a backup of the current one... call it php.ini.pre-rush-changes


now we can edit the php.ini without any worries (wink) — well.... but with caution:



Giving Apache the boot---



Let's do the same on RHEL7:


php -i | grep "Loaded Configuration File"



vim php.ini

It's commented; let's uncomment it and then give apache a boot.


Nope... still same error; I will revert the change in the php.ini file... as that had no impact it seems!



Try #5: This time, with Views caching disabled, because upon inspecting the import, it turns out that it has error'd out on the caching table each time:


So on the live site, we will not only disable Views caching, but also clear out the cache overall and then export the DB:

As can be seen, Views caching is not disabled... so let's disable it...








Alright, let's re-export and then import again, and see how it fares this time...


Prior to importing, need to drop the half-imported DB:




Alright... we get confirmation that prep DB been dropped... let's import the database again...




Let's check where it stopped...


Yep... it's the same table that is causing the import problem... each failed import has stopped at cache_menu — more research time!

  • No labels