[Tiki-devel] Bug in tiki-check.php (?)

Volker Wysk <post-hhF2Jplw28UoZk/[email protected]> Tue, 09 Jul 2024 12:11:11 +0200
Newsgroups gmane.comp.cms.tiki.devel
Message-ID <[email protected]>
Hi

I've set up a fresh new clone of the branch 27.x of Tiki:

cd /var/www/html
sudo git clone --depth=1 --branch=27.x \
         https://gitlab.com/tikiwiki/tiki.git tikisp
sudo chown -R www-data:www-data tikisp


Then I've run setup.sh and it succeeded:

sudo -u www-data sh setup.sh


Then I've called the tikisp/tiki-check.php page and it failed with this
error message:

Fatal error: Uncaught Error: Call to undefined function
smarty_function_ticket() in /var/www/html/tikisp/tiki-check.php:2990 Stack
trace: #0 {main} thrown in /var/www/html/tikisp/tiki-check.php on line 2990


So there's a problem.

Cheers,
Volker