Title: bug in method processValue
Last modified: August 22, 2016

---

# bug in method processValue

 *  Resolved [sniemetz](https://wordpress.org/support/users/sniemetz/)
 * (@sniemetz)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bug-in-method-processvalue/)
 * Hi there
 * found and used the plugin – worked like a charm. Thanks for pointing out how 
   to override siteurl and wp home via DEFINE statements!
 * found this:
 * >  if (($serialized) && (is_string($v))) {
   >  // Reprocess in case of double serialize
   > done by sketchy plugins $v = $this->processValue(); } else { …..
 * and when running plugin I get an error since the method expects 3 arguments.
 * shoudl this not read
 * > $v = $this->processValue($v, $old, $new);
 * ?
 * [https://wordpress.org/plugins/automatic-domain-changer/](https://wordpress.org/plugins/automatic-domain-changer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [nuagelab](https://wordpress.org/support/users/nuagelab/)
 * (@nuagelab)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/bug-in-method-processvalue/#post-5868680)
 * Hi sniemetz,
 * Thanks for reporting. You’re right. This issue has been fixed in version 0.0.6.
 * Thanks again,
 * Tommy Lacroix
    NuageLab

Viewing 1 replies (of 1 total)

The topic ‘bug in method processValue’ is closed to new replies.

 * ![](https://ps.w.org/automatic-domain-changer/assets/icon-256x256.png?rev=1151255)
 * [Automatic Domain Changer](https://wordpress.org/plugins/automatic-domain-changer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/automatic-domain-changer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/automatic-domain-changer/)
 * [Active Topics](https://wordpress.org/support/plugin/automatic-domain-changer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/automatic-domain-changer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/automatic-domain-changer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [nuagelab](https://wordpress.org/support/users/nuagelab/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/bug-in-method-processvalue/#post-5868680)
 * Status: resolved