Title: debdbuck's Replies | WordPress.org

---

# debdbuck

  [  ](https://wordpress.org/support/users/debdbuck/)

 *   [Profile](https://wordpress.org/support/users/debdbuck/)
 *   [Topics Started](https://wordpress.org/support/users/debdbuck/topics/)
 *   [Replies Created](https://wordpress.org/support/users/debdbuck/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/debdbuck/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/debdbuck/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/debdbuck/engagements/)
 *   [Favorites](https://wordpress.org/support/users/debdbuck/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menu Item Visibility Control] Visibility on Role User](https://wordpress.org/support/topic/visibility-on-role-user/)
 *  [debdbuck](https://wordpress.org/support/users/debdbuck/)
 * (@debdbuck)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/visibility-on-role-user/#post-5411876)
 * Thank you for posting Maud Kon! That is exactly what I needed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Importer] Nothing Happens](https://wordpress.org/support/topic/nothing-happens-58/)
 *  Thread Starter [debdbuck](https://wordpress.org/support/users/debdbuck/)
 * (@debdbuck)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/nothing-happens-58/#post-5743883)
 * I dug deeper and found the solution. The problem is my server, it seems.
 * Check out this thread: [https://wordpress.org/support/topic/fatal-error-class-domdocument-not-found?replies=11](https://wordpress.org/support/topic/fatal-error-class-domdocument-not-found?replies=11)
 * In particular, taotiago’s replied solution worked like a charm. Here it is:
 * > Replace in file parsers.php in plugin wordpress-importer at Class WXR_Parser_SimpleXML
   >     ```
   >     $dom = new DOMDocument;
   >     $old_value = null;
   >     if ( function_exists( 'libxml_disable_entity_loader' ) ) {
   >     $old_value = libxml_disable_entity_loader( true );
   >     }
   >     $success = $dom->loadXML( file_get_contents( $file ) );
   >     if ( ! is_null( $old_value ) ) {
   >     libxml_disable_entity_loader( $old_value );
   >     }
   > 
   >     if ( ! $success || isset( $dom->doctype ) ) {
   >     return new WP_Error( 'SimpleXML_parse_error', __( 'There was an error when reading this WXR file', 'wordpress-importer' ), libxml_get_errors() );
   >     }
   > 
   >     $xml = simplexml_import_dom( $dom );
   >     unset( $dom );
   >     ```
   > 
   > For:
   >  `$xml = simplexml_load_file($file);`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Importer] Upload Doesn't Happen](https://wordpress.org/support/topic/upload-doesnt-happen/)
 *  Thread Starter [debdbuck](https://wordpress.org/support/users/debdbuck/)
 * (@debdbuck)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/upload-doesnt-happen/#post-4980186)
 * I never heard back on this, found a different solution, and forgot about it until
   recently. I forgot about this post, and accidentally started a new thread in 
   which I shared the error code.
 * I’ll mark this as resolved/closed to leave the newer, more complete post open.
 * [https://wordpress.org/support/topic/nothing-happens-58](https://wordpress.org/support/topic/nothing-happens-58)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Importer] Nothing Happens](https://wordpress.org/support/topic/nothing-happens-58/)
 *  Thread Starter [debdbuck](https://wordpress.org/support/users/debdbuck/)
 * (@debdbuck)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/nothing-happens-58/#post-5743872)
 * Whoops! I didn’t remember posting about this 8 mos ago. Sorry.
    [https://wordpress.org/support/topic/upload-doesnt-happen](https://wordpress.org/support/topic/upload-doesnt-happen)
 * Didn’t have the error code on that post tho…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Combrite] Selecting import as post, does not do anything](https://wordpress.org/support/topic/selecting-import-as-post-does-not-do-anything/)
 *  [debdbuck](https://wordpress.org/support/users/debdbuck/)
 * (@debdbuck)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/selecting-import-as-post-does-not-do-anything/#post-5127618)
 * I’m having the exact same issue. Since there are no replies yet, have you found
   a solution elsewhere, perhaps?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] [Plugin: Facebook] PHP Warnings?](https://wordpress.org/support/topic/plugin-facebook-php-warnings/)
 *  [debdbuck](https://wordpress.org/support/users/debdbuck/)
 * (@debdbuck)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-facebook-php-warnings/#post-2821664)
 * I had the same problem! Thank you so much for the solution Otto!
 * GoDaddy went through the “it’s not our fault, it’s the application’s fault” rounds…
   I insisted that we check things out quoting this thread!
 * After a hold time to “check with their advanced server team,” the rep informed
   me that “the connection to the tmp folder was broken” during the migration from
   Windows to Linux.
 * I kept him on the line until I put my app id and key in. It works!
    Thanks guys!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] social publisher not showing](https://wordpress.org/support/topic/social-publisher-not-showing/)
 *  [debdbuck](https://wordpress.org/support/users/debdbuck/)
 * (@debdbuck)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/social-publisher-not-showing/#post-3244340)
 * I don’t have the app namespace field either.
    I am using WordPress 3.4.2 and 
   Facebook plugin 1.1.8 as well.
 * I haven’t been able to set up Social Publisher at all.
    1. There’s a check by #1 “A Facebook application identifier associated with…”
    2. There’s a link for #2 that I don’t really want.
    3. Finally, there’s #3 “Authenticate with Facebook to allow your Facebook application
       to post to your timeline or page on your behalf when a post is published.”
 * The very next few lines/links don’t help.
 * The first link “Associate your WordPress account…” gives me an error:
 * > “API Error Code: 191
   >  API Error Description: The specified URL is not owned
   > by the application Error Message: Invalid redirect_uri: Given URL is not allowed
   > by the Application configuration.”
 * Where do I address this redirect_uri problem?
 * The second link “Connect your Facebook account to get started.” does nothing 
   but change the URL to have “#facebook-login” appended at the end.
 * Is this supposed to do something?
 * Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)