Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Warning - Unable to initialize module [duplicate]

My webpage is running really slow and I wanted to check error log and it is full with this error -

[11-Dec-2012 09:52:54 Europe/Helsinki] PHP Warning:  PHP Startup: rar: Unable to initialize module
Module compiled with module API=20060613
PHP    compiled with module API=20090626
These options need to match
in Unknown on line 0

What is it? Can anyone know how to fix it? My site is running Joomla.

like image 828
iKaspars Avatar asked Dec 11 '12 08:12

iKaspars


1 Answers

This indicates that you updated your PHP version, but not the extension. Download the extensions from http://php.net/downloads.php

like image 72
Osiris Avatar answered Nov 17 '22 19:11

Osiris