Page 1 of 1

CMS made simple with SQLITE

Posted: Fri Mar 30, 2007 12:10 pm
by doraya
How I can install cmsms 1.0.5 with sqlite database.I am using xampp 2-1.6.0a  PHP Version 5.2.1

I alway get error messege

Warning: include_once(C:\xampp\xampp\htdocs\cmsmadesimple\lib\adodb_lite/adodbSQL_drivers/sqlitepo/sqlitepo_datadict.inc) [function.include-once]: failed to open stream: No such file or directory in C:\xampp\xampp\htdocs\cmsmadesimple\lib\adodb_lite\adodb.inc.php on line 158

Warning: include_once() [function.include]: Failed opening 'C:\xampp\xampp\htdocs\cmsmadesimple\lib\adodb_lite/adodbSQL_drivers/sqlitepo/sqlitepo_datadict.inc' for inclusion (include_path='.;C:\xampp\xampp\php\pear\') in C:\xampp\xampp\htdocs\cmsmadesimple\lib\adodb_lite\adodb.inc.php on line 158

Fatal error: Class 'ADODB2_sqlitepo' not found in C:\xampp\xampp\htdocs\cmsmadesimple\lib\adodb_lite\adodb.inc.php on line 161

Thank you for all help.

**Sorry with my poor english . English is not my native language .

Re: CMS made simple with SQLITE

Posted: Fri Mar 30, 2007 12:56 pm
by cyberman
doraya wrote: How I can install cmsms 1.0.5 with sqlite database.
If I'm right you have to upgrade adodb lite to current version 1.42. )?
doraya wrote: Warning: include_once(C:\xampp\xampp\htdocs\cmsmadesimple\lib\adodb_lite/adodbSQL_drivers/sqlitepo/sqlitepo_datadict.inc)
Inside 1.0.5 install there's not such a folder.

The other option could be to switch back to adodb.

Re: CMS made simple with SQLITE

Posted: Fri Mar 30, 2007 11:08 pm
by Dee
There's some more info in this thread.

Regards,
D

Re: CMS made simple with SQLITE

Posted: Sat Mar 31, 2007 5:34 am
by doraya
Dee wrote: There's some more info in this thread.

Regards,
D
I'd follow this thread and I can Install cmsms but when I try to open , my website cannot load css and display without css
when I try to load stylesheet.php I got this error

Fatal error: Call to undefined function pg_connect() in C:\xampp\xampp\htdocs\cmsmadesimple-1.0.2\stylesheet.php on line 74

What can I do?

Re: CMS made simple with SQLITE

Posted: Sat Mar 31, 2007 6:59 am
by KO
doraya wrote: Fatal error: Call to undefined function pg_connect() in C:\xampp\xampp\htdocs\cmsmadesimple-1.0.2\stylesheet.php on line 74
So yo get that message if you installing it on 1.0.5? Something wrong with paths as you have on your error 1.0.2?

Re: CMS made simple with SQLITE

Posted: Sat Mar 31, 2007 6:01 pm
by cyberman
doraya wrote: Fatal error: Call to undefined function pg_connect() in C:\xampp\xampp\htdocs\cmsmadesimple-1.0.2\stylesheet.php on line 74
Are you sure you've tried to connect a sqlite database  ::)?

pg_connect () is (IMHO) a postgres function ...