Front page after staging push
-
I am working on a staging environment right now with a single site that is set up in multi site mode.
I created a script that dumps the database and files to a staging location and updates the domain, paths and user name for the site to the live environment. But for some reason when it goes to the new location the front page is missing most of its data (but I can see it in the database). All of the sub sites seem ok, I am not noticing anything strange in there, although I have only looked briefly.
Posts for the main site seems intact, it mainly looks like plugins are having problems accessing their data.
For example I have a script that reads an array using get_option but it is not returning any information after the move. I do see the entry in the wp_options and the data is correct. But for some reason it is not polling against this table.
Any ideas on what may have gone wrong, I know this is not a normal question.
The topic ‘Front page after staging push’ is closed to new replies.