I'm still trying to get uploads to work correctly. I just downloaded the latest snapshot. I'm still getting the uploaded file landing in wiki/uploadsharold instead of wiki/uploads/harold . Next, there is, of course, a way to remove pages. Is there a way to remove uploads? Next, I'm having a real problem with blog and comment spam. I have the system set to only allow logged in users edit pages. But, apparently users that are not logged in can comment and blog. Is there a way in the config file to disable unlogged users from creating content? Or should I just delete these plugins? THANKS! Harold -- FCC Rules Updated Daily at http://www.hallikainen.com - Advertising opportunities available! Not sent from an iPhone.
On 12/04/2015 00:33, Harold Hallikainen wrote: > I'm still trying to get uploads to work correctly. I just downloaded the > latest snapshot. I'm still getting the uploaded file landing in > wiki/uploadsharold instead of wiki/uploads/harold . Hi Harold, This works for me. Are you using 1.5.3 or Subversion trunk? > Next, there is, of course, a way to remove pages. Is there a way to remove > uploads? No, not for the moment. > Next, I'm having a real problem with blog and comment spam. I have the > system set to only allow logged in users edit pages. But, apparently users > that are not logged in can comment and blog. Is there a way in the config > file to disable unlogged users from creating content? Or should I just > delete these plugins? I was aware of the bug. It was (supposed to be) fixed in Subversion r9526: "You must be logged in to add blog entries." So can you confirm the exact version of Phpwiki you are using and provide your config.ini file so that I can try to reproduce your issues? Best regards, Marc-Etienne Vargenau -- Marc-Etienne Vargenau Mar...@al... Alcatel-Lucent International, Route de Villejust, 91620 NOZAY, FRANCE +33 1 60 40 28 33 OnNet 2103 2833
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.
> 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.