On Fri, Jul 14, 2006 at 04:37:18PM +0200, Thibaut Cousin wrote: > > If you look at http://wiki.gregarius.net/index.php/Installation it gives > > you instructions on how to generate the dbstruct.sql file. > > The page you mention doesn't give any instruction to generate this > file, but I found some instructions in the INSTALL file inside the > archive. It doesn't work. According to the INSTALL file, the command > : > > php schema.php --dump Hmm, thats odd. I see the exact same instructions at the bottom of this wiki webpage. Did you look at the bottom where it says "The dbstruct.sql file has been removed and to generate it you need to use... php schema.php --dump " > I opened install.php in my web browser, and at least I got something > displayed, which is better than before. :-) > It says: > > PHP Version : 5.0.4 > Socket: Found > XML: Found > Database: None! > > As expected, it doesn't find the database. But how do I create it, when > schema.php fails to generate the structure? Has php been compiled with the --with-sqlite option? Try typing "php -m" on the command line to see if you have the sqlite extension loaded. > And is that problem enough to stop Gregarius from generating any output, > even a main page? Thats right. Gregarius will not run without database support. The install file is suppossed to catch such errors (and it did), but it is not completely ready yet and so we do not advertise it. Regards, Sameer