I am trying to run MediaWiki 1.19.2 on Ubuntu Linux (3.0.0-26-generic #42-Ubuntu AMD 64).
It installs fine via tar.gz, however, I run into problems when trying to install the Math extension (via git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Math.git).
I get the following error in the Apache logs:
PHP Fatal error: Call to undefined method FSFileBackend::getRootStoragePath() in
when using php's mb_convert_case on an older production server, I get the following error:
Fatal error: Call to undefined function: mb_convert_case() in ...
So I checked and read mb string functions are not a default module.
I just installed ubuntu 12.04 LTS and am having trouble linking to the math functions (from ). I have gcc installed and able to compile the source fine.
When PHP is not compiled with Mysql, you see the error
Fatal error: Call to undefined function mysql_connect() in filename.php on line xx
on your website though the database details mentioned in the configuration file are correct. In order to solve the problem, install the “php-mysql” package using yum
# yum install php-mysql
Once installed, restart the httpd [...]
I just upgraded from 11.10 to 12.04.
My C program uses the sqrt function:
#include <math.h>
...
and compiles without error using gcc and clang.
However, in the link step, even though -lm is specified, the sqrt function is not found:
gcc -lm -lc knnHpSearch2.o Csv.o getline.o halt.o Log.o -o knnHpSearch2
knnHpSearch2.o: In function `distance':
/home/roy/build-linux-64/../src
12.04 AMD 64
apt-get install sqlite php5-cli php5-sqlite
php -r '$x = sqlite_open();' PHP Fatal error: Call to undefined function sqlite_open() in Command line code on line 1
I wasn't able to find this issue on this site.
I installed third party script on dedicated server from godaddy. this is an unassisted server and our tech guy is awol so I am trying to make it work. Very little help from 3rd party.
I'm getting Fatal error: Call to undefined function glob() when trying to do stuff on my php server. However the output of php -v is
[root@dca-l-p-web9 ~]# php -v
PHP 5.3.16 (cli) (built: Aug 23 2012 12:26:45)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies