From: Adam S. <ad...@pe...> - 2001-10-01 05:31:50
|
hey. went to try and download the alpha site from download link from phpwiki.sf.net and i'm getting a permission denied error. i'll snag it out of cvs but so you know ... adam. |
From: Steve W. <sw...@pa...> - 2001-10-01 05:59:08
|
Ah... didn't update the static html page. Prolly should just get rid of it. Thanks, I'll fix it now. ~swain On Sun, 30 Sep 2001, Adam Shand wrote: > > hey. > > went to try and download the alpha site from download link from > phpwiki.sf.net and i'm getting a permission denied error. i'll snag it > out of cvs but so you know ... > > adam. > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |
From: Adam S. <ad...@pe...> - 2001-10-01 06:16:15
|
> Ah... didn't update the static html page. Prolly should just get rid > of it. Thanks, I'll fix it now. cool thanks. btw, does the dba stuff work in the cvs version? i'm getting an error setting it up and before i dig into it thought it just might not be working yet: lib/DbaDatabase.php:46: Fatal[256]: dba_open failed -------------------------------------------------------------------------------- WikiFatalError lib/DbaDatabase.php:46: Fatal[256]: dba_open failed </ also i just noticed that someone has forked moinmoin and they've got an interesting table mark up that i've never seen before: http://egret.bio.brandeis.edu/soft/tyaki.cgi/NiKKi/macro/OutlineTable i think the rough idea is great, i'm not sure if it's more or less intuitive but it would certainly be faster once you got used to it. there are also some other interesting features which would work well with the WikiAsPim idea (ToDo's, Calendar's etc). A lot of the new syntax is kinda cluttered and could do with being refined. adam. |
From: Steve W. <sw...@pa...> - 2001-10-01 23:53:57
|
On Sun, 30 Sep 2001, Adam Shand wrote: > > > Ah... didn't update the static html page. Prolly should just get rid > > of it. Thanks, I'll fix it now. > > cool thanks. btw, does the dba stuff work in the cvs version? i'm > getting an error setting it up and before i dig into it thought it just > might not be working yet: I just downloaded a copy from CVS in a tmp directory and ran it, using dba and /tmp/delme with privledges set chomd 777 /tmp/delme. It worked fine. This is Red Hat Linux 7.1 on an Athlon box. ~swain > > lib/DbaDatabase.php:46: Fatal[256]: dba_open failed > -------------------------------------------------------------------------------- > WikiFatalError > lib/DbaDatabase.php:46: Fatal[256]: dba_open failed > </ > > also i just noticed that someone has forked moinmoin and they've got an > interesting table mark up that i've never seen before: > > http://egret.bio.brandeis.edu/soft/tyaki.cgi/NiKKi/macro/OutlineTable > > i think the rough idea is great, i'm not sure if it's more or less > intuitive but it would certainly be faster once you got used to it. > > there are also some other interesting features which would work well with > the WikiAsPim idea (ToDo's, Calendar's etc). A lot of the new syntax is > kinda cluttered and could do with being refined. > > adam. > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa |
From: Adam S. <ad...@pe...> - 2001-10-02 00:24:12
|
> I just downloaded a copy from CVS in a tmp directory and ran it, using > dba and /tmp/delme with privledges set chomd 777 /tmp/delme. It worked > fine. This is Red Hat Linux 7.1 on an Athlon box. okay it works now. this is the same problem i had with phpwiki 1.2 under debian linux. for some reason i haven't dug into neither gdbm or db3 work but db2 works just fine. changed it to db2 in index.php and everything is honkey dorey. thanks, adam. |