smiro2000
Forum Replies Created
-
Thanks so much for sharing this work around. Saved me a ton of time. Seems silly to me too…
very interesting, thank you!
change line 928 from
$query = $wpdb->prepare($query,);to
$query = $wpdb->prepare($query, null);as well as what’s suggested by @neoras in comment #1
hopefully we can see those changes in the next update.
Thank you!
Forum: Networking WordPress
In reply to: Network setup problemswow 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
In reply to: Network setup problemsHi 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 🙂