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 2 3 4 5 .. 312 > >> (Page 3 of 312)
From: Harold H. <ha...@ha...> - 2021年02月19日 17:21:38
>
>> Hi Harold,
>>
>> Unfortunately, I have never tested Phpwiki with DATABASE_TYPE: file
>> I have only tested with an SQL database.
>> I will need some time to test your issue.
>>
>> Best regards,
>>
>> Marc-Etienne
>
> THANKS! I wish I was better at reading the code in this complex
> application. So, there are two issues:
>
> 1. How to authorize users when authorization file method.
>
> 2. Using flat file for page data, how to avoid the creation of new files
> when someone tries to access a page that does not exist.
>
> THANKS!
>
> Harold
> http://bh.hallikainen.org/wiki/
>
I get a daily report of new files on the server. Here's a typical file
created by someone trying to access a nonexistent wiki page:
page_data/Historic+Papers%27%2F%2A%2A%2Fand%28select%271%27from%2F%2A%2A%2Fpg_sleep%283%29%29%270
Someone is clearly trying to hack the database. It would be nice if
attempts to access nonexistent pages did not generate a page file.
THANKS!
Harold
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
> Hi Harold,
>
> Unfortunately, I have never tested Phpwiki with DATABASE_TYPE: file
> I have only tested with an SQL database.
> I will need some time to test your issue.
>
> Best regards,
>
> Marc-Etienne
THANKS! I wish I was better at reading the code in this complex
application. So, there are two issues:
1. How to authorize users when authorization file method.
2. Using flat file for page data, how to avoid the creation of new files
when someone tries to access a page that does not exist.
THANKS!
Harold
http://bh.hallikainen.org/wiki/
>
> -----Original Message-----
> From: Harold Hallikainen <ha...@ha...>
> Sent: Thursday, February 4, 2021 5:53 PM
> To: php...@li...
> Subject: [Phpwiki-talk] User Authorization and Page File Creation for
> non-existent pages
>
>
> Good Morning!
>
> A follow-up and a new question:
>
> 1. I'm still having trouble determining how to grant write access to
> authorized users.
>
> I'm using the File method for user authorization.
>
> USER_AUTH_ORDER = "File"
>
> The description from config.ini is:
> File: Store username:crypted-passwords in .htaccess like files.
> Use Apache's htpasswd to manage this file.
>
> This implies to me that is an ".htaccess like file" and not .htaccess
> itself. What is the name of this file, and where is it located? I could
> then use htpasswd on it to allow users to edit the wiki.
>
> 2. People appear to be attempting to break into the system by attempting
> to access pages that do not exist. Each one of these attempted access
> creates a new file. For example, here is one of several new files this
> morning:
>
> /home/harold/BhWikiData/page_data/http%3A%2F%2Fejdarc.venissieux.free.fr%2Fa_virer_joomla%2Fimages%2Ffbfiles%2Fimages%2Fcache.txt%3F
>
> I have tried making the files read only until I am updating the wiki, but
> this gives those reading the wiki errors since the access of the page
> cannot be recorded in the page file.
>
> To deal with this so far, I have done a dump of all pages, move all the
> existing files to a backup directory, then do a restore. If it looks good,
> I then delete the backup directory.
>
> Is there a way to prevent this file creation when someone tries to access
> a page that does not exist?
>
> THANKS!
>
> Harold
> http://bh.hallikainen.org/
>
>
>
>
>
>
>> Hello Harold,
>> The .htaccess file is a file used by Apache to protect a directory and
> its
>> subdirectories.
>> For PhpWIki, you find find an .htaccess file in the root directory and
> in
>> some of the subdirectories.
>> You should adapt their content to your needs.
>> Best regards,
>> Marc-Etienne
>> -----Original Message-----
>> From: Harold Hallikainen [mailto:ha...@ha...]
>> Sent: Tuesday, May 15, 2018 11:41 PM
>> To: Discussion on PhpWiki features, bugs, development.
>> <php...@li...>
>> Subject: [Phpwiki-talk] User Authorization - resend from different
>> email
> I'm using the File method for user authorization.
>> USER_AUTH_ORDER = "File"
>> The description from config.ini is:
>> File: Store username:crypted-passwords in .htaccess like
> files.
>> ; Use Apache's htpasswd to manage this file.
>> What is the name of this file, and where is it located?
>> THANKS!
>> Harold
>> --
>> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
> iPhone.
>> ----------------------------------------------------------------------
>> --------
> Check out the vibrant tech community on one of the world's most engaging
> tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Phpwiki-talk mailing list
>> Php...@li...
>> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
> iPhone.
>
>
>
>
>
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Vargenau, Marc-E. (N. - FR/Paris-Saclay) <mar...@no...> - 2021年02月08日 18:21:15
Hi Harold,
Unfortunately, I have never tested Phpwiki with DATABASE_TYPE: file
I have only tested with an SQL database.
I will need some time to test your issue.
Best regards,
Marc-Etienne
-----Original Message-----
From: Harold Hallikainen <ha...@ha...> 
Sent: Thursday, February 4, 2021 5:53 PM
To: php...@li...
Subject: [Phpwiki-talk] User Authorization and Page File Creation for non-existent pages
Good Morning!
A follow-up and a new question:
1. I'm still having trouble determining how to grant write access to authorized users.
I'm using the File method for user authorization.
USER_AUTH_ORDER = "File"
The description from config.ini is:
File: Store username:crypted-passwords in .htaccess like files.
 Use Apache's htpasswd to manage this file.
This implies to me that is an ".htaccess like file" and not .htaccess itself. What is the name of this file, and where is it located? I could then use htpasswd on it to allow users to edit the wiki.
2. People appear to be attempting to break into the system by attempting to access pages that do not exist. Each one of these attempted access creates a new file. For example, here is one of several new files this
morning:
/home/harold/BhWikiData/page_data/http%3A%2F%2Fejdarc.venissieux.free.fr%2Fa_virer_joomla%2Fimages%2Ffbfiles%2Fimages%2Fcache.txt%3F
I have tried making the files read only until I am updating the wiki, but this gives those reading the wiki errors since the access of the page cannot be recorded in the page file.
To deal with this so far, I have done a dump of all pages, move all the existing files to a backup directory, then do a restore. If it looks good, I then delete the backup directory.
Is there a way to prevent this file creation when someone tries to access a page that does not exist?
THANKS!
Harold
http://bh.hallikainen.org/
> Hello Harold,
> The .htaccess file is a file used by Apache to protect a directory and
its
> subdirectories.
> For PhpWIki, you find find an .htaccess file in the root directory and
in
> some of the subdirectories.
> You should adapt their content to your needs.
> Best regards,
> Marc-Etienne
> -----Original Message-----
> From: Harold Hallikainen [mailto:ha...@ha...]
> Sent: Tuesday, May 15, 2018 11:41 PM
> To: Discussion on PhpWiki features, bugs, development.
> <php...@li...>
> Subject: [Phpwiki-talk] User Authorization - resend from different 
> email
I'm using the File method for user authorization.
> USER_AUTH_ORDER = "File"
> The description from config.ini is:
> File: Store username:crypted-passwords in .htaccess like
files.
> ; Use Apache's htpasswd to manage this file.
> What is the name of this file, and where is it located?
> THANKS!
> Harold
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
iPhone.
> ----------------------------------------------------------------------
> --------
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
--
FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone.
_______________________________________________
Phpwiki-talk mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
From: Harold H. <ha...@ha...> - 2021年02月04日 17:18:45
Good Morning!
A follow-up and a new question:
1. I'm still having trouble determining how to grant write access to
authorized users.
I'm using the File method for user authorization.
USER_AUTH_ORDER = "File"
The description from config.ini is:
File: Store username:crypted-passwords in .htaccess like files.
 Use Apache's htpasswd to manage this file.
This implies to me that is an ".htaccess like file" and not .htaccess
itself. What is the name of this file, and where is it located? I could
then use htpasswd on it to allow users to edit the wiki.
2. People appear to be attempting to break into the system by attempting
to access pages that do not exist. Each one of these attempted access
creates a new file. For example, here is one of several new files this
morning:
/home/harold/BhWikiData/page_data/http%3A%2F%2Fejdarc.venissieux.free.fr%2Fa_virer_joomla%2Fimages%2Ffbfiles%2Fimages%2Fcache.txt%3F
I have tried making the files read only until I am updating the wiki, but
this gives those reading the wiki errors since the access of the page
cannot be recorded in the page file.
To deal with this so far, I have done a dump of all pages, move all the
existing files to a backup directory, then do a restore. If it looks good,
I then delete the backup directory.
Is there a way to prevent this file creation when someone tries to access
a page that does not exist?
THANKS!
Harold
http://bh.hallikainen.org/
> Hello Harold,
> The .htaccess file is a file used by Apache to protect a directory and
its
> subdirectories.
> For PhpWIki, you find find an .htaccess file in the root directory and
in
> some of the subdirectories.
> You should adapt their content to your needs.
> Best regards,
> Marc-Etienne
> -----Original Message-----
> From: Harold Hallikainen [mailto:ha...@ha...]
> Sent: Tuesday, May 15, 2018 11:41 PM
> To: Discussion on PhpWiki features, bugs, development.
> <php...@li...>
> Subject: [Phpwiki-talk] User Authorization - resend from different email
I'm using the File method for user authorization.
> USER_AUTH_ORDER = "File"
> The description from config.ini is:
> File: Store username:crypted-passwords in .htaccess like
files.
> ; Use Apache's htpasswd to manage this file.
> What is the name of this file, and where is it located?
> THANKS!
> Harold
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
iPhone.
> ------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Vargenau, Marc-E. (N. - FR/Paris-Saclay) <mar...@no...> - 2020年07月21日 16:28:23
Hi Harold,
Good news!
Thank you for supporting Phpwiki.
Marc-Etienne
-----Original Message-----
From: Harold Hallikainen <ha...@ha...> 
Sent: Tuesday, July 21, 2020 6:10 PM
To: Harold Hallikainen <ha...@ha...>
Cc: Vargenau, Marc-Etienne (Nokia - FR/Paris-Saclay) <mar...@no...>; Discussion on PhpWiki features, bugs, development. <php...@li...>; Harold Hallikainen <ha...@ha...>
Subject: RE: [Phpwiki-talk] Edit page stopped working
OK, it fixed itself! I was going to start looking at the PHP error messages and code this morning, but now I can edit pages fine.
Nice to avoid some work!
THANKS for being there!
Harold
> Yes, I'm using a flat file. A while back, the wiki got spammed and 
> there were a bunch of pages created with /etc/passwd or database 
> commands. I've been removing those files in the page_data directory. 
> I'd first copy them to a backup directory, make sure the page was 
> still visible (these were generally a bunch of stuff tacked on to a 
> page name), then, if the page seemed to still be good, I deleted the 
> file. Now, however, I discover that I can't edit the pages.
>
> What is the links directory? I thought pretty much everything was 
> contained in the page_data for each page (but perhaps links holds 
> backlinks?).
>
> I thought the httpd error log would show the php errors, but I'm not 
> finding them there (I find other PHP errors).
>
> It is, of course, true that /home/harold/BhWikiData/links/ is a 
> directory, but why is it trying to be opened? Should it instead be 
> opening a file within that directory?
>
> I guess I'll dig into the code some once I can find some indication as 
> to what line of what PHP file is causing the issue.
>
> THANKS for the quick response!
>
> Harold
>
>
>
>
>> Hi Harold,
>>
>> The error message seems to imply that you are using file of flatfile 
>> as storage backend.
>> Is it so?
>>
>> In that case, I am not sure I can help, I am always testing Phpwiki 
>> with a database.
>>
>> Best regards,
>>
>> Marc-Etienne
>>
>> -----Original Message-----
>> From: Harold Hallikainen <ha...@ha...>
>> Sent: Monday, July 20, 2020 2:30 AM
>> To: php...@li...
>> Subject: [Phpwiki-talk] Edit page stopped working
>>
>> I've recently been deleting spam pages and appear to have broken 
>> something. All my pages still seem to be there, but now when I try to 
>> edit any page, I get this:
>>
>> Warning: "fopen(/home/harold/BhWikiData/links/): failed to open stream:
>> Is
>> a directory"
>>
>> Fatal PhpWiki Error: Error while writing page ''
>>
>> Ideas?
>>
>> Thanks!
>>
>> Harold
>>
>>
>>
>>
>> --
>> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from 
>> an iPhone.
>>
>>
>> _______________________________________________
>> Phpwiki-talk mailing list
>> Php...@li...
>> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>>
>>
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an 
> iPhone.
>
--
FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone.
From: Harold H. <ha...@ha...> - 2020年07月21日 16:10:50
OK, it fixed itself! I was going to start looking at the PHP error
messages and code this morning, but now I can edit pages fine.
Nice to avoid some work!
THANKS for being there!
Harold
> Yes, I'm using a flat file. A while back, the wiki got spammed and there
> were a bunch of pages created with /etc/passwd or database commands. I've
> been removing those files in the page_data directory. I'd first copy them
> to a backup directory, make sure the page was still visible (these were
> generally a bunch of stuff tacked on to a page name), then, if the page
> seemed to still be good, I deleted the file. Now, however, I discover that
> I can't edit the pages.
>
> What is the links directory? I thought pretty much everything was
> contained in the page_data for each page (but perhaps links holds
> backlinks?).
>
> I thought the httpd error log would show the php errors, but I'm not
> finding them there (I find other PHP errors).
>
> It is, of course, true that /home/harold/BhWikiData/links/ is a directory,
> but why is it trying to be opened? Should it instead be opening a file
> within that directory?
>
> I guess I'll dig into the code some once I can find some indication as to
> what line of what PHP file is causing the issue.
>
> THANKS for the quick response!
>
> Harold
>
>
>
>
>> Hi Harold,
>>
>> The error message seems to imply that you are using file of flatfile as
>> storage backend.
>> Is it so?
>>
>> In that case, I am not sure I can help, I am always testing Phpwiki with
>> a
>> database.
>>
>> Best regards,
>>
>> Marc-Etienne
>>
>> -----Original Message-----
>> From: Harold Hallikainen <ha...@ha...>
>> Sent: Monday, July 20, 2020 2:30 AM
>> To: php...@li...
>> Subject: [Phpwiki-talk] Edit page stopped working
>>
>> I've recently been deleting spam pages and appear to have broken
>> something. All my pages still seem to be there, but now when I try to
>> edit
>> any page, I get this:
>>
>> Warning: "fopen(/home/harold/BhWikiData/links/): failed to open stream:
>> Is
>> a directory"
>>
>> Fatal PhpWiki Error: Error while writing page ''
>>
>> Ideas?
>>
>> Thanks!
>>
>> Harold
>>
>>
>>
>>
>> --
>> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
>> iPhone.
>>
>>
>> _______________________________________________
>> Phpwiki-talk mailing list
>> Php...@li...
>> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>>
>>
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com
> Not sent from an iPhone.
>
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Vargenau, Marc-E. (N. - FR/Paris-Saclay) <mar...@no...> - 2020年07月20日 19:25:28
Hi Harold,
The error message seems to imply that you are using file of flatfile as storage backend.
Is it so?
In that case, I am not sure I can help, I am always testing Phpwiki with a database.
Best regards,
Marc-Etienne
-----Original Message-----
From: Harold Hallikainen <ha...@ha...> 
Sent: Monday, July 20, 2020 2:30 AM
To: php...@li...
Subject: [Phpwiki-talk] Edit page stopped working
I've recently been deleting spam pages and appear to have broken something. All my pages still seem to be there, but now when I try to edit any page, I get this:
Warning: "fopen(/home/harold/BhWikiData/links/): failed to open stream: Is a directory"
Fatal PhpWiki Error: Error while writing page ''
Ideas?
Thanks!
Harold
--
FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone.
_______________________________________________
Phpwiki-talk mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
From: Harold H. <ha...@ha...> - 2020年07月20日 17:54:26
Yes, I'm using a flat file. A while back, the wiki got spammed and there
were a bunch of pages created with /etc/passwd or database commands. I've
been removing those files in the page_data directory. I'd first copy them
to a backup directory, make sure the page was still visible (these were
generally a bunch of stuff tacked on to a page name), then, if the page
seemed to still be good, I deleted the file. Now, however, I discover that
I can't edit the pages.
What is the links directory? I thought pretty much everything was
contained in the page_data for each page (but perhaps links holds
backlinks?).
I thought the httpd error log would show the php errors, but I'm not
finding them there (I find other PHP errors).
It is, of course, true that /home/harold/BhWikiData/links/ is a directory,
but why is it trying to be opened? Should it instead be opening a file
within that directory?
I guess I'll dig into the code some once I can find some indication as to
what line of what PHP file is causing the issue.
THANKS for the quick response!
Harold
> Hi Harold,
>
> The error message seems to imply that you are using file of flatfile as
> storage backend.
> Is it so?
>
> In that case, I am not sure I can help, I am always testing Phpwiki with a
> database.
>
> Best regards,
>
> Marc-Etienne
>
> -----Original Message-----
> From: Harold Hallikainen <ha...@ha...>
> Sent: Monday, July 20, 2020 2:30 AM
> To: php...@li...
> Subject: [Phpwiki-talk] Edit page stopped working
>
> I've recently been deleting spam pages and appear to have broken
> something. All my pages still seem to be there, but now when I try to edit
> any page, I get this:
>
> Warning: "fopen(/home/harold/BhWikiData/links/): failed to open stream: Is
> a directory"
>
> Fatal PhpWiki Error: Error while writing page ''
>
> Ideas?
>
> Thanks!
>
> Harold
>
>
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
> iPhone.
>
>
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Harold H. <ha...@ha...> - 2020年07月20日 01:29:03
I've recently been deleting spam pages and appear to have broken
something. All my pages still seem to be there, but now when I try to edit
any page, I get this:
Warning: "fopen(/home/harold/BhWikiData/links/): failed to open stream: Is
a directory"
Fatal PhpWiki Error: Error while writing page ''
Ideas?
Thanks!
Harold
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Sven R. <Mai...@ro...> - 2020年05月08日 14:15:42
Hi Marc-Etienne,
seems that this point is not really clear from the Sourceforge-docs mentioned 
before. Checking a bit deeper in the net I found several ways to convert a SF-
svn repo to git and host it, but no story on I just enabled this option and 
had a git-readonly version of the svn code.
So it seems only to apply on new repos.
Sven
P.S: By the way, GitHub offers to import SVN-repos [2], but this will need 
manual mapping to existing github-account (if existing).
2 - https://github.com/SvenRoederer/phpwiki
Am Montag, 4. Mai 2020, 09:58:53 CEST schrieb Vargenau, Marc-Etienne (Nokia - 
FR/Paris-Saclay):
> Hi Sven,
> 
> As the Phpwiki repository was created with Subversion, I am not sure you can
> download it with Git.
> 
> Best regards,
> 
> Marc-Etienne
> 
> -----Original Message-----
> From: Sven Roederer <Mai...@ro...>
> Sent: Friday, May 1, 2020 3:09 AM
> To: Discussion on PhpWiki features, bugs, development.
> <php...@li...> Subject: [Phpwiki-talk] git-access via
> sourceforge
> 
> Hi,
> 
> after some time I'm trying to reactivate my old phpwiki-instance and had a
> look into the project again. Even there seems no activity on this list,
> there have been some commits to the code.
> 
> Back in the days I was happy to use svn, but since some time I really like
> git. It seems that SourceForge also supports git [1], but I did not succeed
> in cloning the repo with
> 
> sven@strike:/tmp$ git clone git://git.code.sf.net/p/PhpWiki/code
> Klone nach 'code' ...
> fatal: remote error: access denied or repository not exported:
> /p/PhpWiki/code
> 
> It reads like this access needs to be enabled. Can anyone check and change?
> 
> Sven
> 
> 1 - https://sourceforge.net/p/forge/documentation/Git/
> 
From: Vargenau, Marc-E. (N. - FR/Paris-Saclay) <mar...@no...> - 2020年05月04日 18:30:55
Hi Sven,
As the Phpwiki repository was created with Subversion, I am not sure you can download it with Git.
Best regards,
Marc-Etienne
-----Original Message-----
From: Sven Roederer <Mai...@ro...> 
Sent: Friday, May 1, 2020 3:09 AM
To: Discussion on PhpWiki features, bugs, development. <php...@li...>
Subject: [Phpwiki-talk] git-access via sourceforge
Hi,
after some time I'm trying to reactivate my old phpwiki-instance and had a look into the project again. Even there seems no activity on this list, there have been some commits to the code.
Back in the days I was happy to use svn, but since some time I really like git. It seems that SourceForge also supports git [1], but I did not succeed in cloning the repo with
sven@strike:/tmp$ git clone git://git.code.sf.net/p/PhpWiki/code
Klone nach 'code' ...
fatal: remote error: access denied or repository not exported: /p/PhpWiki/code
It reads like this access needs to be enabled. Can anyone check and change?
Sven
1 - https://sourceforge.net/p/forge/documentation/Git/
_______________________________________________
Phpwiki-talk mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
From: Sven R. <Mai...@ro...> - 2020年05月01日 01:09:11
Hi,
after some time I'm trying to reactivate my old phpwiki-instance and had a 
look into the project again. Even there seems no activity on this list, there 
have been some commits to the code.
Back in the days I was happy to use svn, but since some time I really like 
git. It seems that SourceForge also supports git [1], but I did not succeed in 
cloning the repo with
sven@strike:/tmp$ git clone git://git.code.sf.net/p/PhpWiki/code
Klone nach 'code' ...
fatal: remote error: access denied or repository not exported: /p/PhpWiki/code
It reads like this access needs to be enabled. Can anyone check and change?
Sven
1 - https://sourceforge.net/p/forge/documentation/Git/
From: Vargenau, Marc-E. (N. - FR/Paris-Saclay) <mar...@no...> - 2018年06月08日 13:55:13
Hi Harold,
I am afraid I cannot help you on this one.
I did not develop this USER_AUTH_ORDER = "File" code and never used it. I always use "Db" or "LDAP".
I will try to check if I can make it work, but without guarantee.
Sorry about it.
Best regards,
Marc-Etienne
-----Original Message-----
From: Harold Hallikainen [mailto:ha...@ha...] 
Sent: Sunday, May 27, 2018 6:15 PM
To: Vargenau, Marc-Etienne (Nokia - FR/Paris-Saclay) <mar...@no...>
Cc: Discussion on PhpWiki features, bugs, development. <php...@li...>; ha...@ha...; Vargenau, Marc-Etienne (Nokia - FR/Paris-Saclay) <mar...@no...>
Subject: RE: [Phpwiki-talk] User Authorization - resend from different email
THANKS! I note that the config file says "Store username:crypted-passwords in .htaccess like files. Use Apache's htpasswd to manage this file."
As such, it does not appear to be in .htaccess, but, instead, an ".htaccess like file". What is the name of the file? htpasswd does not like trying to modify .htaccess.
Thanks!
Harold
> Hello Harold,
>
> The .htaccess file is a file used by Apache to protect a directory and 
> its subdirectories.
>
> For PhpWIki, you find find an .htaccess file in the root directory and 
> in some of the subdirectories.
>
> You should adapt their content to your needs.
>
> Best regards,
>
> Marc-Etienne
>
> -----Original Message-----
> From: Harold Hallikainen [mailto:ha...@ha...]
> Sent: Tuesday, May 15, 2018 11:41 PM
> To: Discussion on PhpWiki features, bugs, development.
> <php...@li...>
> Subject: [Phpwiki-talk] User Authorization - resend from different 
> email
>
>
> I'm using the File method for user authorization.
>
> USER_AUTH_ORDER = "File"
>
> The description from config.ini is:
>
> File: Store username:crypted-passwords in .htaccess like files.
> ; Use Apache's htpasswd to manage this file.
>
> What is the name of this file, and where is it located?
>
> THANKS!
>
> Harold
>
>
>
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an 
> iPhone.
>
> ----------------------------------------------------------------------
> -------- Check out the vibrant tech community on one of the world's 
> most engaging tech sites, Slashdot.org! http://sdm.link/slashdot 
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
--
FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone.
From: Harold H. <ha...@ha...> - 2018年05月27日 16:28:00
THANKS! I note that the config file says "Store username:crypted-passwords
in .htaccess like files. Use Apache's htpasswd to manage this file."
As such, it does not appear to be in .htaccess, but, instead, an
".htaccess like file". What is the name of the file? htpasswd does not
like trying to modify .htaccess.
Thanks!
Harold
> Hello Harold,
>
> The .htaccess file is a file used by Apache to protect a directory and its
> subdirectories.
>
> For PhpWIki, you find find an .htaccess file in the root directory and in
> some of the subdirectories.
>
> You should adapt their content to your needs.
>
> Best regards,
>
> Marc-Etienne
>
> -----Original Message-----
> From: Harold Hallikainen [mailto:ha...@ha...]
> Sent: Tuesday, May 15, 2018 11:41 PM
> To: Discussion on PhpWiki features, bugs, development.
> <php...@li...>
> Subject: [Phpwiki-talk] User Authorization - resend from different email
>
>
> I'm using the File method for user authorization.
>
> USER_AUTH_ORDER = "File"
>
> The description from config.ini is:
>
> File: Store username:crypted-passwords in .htaccess like files.
> ; Use Apache's htpasswd to manage this file.
>
> What is the name of this file, and where is it located?
>
> THANKS!
>
> Harold
>
>
>
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
> iPhone.
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most engaging
> tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Vargenau, Marc-E. (N. - FR/Paris-Saclay) <mar...@no...> - 2018年05月24日 16:47:15
Hello Harold,
The .htaccess file is a file used by Apache to protect a directory and its subdirectories.
For PhpWIki, you find find an .htaccess file in the root directory and in some of the subdirectories.
You should adapt their content to your needs.
Best regards,
Marc-Etienne
-----Original Message-----
From: Harold Hallikainen [mailto:ha...@ha...] 
Sent: Tuesday, May 15, 2018 11:41 PM
To: Discussion on PhpWiki features, bugs, development. <php...@li...>
Subject: [Phpwiki-talk] User Authorization - resend from different email
I'm using the File method for user authorization.
USER_AUTH_ORDER = "File"
The description from config.ini is:
 File: Store username:crypted-passwords in .htaccess like files.
; Use Apache's htpasswd to manage this file.
What is the name of this file, and where is it located?
THANKS!
Harold
--
FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________
Phpwiki-talk mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
From: Harold H. <ha...@ha...> - 2018年05月15日 22:42:24
I'm using the File method for user authorization.
USER_AUTH_ORDER = "File"
The description from config.ini is:
 File: Store username:crypted-passwords in .htaccess like files.
; Use Apache's htpasswd to manage this file.
What is the name of this file, and where is it located?
THANKS!
Harold
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Harold H. <ha...@ha...> - 2017年07月06日 20:43:56
Thanks for the quick response! I'd like it to work on this version:
PhpWiki engine version:	1.3.14
I've also tried it on this and found it did not work:
PhpWiki engine version	1.5.5
My work is running 1.3.14 on an internal network. There WAS an HTTP server
that could access a bunch of referenced files, but that's no longer there.
The files can be accessed through a network mapped drive (X:), so I'd like
to make that work.
Thanks!
Harold
> Hi Harold,
>
> Which release of Phpwiki are you using?
>
> Best regards,
>
> Marc-Etienne
>
> -----Original Message-----
> From: Harold Hallikainen [mailto:ha...@ha...]
> Sent: Wednesday, July 05, 2017 9:38 PM
> To: Harold Hallikainen <ha...@ha...>
> Cc: Discussion on PhpWiki features, bugs, development.
> <php...@li...>
> Subject: [Phpwiki-talk] file protocol?
>
> I'd like to add links to a network mapped drive (X). I've added the file
> protocol to ALLOWED_PROTOCOLS.
>
> If I create a link like this:
> [1012|file:///X:/SanLuisObispo/ENGINEERING/ECN/Approved/1012/]
>
> It ends up like this in the generated HTML:
>
> <th><span class="named-wikiunknown"><u>1012</u><a
> href="file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/?action=create"
> title="Create: file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/"
> onmouseover="window.status=&quot;Create:
> file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/&quot;; return true;"
> onmouseout="window.status='';return true;"
> rel="nofollow">?</a></span></th>
> <th>2/4/14</th>
>
>
> Note the missing colon after file in the href plus the added query string.
>
> Ideas?
>
> THANKS!
>
> Harold
>
>
>
>
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an
> iPhone.
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most engaging
> tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Vargenau, Marc-E. (N. - FR/Nozay) <mar...@no...> - 2017年07月06日 10:13:25
Hi Harold,
Which release of Phpwiki are you using?
Best regards,
Marc-Etienne
-----Original Message-----
From: Harold Hallikainen [mailto:ha...@ha...] 
Sent: Wednesday, July 05, 2017 9:38 PM
To: Harold Hallikainen <ha...@ha...>
Cc: Discussion on PhpWiki features, bugs, development. <php...@li...>
Subject: [Phpwiki-talk] file protocol?
I'd like to add links to a network mapped drive (X). I've added the file protocol to ALLOWED_PROTOCOLS.
If I create a link like this: 
[1012|file:///X:/SanLuisObispo/ENGINEERING/ECN/Approved/1012/]
It ends up like this in the generated HTML:
<th><span class="named-wikiunknown"><u>1012</u><a
href="file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/?action=create"
title="Create: file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/"
onmouseover="window.status=&quot;Create:
file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/&quot;; return true;"
onmouseout="window.status='';return true;"
rel="nofollow">?</a></span></th>
<th>2/4/14</th>
Note the missing colon after file in the href plus the added query string.
Ideas?
THANKS!
Harold
--
FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________
Phpwiki-talk mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
From: Harold H. <ha...@ha...> - 2017年07月05日 20:16:42
I'd like to add links to a network mapped drive (X). I've added the file
protocol to ALLOWED_PROTOCOLS.
If I create a link like this: 
[1012|file:///X:/SanLuisObispo/ENGINEERING/ECN/Approved/1012/]
It ends up like this in the generated HTML:
<th><span class="named-wikiunknown"><u>1012</u><a
href="file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/?action=create"
title="Create: file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/"
onmouseover="window.status=&quot;Create:
file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/&quot;; return true;"
onmouseout="window.status='';return true;"
rel="nofollow">?</a></span></th>
<th>2/4/14</th>
Note the missing colon after file in the href plus the added query string.
Ideas?
THANKS!
Harold
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Harold H. <ha...@ha...> - 2016年02月17日 03:18:15
That fixed it!
Thanks!
Harold
> Hi Harold,
>
> It's a bug in PhpWiki.
>
> The bug is triggered in pages that call some plugins, e.g. <?plugin
> PopularNearby ?>
>
> To correct it, just remove two calls to setTightness in file
> lib/InlineParser.php
>
> I will publish a new release of PhpWiki later to fix it.
>
> Best regards,
>
> Marc-Etienne
>
> --
> Marc-Etienne Vargenau Mar...@no...
> Nokia, Route de Villejust, 91620 NOZAY, FRANCE
> +33 1 60 40 28 33 OnNet 2103 2833
> BPPM Solution Lead
> Planned absence: none
>
> ________________________________________
> De : Harold Hallikainen [ha...@ha...]
> Envoyé : lundi 15 février 2016 20 h 16
> À : Harold Hallikainen
> Cc : php...@li...
> Objet : [Phpwiki-talk] Call to undefined method
> Cached_PluginInvocation::setTightness()
>
> I'm getting the below error when many of my pages are viewed, but not all.
>
> [Sun Feb 14 05:10:36 2016] [error] [client 66.249.69.54] PHP Fatal error:
> Call to undefined method Cached_PluginInvocation::setTightness() in
> /home/harold/public_html/org/bh/wiki/lib/InlineParser.php on line 1315
>
> Seems like maybe an include path issue, but this does not show up on every
> page.
>
> Any ideas would be GREATLY appreciated!
>
> Harold
>
> --
> FCC Rules Updated Daily at http://www.hallikainen.com
> Not sent from an iPhone.
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just 35ドル/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just 35ドル/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> Phpwiki-talk mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>
>
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Harold H. <ha...@ha...> - 2016年02月16日 21:09:02
I'll give that a try. THANKS for the quick response! I really appreciate it.
Harold
> Hi Harold,
>
> It's a bug in PhpWiki.
>
> The bug is triggered in pages that call some plugins, e.g. <?plugin
> PopularNearby ?>
>
> To correct it, just remove two calls to setTightness in file
> lib/InlineParser.php
>
> I will publish a new release of PhpWiki later to fix it.
>
> Best regards,
>
> Marc-Etienne
>
> --
> Marc-Etienne Vargenau Mar...@no...
> Nokia, Route de Villejust, 91620 NOZAY, FRANCE
> +33 1 60 40 28 33 OnNet 2103 2833
> BPPM Solution Lead
> Planned absence: none
>
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Vargenau, Marc-E. (N. - FR) <mar...@no...> - 2016年02月16日 14:10:35
Hi Harold,
It's a bug in PhpWiki.
The bug is triggered in pages that call some plugins, e.g. <?plugin PopularNearby ?>
To correct it, just remove two calls to setTightness in file lib/InlineParser.php
I will publish a new release of PhpWiki later to fix it.
Best regards,
Marc-Etienne
--
Marc-Etienne Vargenau Mar...@no...
Nokia, Route de Villejust, 91620 NOZAY, FRANCE
+33 1 60 40 28 33 OnNet 2103 2833
BPPM Solution Lead
Planned absence: none
________________________________________
De : Harold Hallikainen [ha...@ha...]
Envoyé : lundi 15 février 2016 20 h 16
À : Harold Hallikainen
Cc : php...@li...
Objet : [Phpwiki-talk] Call to undefined method Cached_PluginInvocation::setTightness()
I'm getting the below error when many of my pages are viewed, but not all.
[Sun Feb 14 05:10:36 2016] [error] [client 66.249.69.54] PHP Fatal error:
Call to undefined method Cached_PluginInvocation::setTightness() in
/home/harold/public_html/org/bh/wiki/lib/InlineParser.php on line 1315
Seems like maybe an include path issue, but this does not show up on every
page.
Any ideas would be GREATLY appreciated!
Harold
--
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just 35ドル/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Phpwiki-talk mailing list
Php...@li...
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
From: Harold H. <ha...@ha...> - 2016年02月15日 20:02:22
I'm getting the below error when many of my pages are viewed, but not all.
[Sun Feb 14 05:10:36 2016] [error] [client 66.249.69.54] PHP Fatal error: 
Call to undefined method Cached_PluginInvocation::setTightness() in
/home/harold/public_html/org/bh/wiki/lib/InlineParser.php on line 1315
Seems like maybe an include path issue, but this does not show up on every
page.
Any ideas would be GREATLY appreciated!
Harold
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Harold H. <ha...@ha...> - 2015年12月26日 03:23:45
> The config file has this comment:
>
> Store username:crypted-passwords in .htaccess like files.
>
> But, I can't figure out what this file should be named and where it should
> be located. I assume I create the file with htpasswd.
>
> Thanks!
>
> Harold
I've been searching for this for a while and, of course, as soon as I post
the question I find the answer. In config.ini, I find:
; File authentication options:
;
; File to read for authentication information.
; Popular choices are /etc/shadow and /etc/httpd/.htpasswd
;AUTH_USER_FILE = /etc/shadow
; Defines whether the user is able to change their own password via PHPWiki.
; Note that this means that the webserver user must be able to write to the
; file specified in AUTH_USER_FILE.
;AUTH_USER_FILE_STORABLE = false
Defined the file location there, and it works great! I created it with
htpasswd.
Harold
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
From: Harold H. <ha...@ha...> - 2015年12月25日 21:30:26
The config file has this comment:
 Store username:crypted-passwords in .htaccess like files.
But, I can't figure out what this file should be named and where it should
be located. I assume I create the file with htpasswd.
Thanks!
Harold
-- 
FCC Rules Updated Daily at http://www.hallikainen.com
Not sent from an iPhone.
207 messages has been excluded from this view by a project administrator.

Showing results of 7779

<< < 1 2 3 4 5 .. 312 > >> (Page 3 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 によって変換されたページ (->オリジナル) /