PiRSquared17 / yubikey-mediawiki

Automatically exported from code.google.com/p/yubikey-mediawiki
GNU General Public License v2.0
0 stars 0 forks source link

PHP Fatal error in SpecialPage.php #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Adding require_once("$IP/extensions/Yubikey/Yubikey.php"); LocalSettings.php

What is the expected output? What do you see instead?

I should be able to use Yubikey to authenticate, but instead get a blank page 
with the following error in apache logs:

PHP Fatal error:  Call to undefined function wfDeprecated() in 
/var/www/mediawiki/includes/SpecialPage.php on line 311

What version of the product are you using? On what operating system?

dpkg -l | egrep 'php|apache|mediawiki|mysql'
ii  apache2                             2.2.16-6+squeeze2            Apache 
HTTP Server metapackage
ii  apache2-mpm-prefork                 2.2.16-6+squeeze2            Apache 
HTTP Server - traditional non-threaded model
ii  apache2-utils                       2.2.16-6+squeeze2            utility 
programs for webservers
ii  apache2.2-bin                       2.2.16-6+squeeze2            Apache 
HTTP Server common binary files
ii  apache2.2-common                    2.2.16-6+squeeze2            Apache 
HTTP Server common files
ii  libapache2-mod-php5                 5.3.3-7+squeeze3             
server-side, HTML-embedded scripting language (Apache 2 module)
ii  libdbd-mysql-perl                   4.016-1                      Perl5 
database interface to the MySQL database
ii  libmysqlclient16                    5.1.49-3                     MySQL 
database client library
ii  libnusoap-php                       0.7.3-4                      SOAP 
toolkit for PHP
rc  libphp-adodb                        5.05-1                       The ADOdb 
database abstraction layer for PHP
ii  libphp-snoopy                       1.2.4-2                      Snoopy is 
a PHP class that simulates a web browser
ii  mysql-client-5.1                    5.1.49-3                     MySQL 
database client binaries
ii  mysql-common                        5.1.49-3                     MySQL 
database common files, e.g. /etc/mysql/my.cnf
ii  mysql-server                        5.1.49-3                     MySQL 
database server (metapackage depending on the latest version)
ii  mysql-server-5.1                    5.1.49-3                     MySQL 
database server binaries and system database setup
ii  mysql-server-core-5.1               5.1.49-3                     MySQL 
database server binaries
ii  php-pear                            5.3.3-7+squeeze3             PEAR - PHP 
Extension and Application Repository
ii  php5                                5.3.3-7+squeeze3             
server-side, HTML-embedded scripting language (metapackage)
ii  php5-auth-pam                       0.4-10+b1                    A PHP5 
extension for PAM authentication
ii  php5-cli                            5.3.3-7+squeeze3             
command-line interpreter for the php5 scripting language
ii  php5-common                         5.3.3-7+squeeze3             Common 
files for packages built from the php5 source
ii  php5-curl                           5.3.3-7+squeeze3             CURL 
module for php5
ii  php5-gd                             5.3.3-7+squeeze3             GD module 
for php5
ii  php5-mcrypt                         5.3.3-7+squeeze3             MCrypt 
module for php5
ii  php5-mysql                          5.3.3-7+squeeze3             MySQL 
module for php5
ii  php5-pgsql                          5.3.3-7+squeeze3             PostgreSQL 
module for php5
ii  php5-snmp                           5.3.3-7+squeeze3             SNMP 
module for php5
ii  php5-suhosin                        0.9.32.1-1                   advanced 
protection module for php5
ii  php5-xcache                         1.3.1-3                      Fast, 
stable PHP opcode cacher
ii  php5-xmlrpc                         5.3.3-7+squeeze3             XML-RPC 
module for php5
ii  xbglowx-mediawiki                   1.17.0                       website 
engine for collaborative work

OS: Debian 6 - Squeeze

Please provide any additional information below.

Original issue reported on code.google.com by xbgl...@gmail.com on 3 Sep 2011 at 6:26

GoogleCodeExporter commented 9 years ago
having exactly the same error,

Original comment by jdebos...@fief.ch on 12 Jan 2012 at 2:17

GoogleCodeExporter commented 9 years ago
any news on this ? is there a workaround or something ?

Original comment by reblochkillah on 8 Mar 2013 at 3:06