Search found 3 matches

by Jaguar
Sat 7. May 2005, 19:23
Forum: phpwcms Support English
Topic: hashID=c6bee760454cc66cf725ff60afe5d979
Replies: 22
Views: 8939

phpsessionid

Hey all i found some useful info for this problem,



ini_set( 'arg_separator.output' , '&' );
ini_set( 'url_rewriter.tags' , 'a=href,area=href,frame=src,input=src,fieldset=' );

the first part will make the automatic URL rewriting for sessions use the HTML entity & rather than the default &, which ...
by Jaguar
Sun 3. Apr 2005, 23:01
Forum: phpwcms Support English
Topic: Newsletter - Requires Backend Login?
Replies: 1
Views: 685

[Fixed]

Oliver Georgi wrote:disable caching!!! The current dev release has some problems whith forms. Is patched here - but not public at the moment.

Oliver
Whoops, just found this post, it fixed my problem, disabled caching on that page, and it works great, sorry for the useless post.
by Jaguar
Sun 3. Apr 2005, 22:04
Forum: phpwcms Support English
Topic: Newsletter - Requires Backend Login?
Replies: 1
Views: 685

Newsletter - Requires Backend Login?

Hello Everyone,

Im currently using the DEV 1.2.1 version, and am having trouble with the newsletter, it appears to work fine, but you have to be logged into the backend in order to subscribe, is this supposed to be?, or is there a way to modify it so it doesnt require it?

Maybe I missed something ...