It's saying it can't find php as a command on your server.
You will need to locate the full path to the PHP executable on your server and prepend that to the command. If you're unsure how to locate it you may need to consult with your host, or the documentation for your operating system or hosting control panel.
Unfortunately a specific column failed and when trying to add emojis we get an error:
XF\Db\Exception: MySQL query error [1366]: Incorrect string value: '\xF0\x9F\x98\x80\xF0\x9F...' for column XXX.xf_search_index.message at row 1 in
src/XF/Db/AbstractStatement.php at line
230.
Is there a way to manually convert the column?
I've disabled fullUnicode in the config file and since converting the db I receive continuous server errors:
- LogicException: Job XF:Notifier: createForJob must be overridden
- src/XF/Service/AbstractNotifier.php:26
Stack Trace
#0 [internal function]: XF\Service\AbstractNotifier::createForJob(Array)
#1 src/XF/Job/Notifier.php(26): call_user_func(Array, Array)
#2 src/XF/Job/Manager.php(253): XF\Job\Notifier->run(G)
#3 src/XF/Job/Manager.php(195): XF\Job\Manager->runJobInternal(Array, G)
#4 src/XF/Job/Manager.php(79): XF\Job\Manager->runJobEntry(Array, G)
#5 job.php(42): XF\Job\Manager->runQueue(false, 8)
#6 {main}
How can we resolve this?
Thanks!