posting from my phone and copy/pasting from discord thread, apologies for non existing markdown, will fix this later… bottom line: on a live server, i’m getting all sorts of call to undefined function errors, which doesn’t happen locally.
edit: updated my post with some formatting
I’m updating Kirby to latest version on a client site and suddenly getting errors like the following: Call to undefined function kirby()
from site/config/config.mydomain.com.php
; Uncaught Error: Call to undefined function ray()
in httpd.www/site/plugins/kirby3-ray/index.php
, before it was Call to undefined function kirby()
from pagetable plugin, I deleted the respective plugin folders just for the next error to show… what could be the issue?
Everything works fine on localhost, files should be same, I’ve simply replaced the previous Kirby folder on the live site with fresh one and synced other changes – mostly to templates. But custom php functions are not registered
Could this be due to some PHP setting that’s different on the remote server? never had any issue like this.
I tried re-synching / deleting and reuploading all directories - vendor, kirby, sessions etc - it is now stuck at Array to string conversion
in httpd.www/kirby/src/Cms/Field.php
PHP version on server is 8.0, same as local