Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I tried to make the same thing, but with a different an other folder and another database and it’s work !

    So I have a look on the folder’s right but no results, their are the same rights than the first folder …

    Again I have a look on the database, but it’s the same configuration too …

    I’am using a bash script to copy the site, so to make my test I just change the folder path and the database name.

    I don’t understand what append.

    I have a look into the code and the result is that the theme and logo are store in the database !

    for exemple, the logo is store by the call ofset_theme_mod in custom-header.php
    who call many function and arrive to :
    update_option( $option, $newvalue ) of functions.php witch call $wpdb->update( $wpdb->options, array( 'option_value' => $newvalue ), array( 'option_name' => $option ) );

    So I don’t understand what happen when we move the files and database …

    I Have the same problème as you, when I

    • copy all the files into another directory
    • copy data form one database to another
    • Change the database configuration in files
    • Uptade the URL in the database data

    I lost my Logo and my background color.

    I don’t use caching plugin too …

    I use WordPress 3.2.1

    I search for file configuration, but I find nothing.

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