• Resolved Jacob Roman

    (@jcbrmn06)


    Hello,

    I have moved WordPress sites quite a bit and for some reason this most recent local install. I moved all the WordPress files to the correct folder. I copied the database and uploaded it locally, changed the URL and updated all of the links. On the front end I can see the content just fine. BUt there are there random black squares with ?’s in them. When I go to edit that page, or any page or post for that matter. The content is missing. If i hit update, the content disappers. I have never seen this before.

    My only guess would be that there is something wrong with my local server set up. But i am open to hear anyone elses suggestions or if they have dealt with this before.

    Thanks in advanced.

Viewing 1 replies (of 1 total)
  • Thread Starter Jacob Roman

    (@jcbrmn06)

    Had a seperate local file set up for local development only so its easier when going live and I added this to the file and everything works fine now.

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
Viewing 1 replies (of 1 total)
  • The topic ‘After Local Install Content on Front End but not in Backend of WordPress’ is closed to new replies.