This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

kevin.vermeulen
kevin.vermeulen

Update: It's fixed.

Hi all,

Today, I did a update and this gave an error during updating.
Please check https://www.kvntravel.nl/

How can I fix this?

 *
 * @throws \BadMethodCallException
 */
public function __call($method, $parameters)
{
    if (! static::hasMacro($method)) {
        throw new BadMethodCallException("Method {$method} does not exist.");
    }

    $macro = static::$macros[$method];

    if ($macro instanceof Closure) {
        return call_user_func_array($macro->bindTo($this, static::class), $parameters);

Last updated

JenniferLopez
JenniferLopez

@kevin.vermeulen do you happen to have the URL Normaliser plugin installed by any chance?

kevin.vermeulen
kevin.vermeulen

BennoThommo said:

@kevin.vermeulen do you happen to have the URL Normaliser plugin installed by any chance?

Yes, I've installed this plugin.

JenniferLopez
JenniferLopez

@kevin.vermeulen I pushed an update out for that plugin and it should hopefully resolve the issue. Would you mind giving it a try and let me know how you go?

kevin.vermeulen
kevin.vermeulen

BennoThommo said:

@kevin.vermeulen I pushed an update out for that plugin and it should hopefully resolve the issue. Would you mind giving it a try and let me know how you go?

Hi Benno, How can I do the update? The administrator area shows the same error message. I have access to the files (via ftp).

kevin.vermeulen
kevin.vermeulen

Any idea, @BennoThommo?

kevin.vermeulen
kevin.vermeulen

Update: It's fixed. I've installed a older back-up and did the update of the plugins again. It's working properly.

JenniferLopez
JenniferLopez

@kevin.vermeulen Apologies for the delay in responding - yeah I would've suggested replacing the plugin files manually and then running artisan october:up from your CLI if that was possible, but glad to hear at least it is working now.

Last updated

1-8 of 8

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.