mrpeer
Forum Replies Created
-
Forum: Plugins
In reply to: Theme-Switcher ProblemI’ve got some problems with hosting, and not enough time to re-upload all my datas…
File is now available ??Forum: Fixing WordPress
In reply to: needs testing: pMachine 2.3 to WP 1.2 converteryeah ??
Forum: Installing WordPress
In reply to: ANNOUNCE: PMachine 2.0 import (v0.1)https://mr.peer.tribalix.com/phpinfo.php
I set magic_quote_runtime to on in my php.ini, restart apache, and try to import my PM base and it works
BUT I’ve got an other problem : for each post, comments have the same author ??Forum: Installing WordPress
In reply to: ANNOUNCE: PMachine 2.0 import (v0.1)??
(with version 0.3)
Inserting post “Welcome”
INSERT INTO wp_posts (post_author, post_date, post_content, post_title, post_category, post_excerpt, post_name, post_status, post_modified) VALUES (‘1’, ‘2002-08-17 15:37:55’, ‘Bienvenue à moi, à vous… Voilà, c’est le premier message de ce blog… Whaou, quelle émotion… ?? PS : Mettez des commentaires à mes posts, ?a fera plaisir
‘, ‘Welcome’, ‘2’, ”, ‘welcome’, ‘publish’, ‘2002-08-17 15:37:55’)
Invalid query: You have an error in your SQL syntax near ‘est le premier message de ce blog… Whaou, quelle émotion… ?? PS : Mett’ at line 4Forum: Installing WordPress
In reply to: ANNOUNCE: PMachine 2.0 import (v0.1)it doesn’t work :
Inserting post “Welcome”
INSERT INTO $tableposts (post_author, post_date, post_content, post_title, post_category, post_excerpt, post_name, post_status, post_modified) VALUES (“$post_author_id”, “$posted”, “$content”, “$title”, “$category”, “$excerpt”, “$post_name”, “publish”, “$posted”)
Invalid query: Table ‘peer2.$tableposts’ doesn’t existForum: Installing WordPress
In reply to: ANNOUNCE: PMachine 2.0 import (v0.1)
SELECT * FROM pm_weblog WHERE weblog='weblog'
Calculating category equivalency for this post : pMachine (1) = WP (2)
SELECT pm.id, wpc.category_nicename, pm.category, wpc.cat_ID, wpc.cat_name FROM wp_categories as wpc, pm_categories as pm WHERE (LOWER(REPLACE(pm.category,' ','-'))=wpc.category_nicename) AND (pm.id=1)
Inserting post "Welcome"
INSERT INTO wp_posts (post_author, post_date, post_content, post_title, post_category, post_excerpt, post_name, post_status, post_modified) VALUES ('2', '2002-08-17 15:37:55', 'Bienvenue à moi, à vous... Voilà, c'est le premier message de ce blog... Whaou, quelle émotion... :) PS : Mettez des commentaires à mes posts, ?a fera plaisir
', 'Welcome', '2', '', 'welcome', 'publish', '2002-08-17 15:37:55')
Invalid query: You have an error in your SQL syntax near 'est le premier message de ce blog... Whaou, quelle émotion... :) PS : Mett' at line 4
Forum: Installing WordPress
In reply to: ANNOUNCE: PMachine 2.0 import (v0.1)Hello, i’ve got an error while importing posts & comments and I think it’s a probleme with quotes.