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 .
CMS made simple with SQLITE
Re: CMS made simple with SQLITE
If I'm right you have to upgrade adodb lite to current version 1.42. )?doraya wrote: How I can install cmsms 1.0.5 with sqlite database.
Inside 1.0.5 install there's not such a folder.doraya wrote: Warning: include_once(C:\xampp\xampp\htdocs\cmsmadesimple\lib\adodb_lite/adodbSQL_drivers/sqlitepo/sqlitepo_datadict.inc)
The other option could be to switch back to adodb.
Re: CMS made simple with SQLITE
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
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?doraya wrote: Fatal error: Call to undefined function pg_connect() in C:\xampp\xampp\htdocs\cmsmadesimple-1.0.2\stylesheet.php on line 74
Re: CMS made simple with SQLITE
Are you sure you've tried to connect a sqlite databasedoraya wrote: Fatal error: Call to undefined function pg_connect() in C:\xampp\xampp\htdocs\cmsmadesimple-1.0.2\stylesheet.php on line 74

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