dimenster
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Cache on subdomainActually I would like to use the subdomain for caching is that possible?
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?
ThanksForum: Installing WordPress
In reply to: And again….pivot -> wpWhat 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”>:
<?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); }
?>Forum: Fixing WordPress
In reply to: No http:// when url is placedProblem is solved, I have upgrade to a new build.
Thanks for your helpForum: Fixing WordPress
In reply to: No http:// when url is placedAny suggestion which version I should pick?
Forum: Fixing WordPress
In reply to: No http:// when url is placedThat’s a lot of work, edit each comment.
Any idea how I can get this working?Forum: Plugins
In reply to: Kitten’s SpaminatorIt’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???Forum: Installing WordPress
In reply to: Move from Pivot to WordPressI 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????Forum: Installing WordPress
In reply to: Move from Pivot to WordPressThanks