kleja
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WordPress MU Domain Mapping, cannot change settings/* KSL 12/17/11 add_site_option( 'dm_ipaddress', $_POST[ 'ipaddress' ] ); */ update_site_option( 'dm_ipaddress', $_POST[ 'ipaddress' ] );Forum: Networking WordPress
In reply to: WordPress MU Domain Mapping, cannot change settingsI think I fixed the address issue… Would be my first WP Patch ever…
I changed lines 297-298 as followed based on the changes in the last dev releases. The IP address field now seems to accept changesI commented out the existing line and updated it to match the previous changes.
domain_mapping.php: Lines 297-298
/* KSL 12/17/11 add_site_option( ‘dm_ipaddress’, $_POST[ ‘ipaddress’ ] ); */
update_site_option( ‘dm_ipaddress’, $_POST[ ‘ipaddress’ ] );Forum: Networking WordPress
In reply to: WordPress MU Domain Mapping, cannot change settingsI get a similar problem, IP changes & additions are not taking, however all I get after changing and saving the Server IP Address is a blank page that has the text “Are you sure you want to do this?” with no prompts, buttons or anything else on it.
Forum: Networking WordPress
In reply to: WordPress MU Domain Mapping, cannot change settingsThe development version seems to be working. Hooray!
However, I have not checked much further than trying to change the settings. I have 2 more servers with the same issue that I will be testing it with more rigorously tomorrow.This was the only issue holding me back on a fairly ambitious project.
Once again, Thank you for your efforts.
Ken Leja
Forum: Networking WordPress
In reply to: WordPress MU Domain Mapping, cannot change settingsWonderful, I’d be delighted.
It will probably be a couple of hours before I get home to try it out but I will let you know the results right away.
Thank you much for your efforts.
~K