Install with SQLite3?
|
1493 posts
|
Hi! I have spent a lot of time today (too much!!) (my bad!) trying to get a localhost installation of Frog working with SQLite. This may allow me to use Frog in more settings, and that is a good thing. :) I had much trouble trying to convince XAMPP (I'm using WinXP version) to use SQLite3 with PDO, but I got that working. The first time I tried to install Frog (fresh download from SVN), the database size was 0. I changed some settings in my php.ini, and the second attempt installed the ...Yay! The frontend is fine! (Except it seems to have the archive bug that Philippe described here.) But when I try to login to to Any help appreciated! Thank you/merci!! :) David. |
|
1493 posts
|
Update: I have been playing with things -- I notice that when I try to go to I have looked in the Hmmm...... |
|
1493 posts
|
GOT IT!! :D I copied the following into
(I moved the db to a OK. Now I am very happy. Sorry for the many posts! (Well ... 3, anyway!) David. |
|
1493 posts
|
> Now I am very happy. Except for the "Archive" bug... ;) |
|
541 posts
|
with sqlite use the absolute path like php told us to do ;) |
|
1493 posts
|
> ...use the absolute path... Yes, I saw that. :) And you even have that instruction (commented out) in the {root} Also -- I guess the "Archive" error ( |
|
541 posts
|
what version do you use ? because there is no more config.php file in admin directory !! ... if you use the trunk version of the svn you are not suposed to ave 2 config.php files !! |
|
1493 posts
|
Something very strange must have happened: I did an SVN checkout from the trunk -- current to revision 123. I just looked at the "trunk" on GoogleCode, and there is no So....??????? |
|
1493 posts
|
SORRY! -- In post #6 above, I should have put that I copied those lines into My problem with the blank admin page was solved by adding the |
|
1493 posts
|
And I am even more stupid than I thought. Of course "absolute path" means absolute path. I thought it meant "absolute" in relation to the CMS root ... but it means absolutely absolute. I set the line in Would there be any problem in defining the |
|
1493 posts
|
And just to complete the saga ... You then need to go to the Admin, Administration tab, Plugins section, and enable the SQLite 3 plugin which takes care of the "archive" problem. All very nice. :) Thank you again, Philippe! |