Undefined indexes
-
Hi,
I am running version 0.5.5.1 of WordPress MU Domain mapping, and everything works great. The only thing that bugs me is that I get a couple undefined index notices when i have debug set to true.
The first one I get is on the individual sites domain mapping tools page:
Notice: Undefined index: action in /folder/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 373Looking at the code it seems to be looking for a $_GET[‘action’] variable. But thats not set on that page unless you actually perform an action.
The next one is in the domain list on the same page:
Notice: Undefined index: path in /folder/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 462
Not sure whats causing this.
Any chance of a fix on these? I imagine its fixable with a
if( isset() ){}wrapper.Thank you for a great solution to multisite domain mapping.
The topic ‘Undefined indexes’ is closed to new replies.