WebTechGlobal
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Importer] WP Import – MySQLDoing searches on WordPress core to find the query and not coming up with much. When I did find a query it was not the correct one.
I searched on “SELECT term_taxonomy_id FROM $wpdb->term_taxonomy”
Keep in mind $wpdb replaces the wp_ in your errors above. Please perform that search on your theme files. Try searching with wp_ instead of $wpdb however if wp_ is being used that is a mistake by the theme author.
Paste any PHP from the search result please. Also consider running this by the theme author especially if you can use WordPress with another theme.
Forum: Plugins
In reply to: [WordPress Importer] WP Import – MySQLAh ok I was thinking that was what your error log showed.
The first query has near ” but there is no quote in the query sample itself. I’ll need to find the code itself if your not sure how to. Easiest way is a search. Will get back to you soon.
What is the path/directory for your wp-content folder?
wp-content can be moved so I’m ruling that out first.
Forum: Plugins
In reply to: [WordPress Importer] WP Import – MySQLHey
Any ideas why “ntt” is showing in the query so much? I’ve never seen this. Google it and nothing comes up.
If you can paste your actual code that could be great. To find it you could search “SELECT term_taxonomy_id FROM wp_term_taxonomy WHERE term_id”.
Forum: Reviews
In reply to: [YouTube Sidebar] More To ComeI don’t think this comment was meant to be posted as a review. It looks like it was a reply.
Ryan must have been on the list of reviews but because there was a single review it looked like he was viewing that one review and replying lol
Forum: Plugins
In reply to: [WordPress Importer] Automating POST and import to WordPress ImporterThe best way to perform any automation when it comes to auto-blogging is to import ALL data to a stand-alone database table. One created per .xml or .csv file.
Then from there we work with the data. Using that database table to track what data has been used. Updating the data and then applying it to posts when ready.
May sound like opinion. But all approaches have been tried and tested in Easy CSV Importer over the last couple of years and the benefits of getting the data into the database as a first step are great. Better control and avoidance of running into issues once the auto-blogging begins.
Forum: Everything else WordPress
In reply to: Topic Edit Link Problem, Cannot Edit Threads On ww.wp.xz.cnHello Jan I hope you are well today.
Well explained. We’re hyper posting right now. If we’re hitting spam filters like this we’ll take a break! lol
And I must have more faith in the Dembowski, the Dembowski always helps.
Forum: Plugins
In reply to: [CSV 2 POST] Free Edition ReductionWell around 2 months after making the said change. It seems to have gone down well with users.
A case of less is more I think and that is something well learned. This will be kept in mind as we create an entire range of plugins.
Small steps from here on!
Forum: Plugins
In reply to: [CSV 2 POST] How to use this pluginNew FAQ page…
Forum: Plugins
In reply to: [CSV 2 POST] How to use this pluginHello
Thank you for trying CSV 2 POST.
1. A new table is created per project. The table includes special columns for CSV 2 POST managing the relationship between rows and posts. The tables also get a column per column in your CSV file, name the same as the header in your file. This approach allows us to do a lot more with our data and make our auto-blogged sites more competitive.
2. CSV 2 POST accepts any .csv file header names. Right now the .csv file name itself must not contain hyphens or spaces but that will change soon when a new Data Source system is integrated through the plugin.
Good questions
Ryan
Forum: Plugins
In reply to: [Easy CSV Importer] XML Import Features ComingMore work was done on the new XML import today. Still in very early stages but that is how we want it. One small step at a time while we decide on our entire approach.
Forum: Plugins
In reply to: [WordPress Importer] Social Media stats don't import?I think I meant to say what cent said, much better explanation. It’s the same with Google+ isn’t it. However I’ve seen a page being removed from my website then added again with the exact same slug and it retains the older counters. Not possible in your case as your domain is different.
It is a shame to lose a lot of likes and pluses.
Forum: Plugins
In reply to: [Easy CSV Importer] Easy CSV Importer – white screen on activation?No problem. Just about to upload version 7.0.4 and then I’ll send you a free copy of the paid edition to say thanks for reporting the issue.
Forum: Installing WordPress
In reply to: Can I Install wordpress on 2 servers?Yes, change…
define(‘DB_HOST’, ‘localhost’);
In wp-config.php.
Forum: Plugins
In reply to: [WordPress Importer] [Plugin: WordPress Importer] Not importing media libraryWODARA are images black and white when you upload them manually?
There are a lot of importer plugins. I provide Easy CSV Importer however I only started adding XML import to it yesterday. My plugin builds posts using raw data rather than importing data directly to the WordPress database tables.
The outcome is the same in most ways. It is just a bit more technical. There are a lot of YouTube tutorials though.
[Remaining comments moderated. These forums do not allow hosting promotions here.]