• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter smsldoo

    (@smsldoo)

    Taking a closer look at the database after updating the options it does look like it is in the correct table. The option_id and blog_id values are still the same, but the data that was in there before was overwritten.

    Thread Starter smsldoo

    (@smsldoo)

    Actually it looks like the wp_option tables for the sub sites are having the same problem :/

    Basically it looks like get_option is not returning a value even though there is a value set in the database.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Front page after staging push’ is closed to new replies.