Title: smiro2000's Replies | WordPress.org

---

# smiro2000

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Intuitive Custom Post Order] Order fails on front end until type post has been activated](https://wordpress.org/support/topic/order-fails-on-front-end-until-type-post-has-been-activated/)
 *  [smiro2000](https://wordpress.org/support/users/smiro2000/)
 * (@smiro2000)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/order-fails-on-front-end-until-type-post-has-been-activated/#post-6597850)
 * Thanks so much for sharing this work around. Saved me a ton of time. Seems silly
   to me too…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Professional Social Sharing Buttons, Icons & Related Posts - Shareaholic] Difference between this and "shareahilc" (without the *)](https://wordpress.org/support/topic/difference-between-this-and-shareahilc-without-the/)
 *  Thread Starter [smiro2000](https://wordpress.org/support/users/smiro2000/)
 * (@smiro2000)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/difference-between-this-and-shareahilc-without-the/#post-3442094)
 * very interesting, thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Folding Category List (FoCaL)] How to fix the error: "Missing argument 2 for wpdb::prepare()"](https://wordpress.org/support/topic/how-to-fix-the-error-missing-argument-2-for-wpdbprepare/)
 *  [smiro2000](https://wordpress.org/support/users/smiro2000/)
 * (@smiro2000)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-fix-the-error-missing-argument-2-for-wpdbprepare/#post-3261165)
 * change line 928 from
 *     ```
       $query = $wpdb->prepare($query,);
       ```
   
 * to
 *     ```
       $query = $wpdb->prepare($query, null);
       ```
   
 * as well as what’s suggested by [@neoras](https://wordpress.org/support/users/neoras/)
   in comment #1
 * hopefully we can see those changes in the next update.
 * Thank you!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Network setup problems](https://wordpress.org/support/topic/network-setup-problems/)
 *  Thread Starter [smiro2000](https://wordpress.org/support/users/smiro2000/)
 * (@smiro2000)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/network-setup-problems/#post-2144122)
 * wow yes i totally missed that …
    i have to say i’m impressed, this solution is
   quite elegant!
 * i appreciate your help very much Andrea_r
    **Thank You!**
 * ps=changing topic to resolved status
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Network setup problems](https://wordpress.org/support/topic/network-setup-problems/)
 *  Thread Starter [smiro2000](https://wordpress.org/support/users/smiro2000/)
 * (@smiro2000)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/network-setup-problems/#post-2144111)
 * Hi Andrea_r,
    thanks for the super fast reply! You where right, and i’m a little
   embarrassed to have overlooked the “AllowOverride None” rule in my apache config
   >.< obviously that fixed everything, and it all seems to be working well! i installed
   also installed the domain mapping plugin and it seems to work. I’m a bit confused
   at exactly what it does though… I initially installed the domain mapping plugin
   and mapped ‘example.com’ to ‘sub.wpnetwork.com’ and when i navigated to example.
   com i was simply redirected to the subdomain. Then i went and changed the domain
   name in the site settings from sub.wpnetwork.com to example.com and wasn’t redirected…
   Seems almost like i don’t need the domain mapping plugin? Thanks again 🙂

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