E-Mail contact form (1.2.1) works only when logged in

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
harrybo
Posts: 23
Joined: Wed 2. Feb 2005, 16:27

E-Mail contact form (1.2.1) works only when logged in

Post by harrybo »

Hello,

it was already discussed but still I couldn't find an answer to this question. My E-Mail contact form works very well when I'm simultaneously logged in as admin in another window. After having logged out (the standard situation for every other user), nothing happens. No direct feedback (error or success), no sending of the form data.

Does anyone have an idea, how to solve this problem?

My E-Mail contact form looks like this:

Image

My SMTP settings are:

Code: Select all

// smtp values
$phpwcms['SMTP_FROM_EMAIL']   = 'int.service@woodhome.info'; // reply/from email address
$phpwcms['SMTP_FROM_NAME']    = 'Woodhome Service'; // reply/from name
$phpwcms['SMTP_HOST']         = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT']         = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER']       = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH']         = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER']         = '<myUsername>'; // default SMTP login (user) name
$phpwcms['SMTP_PASS']         = '<myPassword>'; // default SMTP password
Thank you in advance, regards
Harry
Peekay
Posts: 286
Joined: Sun 25. Jul 2004, 23:24
Location: UK

Post by Peekay »

Turn off caching in the main page of the article.
harrybo
Posts: 23
Joined: Wed 2. Feb 2005, 16:27

Post by harrybo »

Thank you, Peekay!

That was exactly what helped. The contact formular is now running.

Regards
Harry
bassermann
Posts: 9
Joined: Mon 19. Jul 2004, 18:22
Location: Stuttgart

cache off

Post by bassermann »

i have exactly the same problem, but turning off caching did not solve it...

it works only once. how can that be although i turned caching off?
Post Reply