westdigit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site Transfer and Backend Not Saving ChangesHello,
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.
Forum: Fixing WordPress
In reply to: Site Transfer and Backend Not Saving ChangesI 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 of
set_theme_modin 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 …
Forum: Fixing WordPress
In reply to: Site Transfer and Backend Not Saving ChangesI 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.