This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
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
@kevin.vermeulen do you happen to have the URL Normaliser plugin installed by any chance?
BennoThommo said:
@kevin.vermeulen do you happen to have the URL Normaliser plugin installed by any chance?
Yes, I've installed this plugin.
@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?
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).
Update: It's fixed. I've installed a older back-up and did the update of the plugins again. It's working properly.
@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