[pmwiki-users] Cookbook Recipe Attachtable problem

Petko Yotov 5ko at 5ko.fr
Thu Jul 6 11:57:00 CDT 2017


You don't mention your PmWiki version and your PHP version. I assume you 
installed the latest PmWiki version.

These symptoms suggest an older PmWiki installation, and/or an older 
recipe that calls the function "htmlspecialchars" directly, while the 
text contains what PHP considers invalid bytes. See:

   http://www.pmwiki.org/wiki/PmWiki/Troubleshooting#blank_sections

Attachtable doesn't appear to call this function but the file 
getid3.lib.php calls "htmlentities" 3 times and it may also suffer from 
the bug - I suspect it may happen if you list audio/video files whose 
metadata has a different charset than the wiki.

It could be another recipe or a skin. To check it, disable all recipes 
then test the wiki: if the bug persists, it could be a PmWiki bug and 
I'd be very interested to test and review that installation and fix the 
bug. Re-enable one recipe at a time and check the wiki for the bug: at 
some point it will re-appear and you'll know the recipe you just enabled 
is the culprit. There may be more than one -- we can fix them all.

Petko

On 2017-07-06 17:38, Monte Padget wrote:
> I am able to preview the (:attachtable:) and it shows correctly, but
> if I try to save, the page is blank. Not sure what I'm missing at this
> point. I'll post more when I can find something.
> 
> 
> Been reading through the Talk page, but unable to find what I need.
> 
> 
> Are there any nuggets of wisdom that I might be missing?
> 
> 
> -Monte
> 
> 
> ________________________________
> From: pmwiki-users <pmwiki-users-bounces at pmichaud.com> on behalf of
> Monte Padget <m_padget at hotmail.com>
> Sent: Thursday, July 6, 2017 10:48 AM
> To: Pmwiki-users at pmichaud.com
> Subject: Re: [pmwiki-users] Cookbook Recipe Attachtable problem
> 
> 
> I think I found a problem. With all the checking I was doing, I had
> commented out the password at some point and forgot to un-comment. I'm
> not sure if it is completely working yet, but it is progressing again.
> 
> 
> Thanks,
> 
> Monte
> 
> 
> ________________________________
> From: pmwiki-users <pmwiki-users-bounces at pmichaud.com> on behalf of
> Monte Padget <m_padget at hotmail.com>
> Sent: Thursday, July 6, 2017 9:48 AM
> To: Pmwiki-users at pmichaud.com
> Subject: [pmwiki-users] Cookbook Recipe Attachtable problem
> 
> 
> I'm in the process of setting up a site on 000webhost and am having
> problems getting the Cookbook Recipe Attachtable to work.
> 
> 
> This recipe I have used in the past and want to use it still, but the
> wiki won't load.
> 
> 
> Following the steps, when I get to the step to edit the
> Site.UploadQuickReference, I am not able to edit. I am prompted for
> the password, but it won't go beyond that screen. I have verified my
> password several times, I have verified the permissions of the wiki.d
> directory. I do have uploads allowed. Could that be the problem? Not
> being allowed to edit this Site?
> 
> 
> -Monte



More information about the pmwiki-users mailing list