[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [HTML Import 2] Doesn't import anything at all… is this still supported?The plugin and php5.3.3 indeed has problem with
:With clean_html – for some reason the $string already has converted
to
and php5.3.3’s strip_tags function will not recognize it as as allowed tag even if you have
as allowed.Another issue I had was I pre-converted the to-be-imported file to utf8, however I still had meta content-type in the old code, instead of utf8. On the test server (php5.4) somehow that meta header line was ignored by the plugin but not the other.
With these issues addressed I was able to start importing. It’s a great plugin. Many thanks!
Forum: Plugins
In reply to: [HTML Import 2] Doesn't import anything at all… is this still supported?Just read the original post more carefully and my situation is a bit different. The plugin was able to see the files and ran for a while for the importing work, but the posts were empty and the titles were empty, tags and categories were correctly set though.
On the other server as mentioned above with php5.4, everything went well, including importing of linked images.
Forum: Plugins
In reply to: [HTML Import 2] Doesn't import anything at all… is this still supported?Hi Stephanie,
I encountered the same issue on one server, but on another server it works perfectly fine. Both are running WP 3.6.1 Multisite with v2.4 of the plugin. In fact the working server is supposed to be a test environment for the server couldn’t import. The only difference being the working one has php 5.4 and the non-working one is php 5.3.
Other than that, all the settings are exactly the same, paths, files etc are all the same. Any ideas? Thanks!
mishagos I am wondering what version of PHP you are running. Plugin requires PHP 5.0+