speedkarma
Forum Replies Created
-
Forum: Plugins
In reply to: [WP MVC] PHP Fatal error: Class 'MvcShellDispatcher' not foundGood..!! but i have already resolved the issue.
I was having some issue with directory(hosting site).
Well , I have done it and now it is working properly.Thanks you duytran31187.
Forum: Fixing WordPress
In reply to: import problem in new wordpress siteDear Bartel,
Can you tell me why the option of Import/Export is there in wordpress.I have listened that it is simple to import and export the posts, category, comments and everything , but the same is not working with importer.
if this option is not useful than why it is here, I want suggest word press community to do the needful.
and if you want WP Migrate DB plugin to be used , please suggest the community to change the core functions of import / export and instead of using import/export use your suggested plugin.
Forum: Fixing WordPress
In reply to: import problem in new wordpress siteDear Andrew Bartel,
The problem is it allows to download attachment.
It has an option to check for ‘download attachment’ while importing, Why is it there ?I have seen the code of importer , it has script to download files from the server.
check_admin_referer( 'import-wordpress' ); $this->fetch_attachments = ( ! empty( $_POST['fetch_attachments'] ) && $this->allow_fetch_attachments() ); $this->id = (int) $_POST['import_id']; $file = get_attached_file( $this->id ); set_time_limit(0); $this->import( $file ); break;
why is it there?
Forum: Fixing WordPress
In reply to: import problem in new wordpress siteDear Krishna,
I have learned to move the whole wordpress from the url you have given above.
But the problem is not regarding moving wordpress site , it is about import and export.Again i want to clear that , i am not able to get all the attached images when i import the xml file.
There are options available in tool
Tools
-> Import
-> ExportI first exported my posts from one site and got a xml file.
next , I logged in to my new domain and clicked on import option ,
it asks file name and than i clicked to check box to get attachment, than i clicked on button to finish.
Result : only post data not attached images, no featured images, no gallery images.Is there any problem with the importer ?
I am waiting for the valuable answer.
Thanks in advance.