Re: [pmwiki-users] $EnablePageTitlePriority

2011-02-07 Thread ABClf
Sometimes stranges things happen (or I do wrong things ;))
Thank you Petko for your answer and your investigation.


> Your site uses a (simpler) template with just *.tmpl and *.css files, no
> special skin.php files, so I see no reason for it to work with the pmwiki skin
> and not to work with your skin.
>
> Petko
>



-- 

---
| A | de la langue française
| B | http://www.languefrancaise.net/
| C | languefranca...@gmail.com
---

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Redundant logins

2011-02-07 Thread Kenneth Forsbäck
Ok, I have no idea what's going on. Now all of a sudden it works just 
like it should. Seems to have been trouble on the hosting end after all.


Kenneth

On 2011-02-06 10:12 pm, Petko Yotov wrote:

On Sunday 06 February 2011 19:16:51, Kenneth Forsbäck wrote :

"Warning: Cannot modify header information - headers already sent by
(output started at /usr/local/apache2/htdocs/nevereasy/index.php:1) in
/usr/local/apache2/htdocs/nevereasy/pmwiki.php on line 1126"


The usual cause for this warning is that some of your PHP files have a space
or a new line either before the first "".

The "" is not required when the file contains only PHP code not mixed with
HTML and in this case it is recommended to remove it (this way are all pmwiki
scripts).

This warning may mean that PmWiki is unable to send a cookie, in which case
you will be unable to stay logged in.


Next I made a fresh install on the remote server, with no other
modification than the config.php:



Is this version 2.2.23 or 2.2.19?? If 2.2.19 still works, we should search the
error in PmWiki, otherwise it is probably a server problem.

If the Warning problem above is fixed but it still doesn't work, and if you
haven't tested the code that I suggested for a custom session directory, you
can test it now.

Petko


Last problem that I think of is something could have caused the
"session.save_path" directory to become write-protected. This is rare -
could be a disk-full problem or a server/PHP misconfiguration. It
should be possible to select your own directory for the session data
near the beginning of config.php:
 $SessionDir = "$WorkDir/.sessions";
 mkdirp($SessionDir);
 fixperms($SessionDir);
 session_save_path($SessionDir);
 unset($SessionDir);




___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] blogit difficulties

2011-02-07 Thread Peter Bowers
Some time in the last 6 weeks or so my main page (which should list
the most recent blog entries) became a blank page.

I'm sure it's something I've done myself ... but I don't have a clue
how to go about troubleshooting problems in BlogIt...  I'd rather not
go code-reading as that's a pretty significant chunk of code...

Any suggestions where to begin?

http://lutje.org/pmwiki/index.php?n=Blog.Main

-Peter

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] Spam

2011-02-07 Thread Simon
To assist you to determine the protection on your wiki's pages see
the page SiteAdmin/AuthList (see
http://www.pmwiki.org/wiki/SiteAdmin/AuthList)
or try the recipe http://www.pmwiki.org/wiki/Cookbook/PagelistAuthListShort



On 7 February 2011 05:31, Wade Lee Hudson  wrote:

> Someone is spamming my site.
> I changed the edit password, but that did not help.
> I (temporarily) removed all the password code from local/config.php, but
> that did not help.
> Please advise.
> If I cannot solve the problem quickly, my host wants me to temporarily
> block all ability to edit the site, which would be ok with me.
>
> --
> Wade Lee Hudson
> http://wadehudson.net
>
>
> ___
> pmwiki-users mailing list
> pmwiki-users@pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>



-- 

http://kiwiwiki.co.nz
___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users