ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Site not displaying data after server migration - help!

February 04, 2010 3:30pm

Subscribe [3]
  • #1 / Feb 04, 2010 3:30pm

    Ridge

    44 posts

    I’m working on a site launch for a client. Our development site is working perfectly, but when we transferred everything to the client’s server, none of the data from any of the weblogs pull through to the front-end. The site framework (ie, everything that isn’t pulling from an exp:weblog tag) is working, as you’ll see in the links below:

    Our development site (working) - http://sbma.easterlydev.com/
    Client soon-to-be live site (not working) - http://216.23.198.14/

    I can’t see anything obvious, and this was a direct copy from one server to the other. I’ve cleared the caches. The EE wizard I ran on the new server says everything required is available.

    We’re running 1.6.8, build 20100121.

    Any ideas?

  • #2 / Feb 04, 2010 3:32pm

    Ridge

    44 posts

    Also, I can edit content on the back-end just fine. Everything pulls into the Edit screen correctly.

  • #3 / Feb 04, 2010 4:27pm

    Ridge

    44 posts

    Here’s the wizard: http://216.23.198.14/wizard.php

  • #4 / Feb 04, 2010 5:45pm

    Ingmar

    29245 posts

    Actually, it looks like just the Flash content doesn’t show? Sound like a possible path issue there.

  • #5 / Feb 04, 2010 5:48pm

    Ridge

    44 posts

    There’s no Flash content on the site at all.

    A more obvious example perhaps, with a bunch of text-based content missing from the main column:
    http://216.23.198.14/about/

    as compared to the working version on the dev site:
    http://sbma.easterlydev.com/about/

  • #6 / Feb 04, 2010 6:58pm

    Ridge

    44 posts

    Sorry to bug, but the client is getting antsy. Any ideas as to why database content isn’t being pulled through to the front-end?

  • #7 / Feb 04, 2010 7:11pm

    Adam Dorsey

    1439 posts

    Can you show us an example weblog tag? Just paste it in this thread, inside of [ code ] tags.

    In the wizard you posted above, did you check your MySQL settings?

  • #8 / Feb 04, 2010 7:56pm

    Ridge

    44 posts

    Here’s one I just created, which - if it were working - would display on the About page in the main column (http://216.23.198.14/about/):

    {exp:weblog:entries weblog="static-content" disable="categories|member_data|pagination|trackbacks"}
    Testing a weblog entries tag
    <h1>{title}</h1>
    {/exp:weblog:entries}

    Obviously static-content is a valid weblog short name, and the weblog entries tag is about as simple as you can get. And even the paragraph element isn’t appearing. It’s as if the weblog tag itself isn’t being parsed.

    MySQL settings were checked and double-checked. Like I said earlier in the thread, I can see the data on the backend, on all Edit pages. Everything’s absolutely correct. It’s only not working on the front-end.

  • #9 / Feb 04, 2010 8:25pm

    Adam Dorsey

    1439 posts

    Your not running MSM are you? What does your path.php file look like? Is it pointing to the dev install maybe?

  • #10 / Feb 04, 2010 8:28pm

    Ridge

    44 posts

    No MSM.

    Path.php:

    <?php
    
    // ------------------------------------------------------
    // DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
    
    // ------------------------------------------------------
    // Path to the directory containing your backend files
    
    $system_path = "./system/";
    
    // ------------------------------------------------------
    // MANUALLY CONFIGURABLE VARIABLES
    // See user guide for more information
    // ------------------------------------------------------
    
    $template_group = "";
    $template = "";
    $site_url = "";
    $site_index = "";
    $site_404 = "";
    $global_vars = array(); // This array must be associative
    
    ?>

    As you can see, it’s pointing correctly, and hasn’t been touched.

  • #11 / Feb 04, 2010 8:52pm

    Adam Dorsey

    1439 posts

    Ah - Try manually emptying your system/cache folder via FTP. Remove everything but the index.html file.

    Thanks,
    Adam

  • #12 / Feb 04, 2010 9:10pm

    Ridge

    44 posts

    system/cache attempted to empty. I got “550 Remove directory operation failed.” errors when trying to remove the folders inside cache. The whole shebang is permission set to 777.

    Still no joy.

  • #13 / Feb 04, 2010 9:17pm

    Adam Dorsey

    1439 posts

    Thats a chown problem. Probably still set to your old owner. Try removing the data from the cp, under Admin > Utilities > Clear Cached Data - But you really need to fix the ownership permissions problems with the cache folder, and empty it, as I suspect that is the issue here.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases