Project

General

Profile

Actions

Bug #568

closed

Error in EventsCalendar after MediaWiki update

Added by Alexander Werner almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Wiki
Target version:
-
Start date:
Due date:
% Done:

0%

Tags:

Description

When trying to open https://wiki.documentfoundation.org/EventsCalendar the following error occurs:

[Fri Jul 18 08:48:43 2014] [error] [client 178.27.158.153] PHP Fatal error: Call to undefined method Smarty::addPluginsDir() in /var/www/sites/wiki.documentfoundation.org/extensions/Widgets/WidgetRenderer.php on line 27

Actions #1

Updated by Alexander Werner almost 10 years ago

Seems as if the Widgets Plugin expects Smarty 3, which was also added as submodule:
0.10.1 (February 20, 2013) - Smarty added as a Git submodule, and updated to version 3.1.7.

Actions #2

Updated by Alexander Werner almost 10 years ago

  • Status changed from New to Closed

Fixed with:
cd $extensions/Widgets
rm -rf smarty
git submodule update --init

Actions

Also available in: Atom PDF