CMS made simple with SQLITE

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
doraya

CMS made simple with SQLITE

Post 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 .
cyberman

Re: CMS made simple with SQLITE

Post 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.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: CMS made simple with SQLITE

Post by Dee »

There's some more info in this thread.

Regards,
D
doraya

Re: CMS made simple with SQLITE

Post 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?
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: CMS made simple with SQLITE

Post 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?
cyberman

Re: CMS made simple with SQLITE

Post 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 ...
Locked

Return to “[locked] Installation, Setup and Upgrade”