Install with SQLite3?
|
Mar 1, 2008 10:29
820 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. |
|
Mar 1, 2008 11:53
820 posts
|
Update: I have been playing with things -- I notice that when I try to go to I have looked in the Hmmm...... |
|
Mar 1, 2008 12:00
820 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. |
|
Mar 1, 2008 12:01
820 posts
|
> Now I am very happy. Except for the "Archive" bug... ;) |
|
Mar 1, 2008 12:25
382 posts
|
with sqlite use the absolute path like php told us to do ;) |
|
Mar 1, 2008 12:33
820 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 ( |
|
Mar 1, 2008 13:00
382 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 !! |
|
Mar 1, 2008 13:06
820 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....??????? |
|
Mar 1, 2008 13:11
820 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 |
|
Mar 2, 2008 08:20
820 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 |
|
Mar 2, 2008 12:04
820 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! |