Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter dimenster

    (@dimenster)

    Actually I would like to use the subdomain for caching is that possible?

    Forum: Plugins
    In reply to: WP Polls

    I still got the earlier SQL error:

    WordPress database error: [You have an error in your SQL syntax near '( aid int(10) unsigned NOT NULL auto_increment, qid int(10) NOT NULL default '0'' at line 1]
    CREATE TABLE ( aid int(10) unsigned NOT NULL auto_increment, qid int(10) NOT NULL default '0', answers varchar(200) NOT NULL default '', votes int(10) NOT NULL default '0', PRIMARY KEY (aid))

    WordPress database error: [You have an error in your SQL syntax near '( id int(10) unsigned NOT NULL auto_increment, question varchar(200) NOT NULL de' at line 1]
    CREATE TABLE ( id int(10) unsigned NOT NULL auto_increment, question varchar(200) NOT NULL default '', timestamp varchar(20) NOT NULL default '', total_votes tinyint(4) NOT NULL default '0', PRIMARY KEY (id))

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (1, 'How Is My Site?', '1075479885', 0)' at line 1]
    INSERT INTO VALUES (1, 'How Is My Site?', '1075479885', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (1, 1, 'Good', 0)' at line 1]
    INSERT INTO VALUES (1, 1, 'Good', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (2, 1, 'Excellent', 0)' at line 1]
    INSERT INTO VALUES (2, 1, 'Excellent', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (3, 1, 'Bad', 0)' at line 1]
    INSERT INTO VALUES (3, 1, 'Bad', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (4, 1, 'Can Be Improved', 0)' at line 1]
    INSERT INTO VALUES (4, 1, 'Can Be Improved', 0);

    WordPress database error: [You have an error in your SQL syntax near 'VALUES (5, 1, 'No Comments', 0)' at line 1]
    INSERT INTO VALUES (5, 1, 'No Comments', 0);

    Is ther somebody out there who can tell me how to get a thing working?
    Thanks

    What you could do is this.
    Set in your pivot the amount of topics as high as you can and rebuild you index.
    Browse to your rss feed and copy that url and then use the import rss feed in WP this will work.
    You only lost your reactions.

    Forum: Plugins
    In reply to: BBclone on 1.5 ?

    I have a working BBclone om my blog add this code in the header.php right before <html xmlns=”http://www.w3.org/1999/xhtml”&gt;:
    <?php
    define(“_BBC_PAGE_NAME”, get_bloginfo(‘index’) . wp_title(‘/’, false));
    define(“_BBCLONE_DIR”, “(serverpath to the domain/bbclone/”);
    define(“_NEW_COUNTER”, _BBCLONE_DIR . “mark_page.php”);
    if (file_exists(_NEW_COUNTER))
    { include(_NEW_COUNTER); }
    ?>

    Thread Starter dimenster

    (@dimenster)

    Problem is solved, I have upgrade to a new build.
    Thanks for your help

    Thread Starter dimenster

    (@dimenster)

    Any suggestion which version I should pick?

    Thread Starter dimenster

    (@dimenster)

    That’s a lot of work, edit each comment.
    Any idea how I can get this working?

    Forum: Plugins
    In reply to: Kitten’s Spaminator
    Thread Starter dimenster

    (@dimenster)

    It’s in the comment when somebody placed on the blog itself, I don’t have a email recieve function on,
    For example I have a post that says “how is the weather”
    When somebody place his reaction like “Snow and cold” spaminator adds <!– X-spaminator-passed: IP check –><!– X-spaminator-passed: email check –><!– X-spaminator-passed: author url –><!– X-spaminator-passed: comment body –> Behind the comment in blog???

    Thread Starter dimenster

    (@dimenster)

    I got no response from 2fargon, is there somebody else who had this problem?
    I’ve got around 500 entries ane a huge amount of reactions and to copy them all in would take ages to do.
    There should be a way is????

    Thread Starter dimenster

    (@dimenster)

    Thanks

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