You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(103) |
Jul
(105) |
Aug
(16) |
Sep
(16) |
Oct
(78) |
Nov
(36) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(100) |
Feb
(155) |
Mar
(84) |
Apr
(33) |
May
(22) |
Jun
(77) |
Jul
(36) |
Aug
(37) |
Sep
(183) |
Oct
(74) |
Nov
(235) |
Dec
(165) |
2002 |
Jan
(187) |
Feb
(183) |
Mar
(52) |
Apr
(10) |
May
(15) |
Jun
(19) |
Jul
(43) |
Aug
(90) |
Sep
(144) |
Oct
(144) |
Nov
(171) |
Dec
(78) |
2003 |
Jan
(113) |
Feb
(99) |
Mar
(80) |
Apr
(44) |
May
(35) |
Jun
(32) |
Jul
(34) |
Aug
(34) |
Sep
(30) |
Oct
(57) |
Nov
(97) |
Dec
(139) |
2004 |
Jan
(132) |
Feb
(223) |
Mar
(300) |
Apr
(221) |
May
(171) |
Jun
(286) |
Jul
(188) |
Aug
(107) |
Sep
(97) |
Oct
(106) |
Nov
(139) |
Dec
(125) |
2005 |
Jan
(200) |
Feb
(116) |
Mar
(68) |
Apr
(158) |
May
(70) |
Jun
(80) |
Jul
(55) |
Aug
(52) |
Sep
(92) |
Oct
(141) |
Nov
(86) |
Dec
(41) |
2006 |
Jan
(35) |
Feb
(62) |
Mar
(59) |
Apr
(52) |
May
(51) |
Jun
(61) |
Jul
(30) |
Aug
(36) |
Sep
(12) |
Oct
(4) |
Nov
(22) |
Dec
(34) |
2007 |
Jan
(49) |
Feb
(19) |
Mar
(37) |
Apr
(16) |
May
(9) |
Jun
(38) |
Jul
(17) |
Aug
(31) |
Sep
(16) |
Oct
(34) |
Nov
(4) |
Dec
(8) |
2008 |
Jan
(8) |
Feb
(16) |
Mar
(14) |
Apr
(6) |
May
(4) |
Jun
(5) |
Jul
(9) |
Aug
(36) |
Sep
(6) |
Oct
(3) |
Nov
(3) |
Dec
(3) |
2009 |
Jan
(14) |
Feb
(2) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(10) |
Sep
(11) |
Oct
(4) |
Nov
(2) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
(13) |
Apr
(11) |
May
(18) |
Jun
(44) |
Jul
(7) |
Aug
(2) |
Sep
(14) |
Oct
|
Nov
(6) |
Dec
|
2011 |
Jan
(2) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(11) |
Feb
(3) |
Mar
(11) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(4) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
(1) |
2015 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(6) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
(11) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(3) |
2024 |
Jan
(7) |
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Reini U. <ru...@x-...> - 2005-08-25 14:25:25
|
> Well, I found my db3 file and it is not a text file, but a binary one. > What other programs can read this file type? db3 is the PHP abbrevation of Berkeley DB version 3. Current is 4. http://www.sleepycat.com/ To read the keys you can use the php API. berkeley db also has its binaries, e.g. db_dump The advantage over flatfile is the speed, locking and stability. (also compared to gdbm) > On 8/24/05, Jolly Green Giant <jgg...@gm...> wrote: >> Thanks, I figured it out myself. I thought the docs said that the >> paths are relative to the phpwiki directory, but they're not. I had >> to get some php to run to find my physical path so that my stuff could >> go in the right place. >> >> On 8/24/05, Jolly Green Giant <jgg...@gm...> wrote: >> > Thank you very much. I did that and it worked. But I got an error >> that said that my data is in the /tmp directory and should be moved. >> I expected that. I wanted to try a default installation just to get >> it up and running. >> > >> > is the /tmp directory relative to phpwiki home directory? I tried >> to ftp in and I never saw a "tmp" folder. So I wonder where it is? >> > >> > >> > >> > On 8/24/05, Reini Urban <ru...@x-...> wrote: >> > > > I just installed the current version of 1.3.x and I can't use >> dba. My configurator shows... >> > > > >> > > > "Supported handlers are: cdb,cdb_make,db3,inifile,flatfile" >> > > > >> > > > I pretty much know what flatfile is, but what is cdb and db3? >> > > >> > > flatfile should be used as its own DATATYPE and not as dba >> handler. db3 would be the best in your case. >> > > cdb ist constant. -- Reini Urban http://phpwiki.org/ http://xarch.tu-graz.ac.at/home/rurban/ |
From: Reini U. <ru...@x-...> - 2005-08-25 07:30:59
|
> i seem to be seeing this a lot when I save a page.. runing the rc11 > > Warning! > lib/WikiDB.php:897: Notice: Optimizing database > > doesn't seem like a big problem, but I'd like it to be quiet about it. > is there a place in the config that I missed to mute such warnings? set DEBUG = 0 or 1 in config.ini The logic is in the last lines of lib/prepend.php -- Reini Urban http://phpwiki.org/ http://xarch.tu-graz.ac.at/home/rurban/ |
From: M E T P A R T I E S <ma...@me...> - 2005-08-25 06:03:12
|
METPARTIES.COM ------------------------------------------------------ Your browser is unable to detect this HTML newsletter. Please follow this link to view/unsubscribe: http://www.metparties.com/newsletter/ |
From: aphid <me...@ap...> - 2005-08-25 01:16:48
|
by which i mean 1.3.11rc3 :P peace a On Aug 24, 2005, at 12:53 PM, aphid wrote: > i seem to be seeing this a lot when I save a page.. runing the rc11 > > > > Warning! > lib/WikiDB.php:897: Notice: Optimizing database > > > > doesn't seem like a big problem, but I'd like it to be quiet about > it. is there a place in the config that I missed to mute such > warnings? > > peace > a > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/ > bsce5sf > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |
From: aphid <me...@ap...> - 2005-08-25 01:07:55
|
i seem to be seeing this a lot when I save a page.. runing the rc11 Warning! lib/WikiDB.php:897: Notice: Optimizing database doesn't seem like a big problem, but I'd like it to be quiet about it. is there a place in the config that I missed to mute such warnings? peace a |
From: Jolly G. G. <jgg...@gm...> - 2005-08-24 21:34:25
|
Well, I found my db3 file and it is not a text file, but a binary one. What other programs can read this file type? On 8/24/05, Jolly Green Giant <jgg...@gm...> wrote: > Thanks, I figured it out myself. I thought the docs said that the > paths are relative to the phpwiki directory, but they're not. I had > to get some php to run to find my physical path so that my stuff could > go in the right place. >=20 > Thanks >=20 >=20 > On 8/24/05, Jolly Green Giant <jgg...@gm...> wrote: > > Thank you very much. I did that and it worked. But I got an error > > that said that my data is in the /tmp directory and should be moved. > > I expected that. I wanted to try a default installation just to get > > it up and running. > > > > is the /tmp directory relative to phpwiki home directory? I tried to > > ftp in and I never saw a "tmp" folder. So I wonder where it is? > > > > > > > > On 8/24/05, Reini Urban <ru...@x-...> wrote: > > > > I just installed the current version of 1.3.x and I can't use dba. = My > > > > configurator shows... > > > > > > > > "Supported handlers are: cdb,cdb_make,db3,inifile,flatfile" > > > > > > > > I pretty much know what flatfile is, but what is cdb and db3? > > > > > > flatfile should be used as its own DATATYPE and not as dba handler. > > > db3 would be the best in your case. > > > cdb ist constant. > > > > > > |
From: Jolly G. G. <jgg...@gm...> - 2005-08-24 21:23:16
|
Thanks, I figured it out myself. I thought the docs said that the paths are relative to the phpwiki directory, but they're not. I had to get some php to run to find my physical path so that my stuff could go in the right place. Thanks On 8/24/05, Jolly Green Giant <jgg...@gm...> wrote: > Thank you very much. I did that and it worked. But I got an error > that said that my data is in the /tmp directory and should be moved. > I expected that. I wanted to try a default installation just to get > it up and running. >=20 > is the /tmp directory relative to phpwiki home directory? I tried to > ftp in and I never saw a "tmp" folder. So I wonder where it is? >=20 >=20 >=20 > On 8/24/05, Reini Urban <ru...@x-...> wrote: > > > I just installed the current version of 1.3.x and I can't use dba. My > > > configurator shows... > > > > > > "Supported handlers are: cdb,cdb_make,db3,inifile,flatfile" > > > > > > I pretty much know what flatfile is, but what is cdb and db3? > > > > flatfile should be used as its own DATATYPE and not as dba handler. > > db3 would be the best in your case. > > cdb ist constant. > > > |
From: Jolly G. G. <jgg...@gm...> - 2005-08-24 20:26:22
|
Thank you very much. I did that and it worked. But I got an error that said that my data is in the /tmp directory and should be moved.=20 I expected that. I wanted to try a default installation just to get it up and running. is the /tmp directory relative to phpwiki home directory? I tried to ftp in and I never saw a "tmp" folder. So I wonder where it is? On 8/24/05, Reini Urban <ru...@x-...> wrote: > > I just installed the current version of 1.3.x and I can't use dba. My > > configurator shows... > > > > "Supported handlers are: cdb,cdb_make,db3,inifile,flatfile" > > > > I pretty much know what flatfile is, but what is cdb and db3? >=20 > flatfile should be used as its own DATATYPE and not as dba handler. > db3 would be the best in your case. > cdb ist constant. > |
From: Reini U. <ru...@x-...> - 2005-08-24 19:49:03
|
> I just installed the current version of 1.3.x and I can't use dba. My > configurator shows... > > "Supported handlers are: cdb,cdb_make,db3,inifile,flatfile" > > I pretty much know what flatfile is, but what is cdb and db3? flatfile should be used as its own DATATYPE and not as dba handler. db3 would be the best in your case. cdb ist constant. > flat file appeals to me because the files are more universal because > they are stored as text and can be copied and referenced without > PHPWiki if needed. I don't want to store my pages in some kind of > format where I can't open them unless PHPWiki is working, even if it > means sacrificing some features. > > Thanks for any help! > > P.S. Sorry for the rerepost. Now I've posted as a new thread > altogether. > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk -- Reini Urban http://phpwiki.org/ http://xarch.tu-graz.ac.at/home/rurban/ |
From: Jolly G. G. <jgg...@gm...> - 2005-08-24 19:04:18
|
I just installed the current version of 1.3.x and I can't use dba. My configurator shows... "Supported handlers are: cdb,cdb_make,db3,inifile,flatfile" I pretty much know what flatfile is, but what is cdb and db3? flat file appeals to me because the files are more universal because they are stored as text and can be copied and referenced without PHPWiki if needed. I don't want to store my pages in some kind of format where I can't open them unless PHPWiki is working, even if it means sacrificing some features. Thanks for any help! P.S. Sorry for the rerepost. Now I've posted as a new thread altogether. |
From: Reini U. <ru...@x-...> - 2005-08-24 19:03:29
|
It's in my larger patch to commit, when I have some spare time. > for 1.3.11rc3, the code looked a bit different because there > where 3 checks for such variables, not 2, but yes, it works > now for me. THANK YOU! > I hope this fix will be (or is already) in the next releases. -- Reini Urban http://phpwiki.org/ http://xarch.tu-graz.ac.at/home/rurban/ |
From: Tom E. <ro...@te...> - 2005-08-24 18:53:16
|
Hello, for 1.3.11rc3, the code looked a bit different because there where 3 checks for such variables, not 2, but yes, it works now for me. THANK YOU! I hope this fix will be (or is already) in the next releases. Cheers, Tom. // if (!empty($HTTP_SERVER_VARS['PHP_AUTH_USER'])) // return $HTTP_SERVER_VARS['PHP_AUTH_USER']; // pubcookie et al // if (!empty($HTTP_SERVER_VARS['REMOTE_USER'])) // return $HTTP_SERVER_VARS['REMOTE_USER']; // if (!empty($HTTP_ENV_VARS['REMOTE_USER'])) // return $HTTP_ENV_VARS['REMOTE_USER']; -- teicher.net - Guaranteed to be free of any useable content. |
From: Oliver B. <ob...@de...> - 2005-08-24 18:42:28
|
Jolly Green Giant wrote: [...] > P.S. Sorry for the repost. I forgot to change the subject, and I put even if you change the subject, "Reply" is a bad idea, because it keeps the References: (or whatever) header and therefore could cause the mail/news client to display it in the original thread. Better start a new clean thread. Oliver -- Oliver Betz, Muenchen |
From: Jolly G. G. <jgg...@gm...> - 2005-08-24 16:53:09
|
I just installed the current version of 1.3.x and I can't use dba. My configurator shows... "Supported handlers are: cdb,cdb_make,db3,inifile,flatfile" =20 I pretty much know what flatfile is, but what is cdb and db3? flat file appeals to me because the files are more universal because they are stored as text and can be copied and referenced without PHPWiki if needed. I don't want to store my pages in some kind of format where I can't open them unless PHPWiki is working, even if it means sacrificing some features. Thanks for any help! =20 P.S. Sorry for the repost. I forgot to change the subject, and I put "can" instead of "can't use dba." |
From: Jolly G. G. <jgg...@gm...> - 2005-08-24 16:41:53
|
I just installed the current version of 1.3.x and I can use dba. My configurator shows... =20 "Supported handlers are: cdb,cdb_make,db3,inifile,flatfile"=20 =20 I pretty much know what flatfile is, but what is cdb and db3?=20 =20 flat file appeals to me because the files are more universal because they are stored as text and can be copied and referenced without PHPWiki if needed. I don't want to store my pages in some kind of format where I can't open them unless PHPWiki is working, even if it means sacrificing some features. Thanks for any help! |
From: Oliver B. <ob...@de...> - 2005-08-24 10:55:13
|
Reini Urban wrote: > > sorry, but atm i cant see some future for phpwiki. I know that we have > > summer and Reini make some holidays. > > I'm not making holidays. I'm busy working in the Formula I racing > business for the next seasons engines. > Besides that PhpWiki is still technically "better" than mediawiki. But the cleaner coding of PhpWiki doesn't really help the admin or user if there is some issue e.g. with a changed environment (Apache, Php). Since several months I'm considering to start a new public Wiki, but I can't decide which one to use. There are not so many pages to convert from PhpWiki, so I could do the remaining cleanup also manually. Several people reported that Mediawiki has some ugly coding, and I would like to have finer access control. Otherwise it would be my favourite candidate. PmWiki seems to be also nice (and slim compared to PhpWiki!), has access control but I don't know how long it will be supported. Seemingly there are not many people working on it besides Patrick Michaud. When I start a Wiki, I can't spend much time in administration, and I have to be sure that the information keeps accessible for a really long time. Difficult... Oliver |
From: Stefan <son...@ba...> - 2005-08-22 10:01:38
|
Hi Tom, try to change this here is the mail i wrote some weeks ago zip ============================================= when entering an access restricted web site on apache (.htaccess) you have to login with userid and password. after doing this you always get logged out from phpwiki when using as example Db auth. This is fixed when changing this lines from top to down of function _deduceUsername() in main.php. if (!empty($HTTP_SERVER_VARS['PHP_AUTH_USER'])) return $HTTP_SERVER_VARS['PHP_AUTH_USER']; if (!empty($HTTP_ENV_VARS['REMOTE_USER'])) return $HTTP_ENV_VARS['REMOTE_USER']; ---------------------------------- function _deduceUsername() { global $HTTP_SERVER_VARS, $HTTP_ENV_VARS; ============ Delete ===================== if (!empty($HTTP_SERVER_VARS['PHP_AUTH_USER'])) return $HTTP_SERVER_VARS['PHP_AUTH_USER']; if (!empty($HTTP_ENV_VARS['REMOTE_USER'])) return $HTTP_ENV_VARS['REMOTE_USER']; ========== End Delete ==================== if (!empty($this->args['auth']) and !empty($this->args['auth']['userid'])) return $this->args['auth']['userid']; if ($user = $this->getSessionVar('wiki_user')) { // switched auth between sessions. // Note: There's no way to demandload a missing class-definition afterwards! (Stupid php) if (isa($user, WikiUserClassname())) { $this->_user = $user; $this->_user->_authhow = 'session'; return ENABLE_USER_NEW ? $user->UserName() : $this->_user; } } if ($userid = $this->getCookieVar('WIKI_ID')) { if (!empty($userid) and substr($userid,0,2) != 's:') { $this->_user->authhow = 'cookie'; return $userid; } } if ($this->getArg('action') == 'xmlrpc') { // how about SOAP? // wiki.putPage has special otional userid/passwd arguments. check that later. $userid = ''; if (isset($HTTP_SERVER_VARS['REMOTE_USER'])) $userid = $HTTP_SERVER_VARS['REMOTE_USER']; elseif (isset($HTTP_SERVER_VARS['REMOTE_ADDR'])) $userid = $HTTP_SERVER_VARS['REMOTE_ADDR']; elseif (isset($HTTP_ENV_VARS['REMOTE_ADDR'])) $userid = $HTTP_ENV_VARS['REMOTE_ADDR']; elseif (isset($GLOBALS['REMOTE_ADDR'])) $userid = $GLOBALS['REMOTE_ADDR']; return $userid; } =============== INSERT =========== if (!empty($HTTP_SERVER_VARS['PHP_AUTH_USER'])) return $HTTP_SERVER_VARS['PHP_AUTH_USER']; if (!empty($HTTP_ENV_VARS['REMOTE_USER'])) return $HTTP_ENV_VARS['REMOTE_USER']; ============== End Insert ============= return false; } end zip =============================================================== Tom Eicher schrieb: > > Hi all, > > I've just installed the new 3.11rc3 hoping that my authentication > issue would be resolved, but I still have the following problem: > > I go the the wiki. In the footer, is sais > "You are signed but not authenticated as teicher. " > > I think it recognizes me because I have protected this > (personal) wiki behind an apache2 BasicAuth. > (Although I have nothing like HttpAuth configure in the > wiki) > I click "Sign in As". > I enter the name and password defined for admin in the config.ini > Now I am admin " Authenticated as teicher" > > But when I now click any other link (like, the home page > icon again), I become unauthenticated > "You are signed but not authenticated as teicher." > > I don't really need auth on my personal wiki, however > that defers me from using any admin features, like > "restore", "lock". ... > > Some excepts from my config below. > > Can someone please give me some hints, or give instructions > on how to get more useful information for you folks ? > > Any help appreciated! - Thanks! > Tom. > > I fiddled with most obviously related settings, but the > behaviour would never change. (Until I disallow anon stuff, > but than I am redirected to the login page after any 1st > page view...) > ... > WIKI_NAME = TeicherWiki > ... > ADMIN_USER=teicher > ; ADMIN_PASSWD is ignored on HttpAuth > ADMIN_PASSWD="MyPwd" > ... > ENCRYPTED_PASSWD = false > ... > DATABASE_TYPE = file > ; NOTE: had DBA before, but switched since SuSE online security update > ; always killed my php gdbm ... > ... > DATABASE_PREFIX = phpwiki_ > ... > DATABASE_SESSION_TABLE = session > ... > DATABASE_DIRECTORY = /export/wikidb/files > ... > SESSION_SAVE_PATH = /export/wikidb/session > ; NOTE: I see files created there ... should be ok... > ... > ALLOW_ANON_USER = true > ALLOW_ANON_EDIT = true > ALLOW_BOGO_LOGIN = true > ALLOW_USER_PASSWORDS = true > USER_AUTH_ORDER = "PersonalPage" > USER_AUTH_POLICY = stacked > AUTH_SESS_USER = phpwikiuserid > ... > AUTH_SESS_LEVEL = 2 > ; NOTE: 1 didn't help... > ... > GROUP_METHOD = "NONE" > ... > > > > > |
From: Tom E. <ro...@te...> - 2005-08-22 08:40:36
|
Hi all, I've just installed the new 3.11rc3 hoping that my authentication issue would be resolved, but I still have the following problem: I go the the wiki. In the footer, is sais "You are signed but not authenticated as teicher. " I think it recognizes me because I have protected this (personal) wiki behind an apache2 BasicAuth. (Although I have nothing like HttpAuth configure in the wiki) I click "Sign in As". I enter the name and password defined for admin in the config.ini Now I am admin " Authenticated as teicher" But when I now click any other link (like, the home page icon again), I become unauthenticated "You are signed but not authenticated as teicher." I don't really need auth on my personal wiki, however that defers me from using any admin features, like "restore", "lock". ... Some excepts from my config below. Can someone please give me some hints, or give instructions on how to get more useful information for you folks ? Any help appreciated! - Thanks! Tom. I fiddled with most obviously related settings, but the behaviour would never change. (Until I disallow anon stuff, but than I am redirected to the login page after any 1st page view...) ... WIKI_NAME = TeicherWiki ... ADMIN_USER=teicher ; ADMIN_PASSWD is ignored on HttpAuth ADMIN_PASSWD="MyPwd" ... ENCRYPTED_PASSWD = false ... DATABASE_TYPE = file ; NOTE: had DBA before, but switched since SuSE online security update ; always killed my php gdbm ... ... DATABASE_PREFIX = phpwiki_ ... DATABASE_SESSION_TABLE = session ... DATABASE_DIRECTORY = /export/wikidb/files ... SESSION_SAVE_PATH = /export/wikidb/session ; NOTE: I see files created there ... should be ok... ... ALLOW_ANON_USER = true ALLOW_ANON_EDIT = true ALLOW_BOGO_LOGIN = true ALLOW_USER_PASSWORDS = true USER_AUTH_ORDER = "PersonalPage" USER_AUTH_POLICY = stacked AUTH_SESS_USER = phpwikiuserid ... AUTH_SESS_LEVEL = 2 ; NOTE: 1 didn't help... ... GROUP_METHOD = "NONE" ... -- teicher.net - Guaranteed to be free of any useable content. |
From: Jolly G. G. <jgg...@gm...> - 2005-08-20 19:45:58
|
Hi, I'm new. I read the readme's. I copied the files up to my web server ( Widnows box :-( ). I then went to the main index.php page and got the following error... WikiFatalError Cannot open database 'wiki' : '/tmp/wikipagesdb', giving up. PHP Warning: dba_open(/tmp/wikipagesdb,c-): Driver initialization failed for handler: db3: No such file or directory in D:\Webserver\cfjungle.com\www\phpwiki\lib\dbalib.php on line 58 I altered my config.php file by changing the default setting to this... $WhichDatabase =3D 'dba'; I"m on a shared hosted/rental server, and I don't have telnet priviledges. It's running PHP 4.3.something, so I should be okay there. I just downloaded the latest stable version from sourceforge.net. Should this app run by just copying files up, or is there some folder permissions I need to change? I think I may be able to change them with my FTP program. Also, I used my ftp program to check and see if the /tmp folder was created. It was not in the phpwiki directory. Should it have been there? Thanks for any help, guys. JGG |
From: Stefan <son...@ba...> - 2005-08-20 15:18:45
|
Hello Jens, does the converter also convert RichTablePlugin? Nearly every Page out=20 of our 14.000 pages does use this plugin. Regards Stefan Jens D. schrieb: >Hi > >please understand me not wrong (its not easy with my english ;) ) but i >think one developer is not enough. With this speed - how long is phpwiki >better than other? >You work for Formula I ? Wow....it is a great dream to workd there. All >what i can say is that my company is on the outside mirror of an Mercede= s >;) > >Regards and i hope you have fun (it must be a hard work there) > > >Reini Urban wrote: > =20 > >>Jens D. schrieb: >> =20 >> >>>sorry, but atm i cant see some future for phpwiki. I know that we have >>>summer and Reini make some holidays. >>> =20 >>> >>I'm not making holidays. I'm busy working in the Formula I racing >>business for the next seasons engines. >>Besides that PhpWiki is still technically "better" than mediawiki. >> >> =20 >> >>>We make y step to mediawiki. >>>You need this script: >>>http://www.iwilcox.me.uk/2005/07/php2mediawiki/ >>> >>>AND you need php on commandline and a little bit of time. Without php >>>commandline you can forget to convert. >>>Take the script and let it run after editing. >>>go to /wiki/maintenance >>>run php update.php / rebuildall.php >>>after this you have a working mediawiki (we have it), try not the late= st >>>beta try 1.4.7. >>>After this you have some ??Handwork??. Check Links (Wikiwords and so >>>on), >>>you have to Upload your Uploads again. >>>If you are german, you need a scripter :-). Some "=FC" or "=E4" signs = are ? >>>after converting. >>> >>>Dont no, if you try it we can help us self and make the script better. >>>Sorry to the phpwiki-Fans all over the world, but somebody like to >>>switch >>>and dont no how. >>> >>>Its not a perfect converter, but for small Wikis or good scripter it >>>will >>>be easy to switch. >>> =20 >>> >>-- >>Reini Urban >>http://xarch.tu-graz.ac.at/home/rurban/ >>http://phpwiki.org/ >> >> >> =20 >> > > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practi= ces >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & = QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5s= f >_______________________________________________ >Phpwiki-talk mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > =20 > |
From: Jolly G. G. <jgg...@gm...> - 2005-08-19 21:25:06
|
Hi, I'm new. I read the readme's. I copied the files up to my web server ( Widnows box :-( ). I then went to the main index.php page and got the following error... WikiFatalError Cannot open database 'wiki' : '/tmp/wikipagesdb', giving up. PHP Warning: dba_open(/tmp/wikipagesdb,c-): Driver initialization failed for handler: db3: No such file or directory in D:\Webserver\cfjungle.com\www\phpwiki\lib\dbalib.php on line 58 I altered my config.php file by changing the default setting to this... $WhichDatabase =3D 'dba'; I"m on a shared hosted/rental server, and I don't have telnet priviledges. It's running PHP 4.3.something, so I should be okay there. I just downloaded the latest stable version from sourceforge.net. Should this app run by just copying files up, or is there some folder permissions I need to change? I think I may be able to change them with my FTP program. Also, I used my ftp program to check and see if the /tmp folder was created. It was not in the phpwiki directory. Should it have been there? Thanks for any help, guys. JGG |
From: Jolly G. G. <jgg...@gm...> - 2005-08-19 16:19:17
|
Hi, I'm new. I read the readme's. I copied the files up to my web server ( Widnows box :-( ). I then went to the main index.php page and got the following error... WikiFatalError Cannot open database 'wiki' : '/tmp/wikipagesdb', giving up.=20 PHP Warning: dba_open(/tmp/wikipagesdb,c-): Driver initialization failed for handler: db3: No such file or directory in D:\Webserver\cfjungle.com\www\phpwiki\lib\dbalib.php on line 58 I altered my config.php file by changing the default setting to this... $WhichDatabase =3D 'dba'; I"m on a shared hosted/rental server, and I don't have telnet priviledges. It's running PHP 4.3.something, so I should be okay there. I just downloaded the latest stable version from sourceforge.net. Should this app run by just copying files up, or is there some folder permissions I need to change? I think I may be able to change them with my FTP program. Also, I used my ftp program to check and see if the /tmp folder was created. It was not in the phpwiki directory. Should it have been there? Thanks for any help, guys. JGG |
From: Christopher R. P. <cr...@gm...> - 2005-08-19 05:39:09
|
Hi!=20 =20 I'm new to PHPWiki and hae created a site http://www.linuxprox.info. I have created my own theme based on the MacOSX theme. =20 I'd like the site to be WAI WCAG AA compatible so that the page is compatible to the ebContentAccessibilityGuidelines. But therefor I would need to specify the image sizes and the alt tags for every image on the site.What is the best way to do this? =20 Another thing: I wanted to put the tux footprints as a background of the yellow box. That did not work. Reaason: as it is setup now, the div is opened as div class=3Dwikitext".=20 I tried to convert the settings to div id=3D"wikitext" but then I could not find, where this div tag is being opened. Where? =20 One more thing: When I run the site in english, all the images (buttons) are available (57 images). But in german only 32 are available. Can I help to create them? =20 Thanks in advance! Bye |
From: Jens D. <web...@pi...> - 2005-08-18 19:57:24
|
Hi please understand me not wrong (its not easy with my english ;) ) but i think one developer is not enough. With this speed - how long is phpwiki better than other? You work for Formula I ? Wow....it is a great dream to workd there. All what i can say is that my company is on the outside mirror of an Mercedes ;) Regards and i hope you have fun (it must be a hard work there) Reini Urban wrote: > Jens D. schrieb: >> sorry, but atm i cant see some future for phpwiki. I know that we have >> summer and Reini make some holidays. > > I'm not making holidays. I'm busy working in the Formula I racing > business for the next seasons engines. > Besides that PhpWiki is still technically "better" than mediawiki. > >> We make y step to mediawiki. >> You need this script: >> http://www.iwilcox.me.uk/2005/07/php2mediawiki/ >> >> AND you need php on commandline and a little bit of time. Without php >> commandline you can forget to convert. >> Take the script and let it run after editing. >> go to /wiki/maintenance >> run php update.php / rebuildall.php >> after this you have a working mediawiki (we have it), try not the latest >> beta try 1.4.7. >> After this you have some ??Handwork??. Check Links (Wikiwords and so >> on), >> you have to Upload your Uploads again. >> If you are german, you need a scripter :-). Some "ü" or "ä" signs are ? >> after converting. >> >> Dont no, if you try it we can help us self and make the script better. >> Sorry to the phpwiki-Fans all over the world, but somebody like to >> switch >> and dont no how. >> >> Its not a perfect converter, but for small Wikis or good scripter it >> will >> be easy to switch. > -- > Reini Urban > http://xarch.tu-graz.ac.at/home/rurban/ > http://phpwiki.org/ > > |
From: Reini U. <ru...@x-...> - 2005-08-18 18:46:36
|
Jens D. schrieb: > sorry, but atm i cant see some future for phpwiki. I know that we have > summer and Reini make some holidays. I'm not making holidays. I'm busy working in the Formula I racing business for the next seasons engines. Besides that PhpWiki is still technically "better" than mediawiki. > We make y step to mediawiki. > You need this script: > http://www.iwilcox.me.uk/2005/07/php2mediawiki/ > > AND you need php on commandline and a little bit of time. Without php > commandline you can forget to convert. > Take the script and let it run after editing. > go to /wiki/maintenance > run php update.php / rebuildall.php > after this you have a working mediawiki (we have it), try not the latest > beta try 1.4.7. > After this you have some ??Handwork??. Check Links (Wikiwords and so on), > you have to Upload your Uploads again. > If you are german, you need a scripter :-). Some "ü" or "ä" signs are ? > after converting. > > Dont no, if you try it we can help us self and make the script better. > Sorry to the phpwiki-Fans all over the world, but somebody like to switch > and dont no how. > > Its not a perfect converter, but for small Wikis or good scripter it will > be easy to switch. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ |