Elxis CMS Forum
		Support => Installation => Topic started 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
			 
			
			- 
				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
			 
			
			- 
				ok it is solved !
thank you !
			 
			
			- 
				You are welcome, Christos.