Title: Aldun's Replies | WordPress.org

---

# Aldun

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing language of the standard Blog texts](https://wordpress.org/support/topic/changing-language-of-the-standard-blog-texts/)
 *  Thread Starter [Aldun](https://wordpress.org/support/users/aldun/)
 * (@aldun)
 * [9 years ago](https://wordpress.org/support/topic/changing-language-of-the-standard-blog-texts/#post-9082108)
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: CForm Builder] Can't receive email through contactform](https://wordpress.org/support/topic/plugin-cform-builder-cant-receive-email-through-contactform/)
 *  Thread Starter [Aldun](https://wordpress.org/support/users/aldun/)
 * (@aldun)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/plugin-cform-builder-cant-receive-email-through-contactform/#post-7455097)
 * Still stuck.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to read XML?](https://wordpress.org/support/topic/how-to-read-xml/)
 *  Thread Starter [Aldun](https://wordpress.org/support/users/aldun/)
 * (@aldun)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/how-to-read-xml/#post-6857753)
 * Addition:
 * What I’m currently trying is through the following code
 *     ```
       <script>function loadDoc(){
       var xhttp = new XMLHttpRequest();
       xhttp.onreadystatechange = function() {
       if (xhttp.readyState == 4 && xhttp.status == 200) {
       myFunction(xhttp);
       }
       };
       xhttp.open("GET", "http://www.boardgamegeek.com/xmlapi/collection/Zuiderspel?own=1&version=1", true);
       }
       xhttp.send();
   
       function myFunction(xml){
       console.log("test");
       }
   
       </script>
       ```
   
 * With in the myFunction obviously the right code to place it in divs. However,
   this gives me ‘Unexpected token ILLEGAL’ for a reason I can’t find out. I’ve 
   tried changing the xhttp.open to the local xml file on my server, but with the
   same results.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Unable to add any content to new page?](https://wordpress.org/support/topic/unable-to-add-any-content-to-new-page/)
 *  Thread Starter [Aldun](https://wordpress.org/support/users/aldun/)
 * (@aldun)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/unable-to-add-any-content-to-new-page/#post-6607244)
 * Nevermind, it appeared to be some CSS issue.. lol
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Unable to add any content to new page?](https://wordpress.org/support/topic/unable-to-add-any-content-to-new-page/)
 *  Thread Starter [Aldun](https://wordpress.org/support/users/aldun/)
 * (@aldun)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/unable-to-add-any-content-to-new-page/#post-6607243)
 * Up, I’m really stuck on this!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to move / migrate site](https://wordpress.org/support/topic/unable-to-move-migrate-site/)
 *  Thread Starter [Aldun](https://wordpress.org/support/users/aldun/)
 * (@aldun)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/unable-to-move-migrate-site/#post-6549797)
 * Wow. After days I finally found the error. Apparantly WordPress automatically
   adds an UPPERCASE to the tabelprefix, which caused the prefix to have an uppercase
   letter in the wp-config.php (but not in the database).
 * Thanks to Hiilo from [http://stackoverflow.com/questions/9827164/wordpress-keeps-redirecting-to-install-php-after-migration](http://stackoverflow.com/questions/9827164/wordpress-keeps-redirecting-to-install-php-after-migration)
   I found this error.
 * Thanks for helping, though!

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