• Resolved sniemetz

    (@sniemetz)


    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/

Viewing 1 replies (of 1 total)
  • Plugin Author nuagelab

    (@nuagelab)

    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.