SourceForge logo
SourceForge logo
Menu

phpwiki-talk

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
(3)
Aug
Sep
(5)
Oct
Nov
Dec

Showing results of 7779

<< < 1 .. 27 28 29 30 31 .. 312 > >> (Page 29 of 312)
From: Manuel V. <man...@gm...> - 2007年01月17日 09:07:00
2007年1月13日, Reini Urban <ru...@x-...>:
> 2007年1月12日, Manuel Vacelet <man...@gm...>:
> > 2007年1月9日, Reini Urban <ru...@x-...>:
> > > 2007年1月8日, Manuel Vacelet <man...@gm...>:
> > > > I noticed than, sometimes, mysql based phpwikis become slow when there
> > > > are several concurrent access.
> > > >
> > > > I guess it's due to table locking for update operation (phpwiki locks
> > > > whole table).
> > > >
> > > > I'm wondering if it could be a good idea to use innodb table type when
> > > > available and replace table locks by transactions as other ACID
> > > > complient engines (pgsql, ...) do ?
> > >
> > > postgresql, oracle or innodb are much better than myisam on crowded
> > > servers, yes.
> >
> > Ok, we will have look on this approach.
> > Obviously, we will keep the list informed.
>
> The fastest connect by far has berkeley ("dba - db3 or db4"), but time sorting
> (e.g. RecentChanges) and other advanced queries are very slow.
> I recommend dba on small wikis < 500 pages, and then postgresql.
FYI, today there is 29000+ pages in our wiki_page table (even if most
of them are automaticatly created from pgsrc).
> For the next release I will work for sql db's on extracting the standard
> page and version data properties from serialized blobs into real
> table columns.
> This will require more sql schema updates, but I hope action=upgrade
> will be good enough to do that automatically.
This is very intresting, do you exepect any performances enhancement
with this upgrade ?
It could be an opportunity for us to contribute our patch to allow
several wiki instances to be stored in one table.
> > > BTW: can I expect an updated french translation for the new 1.3.13 features?
> >
> > I think Sabri (who's working with me on the subject) already gave to
> > you the small work he did on the subject.
>
> Thanks.
> I checked it in and will do the 1.3.13 release after the remaining
> php-5.2.0 checks hopefully tommorrow.
>
> The new 5.2 constructor strictness or the new __toString method can be
> the culprit.
>
> Next week I'll be offline in Koeln for some days.
Have a nice trip !
-- Manuel
From: Stefan <son...@ba...> - 2007年01月16日 23:55:56
To use our wiki all users have to signin first to make changes but 
sometimes there are users without userid. Only the ip is logged when 
they do changes. After a while of testing i found the reason when this 
happens.
The user looks at a couple of pages and then enters uid and pwd to 
signin. After signin he clicks to the browser back button and switches 
to a page where he isn't signed in before (cache). At this page he 
clicks again on the signin button with no userid inserted in the uid 
field. Now he is signed in without having an uid.
I need a quick and dirty solution to solf this problem. It's easy to 
check if the user do have an uid when he is signed in. As solution: When 
i see he has no uid and is signedin, i want to sign him off. I found the 
code (java script) to do it with a button. Is there also a function call 
which i can implement to do this in the main template?
I wrote this in an email before but it was a little bit confused - sorry 
for this.
Regards Stefan
From: George M. <ms...@ho...> - 2007年01月16日 17:22:59
Thanks, I thought the same as I'm not using a Flat file db either.
> From: li...@gm...> To: php...@li...> Date: Tue,=
 16 Jan 2007 15:46:08 +0100> Subject: Re: [Phpwiki-talk] Few questions on p=
hpwiki setup.> > Reini Urban wrote:> > [mkdir(/tmp/cache/toolbarcache/): Pe=
rmission denied]> > > For optimization you'd need to define the PLUGIN_CACH=
ED_CACHE_DIR> > option (section 8), where cached settings are stored.> > > =
> ; This is only used if database is set to file.> > database is dba/gdbm, =
not file, so I didn't think this could help - > but it did.> > Thanks, Rein=
i!> > Oliver> -- > Oliver Betz, Muenchen> > > -----------------------------=
--------------------------------------------> Take Surveys. Earn Cash. Infl=
uence the Future of IT> Join SourceForge.net's Techsay panel and you'll get=
 the chance to share your> opinions on IT & business topics through brief s=
urveys - and earn cash> http://www.techsay.com/default.php?page=3Djoin.php&=
p=3Dsourceforge&CID=3DDEVDEV> _____________________________________________=
__> Phpwiki-talk mailing list> Php...@li...> https://=
lists.sourceforge.net/lists/listinfo/phpwiki-talk
_________________________________________________________________
Get the Live.com Holiday Page for recipes, gift-giving ideas, and more.
www.live.com/?addtemplate=3Dholiday=
From: John C. <joh...@ua...> - 2007年01月16日 16:46:33
Reini,
 Trying out the pdf stuff again, I have finally gotten a pdf out using the
internal library :-), but it made a pdf with one page per line (168 pages).
 Trying to use the external pdf generator, I can get it to work from the
command line, but not from the wiki.
 Also, I'm getting the following output a lot:
<html><body><div style="font-weight:bold; color:red">Fatal Error:</div> <div
class="errors"><p>f:\inetpub\wwwroot\phpwiki_cvs\lib\WikiDB\adodb\adodb-erro
rhandler.inc.php:76 Error[256]: mysql error: [1062: Duplicate entry
'c1b1d8e83bb8ac00a9c544d8f4a55bb2' for key 1] in EXECUTE(&quot;INSERT INTO
session (sess_id, sess_data, sess_date, sess_ip) VALUES
('c1b1d8e83bb8ac00a9c544d8f4a55bb2',
'wiki_user|O:10:\&quot;_adminuser\&quot;:11:{s:7:\&quot;_userid\&quot;;s:5:\
&quot;admin\&quot;;s:6:\&quot;_level\&quot;;i:10;s:6:\&quot;_prefs\&quot;;O:
15:\&quot;userpreferences\&quot;:4:{s:6:\&quot;_prefs\&quot;;a:14:{s:6:\&quo
t;userid\&quot;;O:15:\&quot;_userpreference\&quot;:2:{s:13:\&quot;default_va
lue\&quot;;s:0:\&quot;\&quot;;s:6:\&quot;userid\&quot;;s:5:\&quot;admin\&quo
t;;}s:6:\&quot;passwd\&quot;;O:15:\&quot;_userpreference\&quot;:1:{s:13:\&qu
ot;default_value\&quot;;s:0:\&quot;\&quot;;}s:9:\&quot;autologin\&quot;;O:20
:\&quot;_userpreference_bool\&quot;:1:{s:13:\&quot;default_value\&quot;;b:0;
}s:5:\&quot;email\&quot;;O:21:\&quot;_userpreference_email\&quot;:1:{s:13:\&
quot;default_value\&quot;;s:0:\&quot;\&quot;;}s:11:\&quot;notifyPages\&quot;
;O:22:\&quot;_userpreference_notify\&quot;:1:{s:13:\&quot;default_value\&quo
t;;s:0:\&quot;\&quot;;}s:5:\&quot;theme\&quot;;O:21:\&quot;_userpreference_t
heme\&quot;:1:{s:13:\&quot;default_value\&quot;;s:4:\&quot;Crao\&quot;;}s:4:
\&quot;lang\&quot;;O:24:\&quot;_userpreference_language\&quot;:1:{s:13:\&quo
t;default_value\&quot;;s:0:\&quot;\&quot;;}s:9:\&quot;editWidth\&quot;;O:19:
\&quot;_userpreference_int\&quot;:3:{s:13:\&quot;default_value\&quot;;d:80
</p> </div>
To get the internal library to work, I had to delete this row before trying
to create the pdf.
Any suggestions on how to get the external one to work, and to get rid of
that error?
Thanks,
John
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.12/631 - Release Date: 1/16/2007
8:25 AM
 
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
From: John C. <joh...@ua...> - 2007年01月16日 16:27:55
Renin,
 Trying out the pdf stuff again, I have finally gotten a pdf out using the
internal library :-), but it made a pdf with one page per line (168 pages).
 Trying to use the external pdf generator, I can get it to work from the
command line, but not from the wiki.
 Also, I'm getting the following output a lot:
<html><body><div style="font-weight:bold; color:red">Fatal Error:</div>
<div
class="errors"><p>f:\inetpub\wwwroot\phpwiki_cvs\lib\WikiDB\adodb\adodb-erro
rhandler.inc.php:76 Error[256]: mysql error: [1062: Duplicate entry
'c1b1d8e83bb8ac00a9c544d8f4a55bb2' for key 1] in EXECUTE(&quot;INSERT INTO
session (sess_id, sess_data, sess_date, sess_ip) VALUES
('c1b1d8e83bb8ac00a9c544d8f4a55bb2',
'wiki_user|O:10:\&quot;_adminuser\&quot;:11:{s:7:\&quot;_userid\&quot;;s:5:\
&quot;admin\&quot;;s:6:\&quot;_level\&quot;;i:10;s:6:\&quot;_prefs\&quot;;O:
15:\&quot;userpreferences\&quot;:4:{s:6:\&quot;_prefs\&quot;;a:14:{s:6:\&quo
t;userid\&quot;;O:15:\&quot;_userpreference\&quot;:2:{s:13:\&quot;default_va
lue\&quot;;s:0:\&quot;\&quot;;s:6:\&quot;userid\&quot;;s:5:\&quot;admin\&quo
t;;}s:6:\&quot;passwd\&quot;;O:15:\&quot;_userpreference\&quot;:1:{s:13:\&qu
ot;default_value\&quot;;s:0:\&quot;\&quot;;}s:9:\&quot;autologin\&quot;;O:20
:\&quot;_userpreference_bool\&quot;:1:{s:13:\&quot;default_value\&quot;;b:0;
}s:5:\&quot;email\&quot;;O:21:\&quot;_userpreference_email\&quot;:1:{s:13:\&
quot;default_value\&quot;;s:0:\&quot;\&quot;;}s:11:\&quot;notifyPages\&quot;
;O:22:\&quot;_userpreference_notify\&quot;:1:{s:13:\&quot;default_value\&quo
t;;s:0:\&quot;\&quot;;}s:5:\&quot;theme\&quot;;O:21:\&quot;_userpreference_t
heme\&quot;:1:{s:13:\&quot;default_value\&quot;;s:4:\&quot;Crao\&quot;;}s:4:
\&quot;lang\&quot;;O:24:\&quot;_userpreference_language\&quot;:1:{s:13:\&quo
t;default_value\&quot;;s:0:\&quot;\&quot;;}s:9:\&quot;editWidth\&quot;;O:19:
\&quot;_userpreference_int\&quot;:3:{s:13:\&quot;default_value\&quot;;d:80
</p>
</div>
To get the internal library to work, I had to delete this row before trying
to create the pdf.
Any suggestions on how to get the external one to work, and to get rid of
that error?
Thanks,
John
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.12/631 - Release Date: 1/16/2007
8:25 AM
 
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
From: Stefan <son...@ba...> - 2007年01月16日 15:55:14
Hallo,
there is a bug in phpwiki where users can edit pages without showing 
there userid.
Now i need a solution to log users out which do not have a userid. it 
should be done automatic like a call like these
$user->logout();
i want to add the function within a template file. Is there a function 
to do this?
Background:
When you login as a user in phpwiki and then click on the back button of 
your browser to get a page where you are not authentificated and then 
press the login button, you are authentificated without userid.
Whould be nice to get a fast solution for this
Regards Stefan
From: Oliver B. <li...@gm...> - 2007年01月16日 14:46:01
Reini Urban wrote:
[mkdir(/tmp/cache/toolbarcache/): Permission denied]
> For optimization you'd need to define the PLUGIN_CACHED_CACHE_DIR
> option (section 8), where cached settings are stored.
> 
> ; This is only used if database is set to file.
database is dba/gdbm, not file, so I didn't think this could help - 
but it did.
Thanks, Reini!
Oliver
-- 
Oliver Betz, Muenchen
From: Reini U. <ru...@x-...> - 2007年01月16日 14:23:59
In PhpWikiAdministration:
 ZIP Dump - Restore
The "Zip Dump" best as full dump to keep all revisions.
2007年1月16日, John Cole <joh...@ua...>:
> Reini,
> If I wanted to convert my wiki from mysql to postgres, what would the
> procedures be?
>
> -----Original Message-----
> From: php...@li...
> [mailto:php...@li...] On Behalf Of Reini Urban
> Sent: Saturday, January 13, 2007 11:31 AM
> To: Discussion on PhpWiki features, bugs, development.
> Subject: Re: [Phpwiki-talk] Phpwiki and Mysql slowness
>
> 2007年1月12日, Manuel Vacelet <man...@gm...>:
> > 2007年1月9日, Reini Urban <ru...@x-...>:
> > > 2007年1月8日, Manuel Vacelet <man...@gm...>:
> > > > I noticed than, sometimes, mysql based phpwikis become slow when there
> > > > are several concurrent access.
> > > >
> > > > I guess it's due to table locking for update operation (phpwiki locks
> > > > whole table).
> > > >
> > > > I'm wondering if it could be a good idea to use innodb table type when
> > > > available and replace table locks by transactions as other ACID
> > > > complient engines (pgsql, ...) do ?
> > >
> > > postgresql, oracle or innodb are much better than myisam on crowded
> > > servers, yes.
> >
> > Ok, we will have look on this approach.
> > Obviously, we will keep the list informed.
>
> The fastest connect by far has berkeley ("dba - db3 or db4"), but time
> sorting
> (e.g. RecentChanges) and other advanced queries are very slow.
> I recommend dba on small wikis < 500 pages, and then postgresql.
> Both, ADODB and PearDB behave fine now. PDO is not that well tested.
> dba has serious locking issues with sessions.
> >From time to time you'll have to delete the session.db(3,4) file when
> it is OS locked. But still better than with gdbm.
>
> For the next release I will work for sql db's on extracting the standard
> page and version data properties from serialized blobs into real
> table columns.
> This will require more sql schema updates, but I hope action=upgrade
> will be good enough to do that automatically.
>
> > > BTW: can I expect an updated french translation for the new 1.3.13
> features?
> >
> > I think Sabri (who's working with me on the subject) already gave to
> > you the small work he did on the subject.
>
> Thanks.
> I checked it in and will do the 1.3.13 release after the remaining
> php-5.2.0 checks hopefully tommorrow.
>
> The new 5.2 constructor strictness or the new __toString method can be
> the culprit.
>
> Next week I'll be offline in Koeln for some days.
well, I'm not really offline, thanksfully.
but I cannot do the final release from here.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
From: John C. <joh...@ua...> - 2007年01月16日 14:01:41
Reini,
 If I wanted to convert my wiki from mysql to postgres, what would the
procedures be?
Thanks,
John
-----Original Message-----
From: php...@li...
[mailto:php...@li...] On Behalf Of Reini Urban
Sent: Saturday, January 13, 2007 11:31 AM
To: Discussion on PhpWiki features, bugs, development.
Subject: Re: [Phpwiki-talk] Phpwiki and Mysql slowness
2007年1月12日, Manuel Vacelet <man...@gm...>:
> 2007年1月9日, Reini Urban <ru...@x-...>:
> > 2007年1月8日, Manuel Vacelet <man...@gm...>:
> > > I noticed than, sometimes, mysql based phpwikis become slow when there
> > > are several concurrent access.
> > >
> > > I guess it's due to table locking for update operation (phpwiki locks
> > > whole table).
> > >
> > > I'm wondering if it could be a good idea to use innodb table type when
> > > available and replace table locks by transactions as other ACID
> > > complient engines (pgsql, ...) do ?
> >
> > postgresql, oracle or innodb are much better than myisam on crowded
> > servers, yes.
>
> Ok, we will have look on this approach.
> Obviously, we will keep the list informed.
The fastest connect by far has berkeley ("dba - db3 or db4"), but time
sorting
(e.g. RecentChanges) and other advanced queries are very slow.
I recommend dba on small wikis < 500 pages, and then postgresql.
Both, ADODB and PearDB behave fine now. PDO is not that well tested.
dba has serious locking issues with sessions.
>From time to time you'll have to delete the session.db(3,4) file when
it is OS locked. But still better than with gdbm.
For the next release I will work for sql db's on extracting the standard
page and version data properties from serialized blobs into real
table columns.
This will require more sql schema updates, but I hope action=upgrade
will be good enough to do that automatically.
> > BTW: can I expect an updated french translation for the new 1.3.13
features?
>
> I think Sabri (who's working with me on the subject) already gave to
> you the small work he did on the subject.
Thanks.
I checked it in and will do the 1.3.13 release after the remaining
php-5.2.0 checks hopefully tommorrow.
The new 5.2 constructor strictness or the new __toString method can be
the culprit.
Next week I'll be offline in Koeln for some days.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Phpwiki-talk mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.12/631 - Release Date: 1/16/2007
8:25 AM
 
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.12/631 - Release Date: 1/16/2007
8:25 AM
 
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
From: Reini U. <ru...@x-...> - 2007年01月16日 08:25:14
2007年1月14日, Oliver Betz <li...@gm...>:
> George Mills wrote:
>
> [...]
>
> > /usr/local/lib/php/Cache/Container/file.php:339: Warning:
> > mkdir(/tmp/cache/toolbarcache/): Permission denied
>
> any information about this?
>
> I also see this error but didn't take the time to look at the code
> since I casn live with it.
For optimization you'd need to define the PLUGIN_CACHED_CACHE_DIR
option (section 8), where cached settings are stored.
; This is only used if database is set to file.
; The webserver must have write access to this dir!
;PLUGIN_CACHED_CACHE_DIR = /tmp/cache
The server cannot write to /tmp/cache/toolbarcache/
This is needed to speed up action=edit.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
From: Oliver B. <li...@gm...> - 2007年01月16日 08:00:04
George Mills wrote:
[quoting order and line breaks adjusted)
>>> /usr/local/lib/php/Cache/Container/file.php:339: Warning:
>> mkdir(/tmp/cache/toolbarcache/): Permission denied
>> any information about this?
> I worked around it see my post here
> 
> http://sourceforge.net/forum/forum.php?thread_id=1648805&forum_id=18929
this doesn't mention the "mkdir(/tmp/cache/toolbarcache/): Permission 
denied" error but an upload problem.
Oliver
-- 
Oliver Betz, Muenchen
From: George M. <ms...@ho...> - 2007年01月16日 06:11:02
I worked around it see my post here
=20
http://sourceforge.net/forum/forum.php?thread_id=3D1648805&forum_id=3D18929
> From: li...@gm...> To: php...@li...> Date: Sun,=
 14 Jan 2007 12:11:20 +0100> Subject: Re: [Phpwiki-talk] Few questions on p=
hpwiki setup.> > George Mills wrote:> > [...]> > > /usr/local/lib/php/Cache=
/Container/file.php:339: Warning:> > mkdir(/tmp/cache/toolbarcache/): Permi=
ssion denied > > any information about this?> > I also see this error but d=
idn't take the time to look at the code > since I casn live with it.> > Oli=
ver> -- > Oliver Betz, Muenchen> > > --------------------------------------=
-----------------------------------> Take Surveys. Earn Cash. Influence the=
 Future of IT> Join SourceForge.net's Techsay panel and you'll get the chan=
ce to share your> opinions on IT & business topics through brief surveys - =
and earn cash> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourc=
eforge&CID=3DDEVDEV> _______________________________________________> Phpwi=
ki-talk mailing list> Php...@li...> https://lists.sou=
rceforge.net/lists/listinfo/phpwiki-talk
_________________________________________________________________
Fixing up the home? Live Search can help.
http://imagine-windowslive.com/search/kits/default.aspx?kit=3Dimprove&local=
e=3Den-US&source=3Dwlmemailtaglinenov06=
From: Oliver B. <li...@gm...> - 2007年01月15日 21:52:00
George Mills wrote:
[...]
> /usr/local/lib/php/Cache/Container/file.php:339: Warning:
> mkdir(/tmp/cache/toolbarcache/): Permission denied 
any information about this?
I also see this error but didn't take the time to look at the code 
since I casn live with it.
Oliver
-- 
Oliver Betz, Muenchen
From: Reini U. <ru...@x-...> - 2007年01月15日 16:06:22
When final testing tommorrow goes well I will release this
as final 1.3.13:
http://sourceforge.net/project/showfiles.php?group_id=6121&package_id=31289&release_id=478264
I found and fixed the php-5.2 problem.
Some minor issues I see are the actionbuttons with mozilla and MonoBook. 
The selected and hover tabbar underline is suddenly wrong.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://helsinki.at/ http://spacemovie.mur.at/
From: Reini U. <ru...@x-...> - 2007年01月13日 17:31:17
2007年1月12日, Manuel Vacelet <man...@gm...>:
> 2007年1月9日, Reini Urban <ru...@x-...>:
> > 2007年1月8日, Manuel Vacelet <man...@gm...>:
> > > I noticed than, sometimes, mysql based phpwikis become slow when there
> > > are several concurrent access.
> > >
> > > I guess it's due to table locking for update operation (phpwiki locks
> > > whole table).
> > >
> > > I'm wondering if it could be a good idea to use innodb table type when
> > > available and replace table locks by transactions as other ACID
> > > complient engines (pgsql, ...) do ?
> >
> > postgresql, oracle or innodb are much better than myisam on crowded
> > servers, yes.
>
> Ok, we will have look on this approach.
> Obviously, we will keep the list informed.
The fastest connect by far has berkeley ("dba - db3 or db4"), but time sorting
(e.g. RecentChanges) and other advanced queries are very slow.
I recommend dba on small wikis < 500 pages, and then postgresql.
Both, ADODB and PearDB behave fine now. PDO is not that well tested.
dba has serious locking issues with sessions.
>From time to time you'll have to delete the session.db(3,4) file when
it is OS locked. But still better than with gdbm.
For the next release I will work for sql db's on extracting the standard
page and version data properties from serialized blobs into real
table columns.
This will require more sql schema updates, but I hope action=upgrade
will be good enough to do that automatically.
> > BTW: can I expect an updated french translation for the new 1.3.13 features?
>
> I think Sabri (who's working with me on the subject) already gave to
> you the small work he did on the subject.
Thanks.
I checked it in and will do the 1.3.13 release after the remaining
php-5.2.0 checks hopefully tommorrow.
The new 5.2 constructor strictness or the new __toString method can be
the culprit.
Next week I'll be offline in Koeln for some days.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
From: Manuel V. <man...@gm...> - 2007年01月12日 09:09:59
2007年1月9日, Reini Urban <ru...@x-...>:
> 2007年1月8日, Manuel Vacelet <man...@gm...>:
> > Hello all,
> >
> > I noticed than, sometimes, mysql based phpwikis become slow when there
> > are several concurrent access.
> >
> > I guess it's due to table locking for update operation (phpwiki locks
> > whole table).
> >
> > I'm wondering if it could be a good idea to use innodb table type when
> > available and replace table locks by transactions as other ACID
> > complient engines (pgsql, ...) do ?
>
> postgresql, oracle or innodb are much better than myisam on crowded
> servers, yes.
Ok, we will have look on this approach.
Obviously, we will keep the list informed.
> BTW: can I expect an updated french translation for the new 1.3.13 features?
I think Sabri (who's working with me on the subject) already gave to
you the small work he did on the subject.
-- Manuel
From: Reini U. <ru...@x-...> - 2007年01月09日 16:01:57
2007年1月8日, Manuel Vacelet <man...@gm...>:
> Hello all,
>
> I noticed than, sometimes, mysql based phpwikis become slow when there
> are several concurrent access.
>
> I guess it's due to table locking for update operation (phpwiki locks
> whole table).
>
> I'm wondering if it could be a good idea to use innodb table type when
> available and replace table locks by transactions as other ACID
> complient engines (pgsql, ...) do ?
postgresql, oracle or innodb are much better than myisam on crowded
servers, yes.
BTW: can I expect an updated french translation for the new 1.3.13 features?
> What do you think ?
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
From: Manuel V. <man...@gm...> - 2007年01月08日 09:02:15
Hello all,
I noticed than, sometimes, mysql based phpwikis become slow when there
are several concurrent access.
I guess it's due to table locking for update operation (phpwiki locks
whole table).
I'm wondering if it could be a good idea to use innodb table type when
available and replace table locks by transactions as other ACID
complient engines (pgsql, ...) do ?
What do you think ?
-- Manuel
From: George M. <ms...@ho...> - 2007年01月07日 17:03:57
My server is a shared provider so I must configure everything through FTP a=
nd I believe my scripts have no write access to /tmp
How to set security such that anyone can create an account and view all pag=
es but not be allowed to edit by default. I wish only "super users" (i.e. a=
dmins or what ever) to be able to grant permission to others to edit?
How to remove clear text password on MySQL DB connection DSN string? Can't =
figure out how to crypt it.=20
How can I get EMail Validation as a requirement for an account?=20
Why does phpwiki require dba privs for normal operation (If I just grant re=
ad/write it fails)?=20
I can't get rid of PHP /tmp write warning while editing. See below.
PHP Warning
/usr/local/lib/php/Cache/Container/file.php:339: Warning: mkdir(/tmp/cache/=
toolbarcache/): Permission denied=20
=20
=20
Thanks for any help.
=20
_________________________________________________________________
Get into the holiday spirit, chat with Santa on Messenger.
http://imagine-windowslive.com/minisites/santabot/default.aspx?locale=3Den-=
us=
From: Matt B. <ma...@ma...> - 2007年01月02日 21:29:04
Attachments: signature.asc
Hi Reini,
Reini Urban wrote:
> All new bugs (from August) by Matt Brown (debian).
> Matt, do you want to cvs write access to fix these by your own?
> This would be much faster.
Sorry for my slow response, I've been away on holiday :)
Commit access would be appreciated, although I'm not sure that I'll have
any time to look at these again until late January...
Cheers
--=20
Matt Brown
ma...@ma...
Mob +64 21 611 544 www.mattb.net.nz
From: Reini U. <ru...@x-...> - 2007年01月02日 13:27:56
2006年12月30日, Reini Urban <ru...@x-...>:
> Some good news to my release plan:
> Clean-house development without internet connection here in morrocco
> works that good, that I already finished my 1.4.0 plans also.
>
> moacdropdown is now fully integrated into WikiFormRich.
> xmlrpc support was written from scratch,
> and the search template will feature the LiveSearch via xmlrpc.
> SemanticSearch also.
>
> I added a lot of more useful xmlrpc methods and a seperate
> XmlRpcClient library. Now we have one in php and one in javascript for
> the ajax methods.
> I also tried to add a file post method to HttpClient.php for SyncWiki
> (see below), to be able to upload to remote servers automatically.
>
> I have added a plugin SyncWiki to update automatically from/to a
> master replication wiki. For some offline work.
>
> MonoBook looks even better.
>
> upgrade now supports the 1.3.13 necessary updates and stores a
> db_version marker. This will speed up things. db->rebuild now really
> rebuild the whole database. this lasts a lot.
>
> WikiWys still has some problems, with roundtrips and with prettyurl setups.
> I hope that I can fix that by myself. Plugins args get distorted.
>
> The next will be ModeratedPages.
>
> Unfortunately I will not be able to commit all this work from here.
Well, I just did. (committing the work from here)
Those who read phpwiki-commit will have noticed :)
Please test the nightly from tomorrow.
Some Help:*Plugin pages and ModeratedPages plugin need work.
But esp. the new SemanticSearch is cool.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
From: Peter C. <pe...@pe...> - 2006年12月30日 14:11:46
> Sorry, i am just in morocco on a surf trip and will be back at the
> 10th of january.
! Well get back to surfing and don't worry about the wiki!
> CreateToc has one option in config.ini which you can try to switch.
>
That has no effect.
> Did your php version change?
No.
Pete
From: Reini U. <ru...@x-...> - 2006年12月30日 12:43:57
Some good news to my release plan:
Clean-house development without internet connection here in morrocco
works that good, that I already finished my 1.4.0 plans also.
moacdropdown is now fully integrated into WikiFormRich.
xmlrpc support was written from scratch,
and the search template will feature the LiveSearch via xmlrpc.
SemanticSearch also.
I added a lot of more useful xmlrpc methods and a seperate
XmlRpcClient library. Now we have one in php and one in javascript for
the ajax methods.
I also tried to add a file post method to HttpClient.php for SyncWiki
(see below), to be able to upload to remote servers automatically.
I have added a plugin SyncWiki to update automatically from/to a
master replication wiki. For some offline work.
MonoBook looks even better.
upgrade now supports the 1.3.13 necessary updates and stores a
db_version marker. This will speed up things. db->rebuild now really
rebuild the whole database. this lasts a lot.
WikiWys still has some problems, with roundtrips and with prettyurl setups.
I hope that I can fix that by myself. Plugins args get distorted.
The next will be ModeratedPages.
Unfortunately I will not be able to commit all this work from here.
2006年12月21日, Reini Urban <ru...@x-...>:
> Sorry, I cannot hold my deadline.
> At least I found some more severy problems, and installed it at a
> lot more servers than previously.
>
> Loading virgin pages with a charset different to latin1 will most likely
> destroy the database (pagename problems).
> With dba and utf-8 for example it's impossible to search for pages and
> list all pages. On redhat with an utf-8 system charset ($LANG) it is
> enough to
> disable all these features regardless of the phpwiki charset.
>
> There's an easy fix, but a lot of work.
> Similar for the new WikiWys.
> The php-5.1x session lossage is also a blocking problem not yet solved.
>
> So I will try to get it out in the middle of January.
>
> 2006年12月18日, umfan866 <mh...@so...>:
> >
> > Reini--
> >
> > I downloaded the nightly build and started to install it but the main
> > problem I have
> > is that I have an internal company deadline for this week Friday (dec 22) to
> > roll something
> > else out...as soon as I have that deadline met I will return to testing
> > phpwiki... I
> > am checking to see if another person can also test/investigate in the
> > meantime,
> > as it appears your deadline is the 21st.
> >
> > I appreciate all your work and I LOVE phpwiki -- keep up the great work!!!!
> >
> >
> > Reini Urban wrote:
> > >
> > > 2006年12月12日, umfan866 <mh...@so...>:
> > >> Hi Reini --glad version 1.3.13 is almost out. I am willing to test an
> > >> advance
> > >> copy
> > >> with Oracle just send me an email.
> > >
> > > Please take the nightly snapshot.
> > > http://phpwiki.sf.net/nightly/
> > >
> > > During testing I found some more blocking bugs, which I haven't solved
> > > yet.
> > > htmldump, and more.
> > > And right now i'm in munich, so I will try to fix them this weekend,
> > > when I'm back.
> > >
> > > I have v 1.3.12.p3 working right now
> > >> using
> > >> both MySQL and Oracle 10.2.0.2 (with minor hacks). The DATABASE_DSN
> > >> needs to be in the form of "oci8://phpwiki:<phpwiki_passwd>@<ORACLE_SID>"
> > >> perhaps you can update this in the config-default.ini.
> > >>
> > >> I have it working fine using DATABASE_TYPE=SQL and the minor hacks to
> > >> some
> > >> of the other files (see other thread).
> > >>
> > >> I know ADODB is "better" but If you set it to ADODB, it gives this
> > >> error.
> > >> lib/WikiDB/adodb/adodb-errorhandler.inc.php:76: Error[256]: oci8 error:
> > >> [911: ORA-00911: invalid character] in EXECUTE("UPDATE phpwiki_page SET
> > >> hits=?, pagedata=? WHERE pagename=?")
> > >>
> > >>
> > >>
> > >>
> > >> Reini Urban wrote:
> > >> >
> > >> > I've finished now most of the fixes for 1.3.13.
> > >> > My plan is to bring out a release candidate at the end of this week,
> > >> > (Dec 9) and the final week after. (Dec 16)
> > >> > My own big phpwiki project goes online at about the same date and I
> > >> want
> > >> > to go to holidays at about Dec 21.
> > >> >
> > >> > This was/is the TODO list for 1.3.13 (now also in CVS)
> > >> >
> > >> > * bring 1.3.x to sf.net again. request loops, proxy issues?
> > >> >
> > >> > TODO for 1.3.13:
> > >> > * fix postgresql WARNING: there is no transaction in progress (done)
> > >> > * format=printable (not terribly important)
> > >> > * WatchPage, WatchList or back out Watch from Monobook
> > >> > * finish ModeratedPages (hmm...)
> > >> > * FileInfoPlugin (done)
> > >> > * add Help: and Relation: interwiki map entries. (done)
> > >> > * via upgrade also
> > >> > * add Help/ prefix to all documention pages, via upgrade also. (done)
> > >> >
> > >> > Open issues:
> > >> > - #1569424 Is Oracle ok now with ADODB? I believe pear db is too
> > >> broken.
> > >> > Just the Oracle specific to_date workaround is required.
> > >> > - #1570577 "Wikiwyg wrong charset" Convenience
> > >> >
> > >> > All new bugs (from August) by Matt Brown (debian).
> > >> > Matt, do you want to cvs write access to fix these by your own?
> > >> > This would be much faster.
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
From: Reini U. <ru...@x-...> - 2006年12月30日 12:24:43
2006年12月28日, Peter Chant <pe...@pe...>:
> I've added <?plugin CreateToc ?> to the home directory of a wiki I have
> created using phpwiki to store useful reference information. Originally the
> CreateToc plugin produced an index based on the names of the various pages I
> created. It no longer does so, even if I revert to versions of the home page
> that worked earlier. I've tried cleaning things up using the admin tools but
> it still does not work.
>
> Any suggestions?
Sorry, i am just in morocco on a surf trip and will be back at the
10th of january.
CreateToc has one option in config.ini which you can try to switch.
Did your php version change?
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/
http://spacemovie.mur.at/ http://helsinki.at/
From: Phil C. <ph...@ph...> - 2006年12月28日 21:42:56
Cory McConnell inscribed the following text on 28/12/2006 20:30:
> I recently installed phpWiki through Fantastico, which is provided by 
> my host--SiteGround. 
>
> It requests that you create a username/password for admin before 
> installation which I did.
>
> It even sends an email containing that same username/password.
>
> But upon trying to enter this username/password combination when 
> logging into the admin area, it doesn't recognize it.
This is the same problem that I had about a month ago or so... The 
problem is that your host is probably, like mine, running PHP as a CGI 
script rather than as an apache handler. This means that the variables 
used in the 'login' are not present. 
Reini made a suggestion: "Use $_ENV instead of $_SERVER", but I've not 
been able to verify if that does solve the problem or not...
Phil
207 messages has been excluded from this view by a project administrator.

Showing results of 7779

<< < 1 .. 27 28 29 30 31 .. 312 > >> (Page 29 of 312)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /