Forum Replies Created

Viewing 7 replies - 31 through 37 (of 37 total)
  • Hey samboll,

    Yes, they’re both Mac apps, and standard text editors. They’re both listed in the Glossary link above.

    Turns out, that wasn’t the problem. The error was coming from the database itself, specifically the wphive_hosts table. Unless you disable it, wp-hive will automatically add new hosts or IP’s if they’re pointed at WordPress.

    In other words, I went to load my site on the new server by it’s IP address, wp-hive thought it was a new host, and added that host and the table prefix to wphive-hosts. So, I wound up with a row in wphive-hosts with an IP address in the ‘host’ field and ’69.’ in the ‘prefix’ field. I’m guessing that wp-hive overrode the ‘table_prefix’ value in wp-config.php, sending ’69.’ to the database function, consequently throwing that error.

    I hope that all makes sense. If anybody’s seeing this error while using wp-hive, check the wphive-hosts table to see if any of the prefix values in that table contain bad characters.

    Thanks.

    I’m having this same issue after a server migration. I tried uploading a brand new wp-config.php file from two different editors (BBedit and Smultron), commenting out the $table_prefix line, deleting the line, etc. Still the same error. Anybody know what’s up with that? It’s the default value, ‘wp_’. I’m using wp-hive, but I don’t know what that would do. It seems to just be stuck on that one line.

    Thanks.

    I had the same problem, and it turns out that category slugs can’t be the same as tag slugs in the wp-terms table. The blog I’m working on is an import from Movable Type, so I don’t know that this is an issue with a normal WordPress install. But in my case, the category and tag slugs conflicted.

    It seems like the ‘term_group’ column in wp-terms would map to category, tag, etc, but it’s not in my case. Again, this could be the result of importing from MT. If not, well then that’s kinda lame if you ask me.

    Forum: Plugins
    In reply to: content “module” plugin
    Thread Starter jebus

    (@jebus)

    Turns out WP has built in functionality to include page content in a template. Also, there’s a plugin called Improved Include Page that adds some more options…

    https://www.vtardia.com/improved-include-page/

    Thread Starter jebus

    (@jebus)

    Thanks. Yeah, integrating Gallery took some work. The hard part was integrating it between the WP header and footer, as opposed to just modifying the Gallery theme to look like the WP design.

    Regarding my last post, I now see that the original post says “somebody FROM a banknote”. I gotcha. Buy hey, I love the Simpsons, and the plugin was available.

    Thread Starter jebus

    (@jebus)

    Somebody with a banknote? Hmm… I have to admit, I have no idea what this means.

    Thanks for the feedback everybody.

    Thread Starter jebus

    (@jebus)

    Sure thing. Here’s the css…

    #menu {
    position: absolute;
    top: 154px;
    padding: 0;
    background: #000;
    width: 698px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    }

    #menu ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    }

    #menu ul li {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    }

    #menu a {
    display: block;
    color: #fff;
    background: #000;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    }

    #menu a:hover {
    background: #666;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    }

    #menuHi a {
    background: #666;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    }

    It’ll error in a validator, on account of the IE filter line. I like the transluscent look though. Also, the positioning will probably be different for your site. Other than that, it’s just a plain old unordered list. Enjoy.

    Thanks for the feedback, folks.

Viewing 7 replies - 31 through 37 (of 37 total)