Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • Forum: Fixing WordPress
    In reply to: 1.5 Upgrade
    Thread Starter xmarcos

    (@xmarcos)

    yes, but i checked out and is not the file…
    aparently is a problem with on eof the plugins… brian latest comments, coz when i disable it the error is gone [?!]

    Anyway, my blog is not the one in my profile, the real one is https://www.marcoss.com.ar/defmay/index.php (i just cant figure out how to update that :S )

    Thread Starter xmarcos

    (@xmarcos)

    Ok, now i’m less stupid today i was so bored that i started playing again with my wip layout on my pc and after looking at the code of the default layout i found out a way to make static pages (no plugins required).
    The only thing to do is place this code at the top of the page.

    <?php /* wp_php functions in a "static page"*/
    require('.../wp-blog-header.php');
    ?>

    And then u can use the “get” functions or use the php includes like this…

    <?php include "mod-headear.php"; ?>
    <?php include "mod-sidebar.php"; ?>
    <?php include "mod-footer.php"; ?>

    hope it work for u too

    Forum: Your WordPress
    In reply to: Modified Kubrick

    Check this one https://www.marcoss.com.ar/ ??

    [quote]here is a quick fix (tested against php5.0.1)
    change line 705 in wp-admin/upgrade-functions.php from
    if ($res[0][‘Type’] != ‘varchar(32)’) {
    to
    if ($res[0]->Type != ‘varchar(32)’) {
    hope it helps.
    [/quote]
    A BIG THANKS!!!!!!… you’ve saved me a lot of time!
    Just a question? This is due to a update in php, right?
    m^r(oS | cba-arg

Viewing 4 replies - 31 through 34 (of 34 total)