Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter pack121

    (@pack121)

    Seems to have come and gone on its own…

    Thread Starter pack121

    (@pack121)

    WOO! Ok I got it back up. It just needed the older WP version and adding back all old plugins.

    Thanks for the help y’all

    Thread Starter pack121

    (@pack121)

    They do it for free, except they have to roll back the whole account of mine which would undo too much of my work.

    I realized I had an older WP install, so I uploaded 2.9.2 instead and now the error message is gone.. now it loads a blank root screen instead of the error.

    Still not working though..

    happy thanksgiving!

    Thread Starter pack121

    (@pack121)

    Everything looks right to me in the config file. This is what I get when I try to load the root domain (with the address swapped out for the location on the server)

    ' ); } } ?> _HOST ); } ?> ?> ter() ) return str_replace( 'Wordpress', 'WordPress', $text ); // Still here? Use the more judicious replacement static $dblq = false; if ( false === $dblq ) $dblq = _x('“', 'opening curly quote'); return str_replace( array( ' WordPress', '‘Wordpress', $dblq . 'Wordpress', '>Wordpress', '(WordPress' ), array( ' WordPress', '‘WordPress', $dblq . 'WordPress', '>WordPress', '(WordPress' ), $text ); } ?> ) ) return true; } return false; } ?> t', array(&$post)); return true; } ?> _theme_mod' ); ?> result = " $type='$type'"; else $result = ''; if ( $echo ) echo $result; return $result; } ?> } ?>
    Parse error: syntax error, unexpected ')' in /wp-includes/post.php on line 4721

    I checked line 4721 of post.php and it reads this:

    if ( false == wp_verify_nonce( $_GET['preview_nonce'], 'post_preview_' . $id ) )

    not sure what to do?

    Thread Starter pack121

    (@pack121)

    I checked and its the right database. I’m thinking the config file is just used for the installation step. I’m not sure how to get this setup going again without overwriting things.

    Thread Starter pack121

    (@pack121)

    I guess i mean the blogname or postname doesnt show in the header with those static page settings, not the “title” of the browser.

    Here it is anyway: <title><?php if(is_home() || is_search()) { bloginfo('name'); echo ''; bloginfo('description'); } else { wp_title('') ;} ?></title>

    Any ideas?

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