Elxis CMS Forum

Support => Installation => Topic started by: armpouniotis on November 15, 2012, 11:47:38

Title: Installation Error of Nautilus at Step 3
Post by: armpouniotis on November 15, 2012, 11:47:38
Hi there !

I have this error message at during Nautilus installation at step 3, at the Database type:

Fatal error: Class 'PDO' not found in /home/kosmosne/public_html/elxis2/includes/install/inc/step3.php on line 138

How can i solve it ???

Thank you in advance
Christos
Title: Re: Installation Error of Nautilus at Step 3
Post by: webgift on November 15, 2012, 12:54:48
You have to enable PDO extension to the php.ini. How can we do that?
Add or uncomment the following lines
- On Linux
extension=pdo.so
extension=pdo_mysql.so

- On Windows
extension=pdo.dll
extension=pdo_mysql.dll
Title: Re: Installation Error of Nautilus at Step 3
Post by: armpouniotis on November 15, 2012, 13:28:26
ok it is solved !

thank you !
Title: Re: Installation Error of Nautilus at Step 3
Post by: webgift on November 15, 2012, 13:46:17
You are welcome, Christos.