Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

multi contact

Asked Modified Viewed 5,470 times
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
asked
Senior Member

[mp]625[/mp]
Edited by douwe_yntema on 07-02-2014 17:59,
0 replies

13 posts

V
vtdesign2
V
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

cannot create the table in data base , why ? :(
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

open infusion.php and replace alle occurences of

TYPE=MyISAM


with:
ENGINE = MyISAM
0 replies
— 3 months later —
S
Svenny007
S
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

how can i see the contact page i created ?

thanx
Sven.

ok found it

but now when i enter a form it says "wrong validation code"
and in the settings "validation code" is off.
when i set to picture or text i see only the text "validation code" but no text or picture.....
Edited by Svenny007 on 16-01-2015 14:18,
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

Do you have GD libary enabled on your server?

See this thread:

https://www.php-fusion.co.uk/forum/vi...d_id=29017
0 replies
S
Svenny007
S
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Quote

Do you have GD libary enabled on your server?

See this thread:

https://www.php-fusion.co.uk/forum/vi...d_id=29017
- by douwe_yntema


i don't know its hosted by one.com ?
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

Go to system admin --> PHP info --> tab details and do a search
0 replies
S
Svenny007
S
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.4.9
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 8
PNG Support enabled
libPNG Version 1.2.49
WBMP Support enabled
XPM Support enabled
libXpm Version 30411
XBM Support enabled
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

Would you mind try the contact.php file in this download:

http://www.douwe.schoonheidssalonanne...load_id=20

There were minor bugs in it, maybe it is solved now.
0 replies
S
Svenny007
S
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

i tried the contact.php but there are no changes wit the one i use already
i already changed the TYPE=MyISAM with ENGINE = MyISAM
afther i had the "cannot create the table in data base" problem...

do i need to place the images on the server ?

the validation code on the standard php-fusion contact.php does work...

thanx
0 replies
S
Svenny007
S
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

i think it has to do with the place where the securimage is placed

on my site its on /includes/securimage/

and when i look on the contact.php its referred to /includes/captchas/securimage/

i changed it to /includes/securimage/

now i can see the secureimage
but when i submit it still says wrong validation code ?
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

The place the image is stored I think depends on the version of PHPFusion.

edit:
The check for correct captcha is carried out here:

   $error = "";
   $_CAPTCHA_IS_VALID = false;
   include INCLUDES."captchas/".$settings['captcha']."/captcha_check.php";
   if ($_CAPTCHA_IS_VALID == false) {
//      $error = "<center>\n<br />\n".$locale['mcf_183']."\n</center>\n<br />\n";

      $error .= " <span class='alt'>".$locale['mcf_183']."</span><br />\n";


So maybe it has to do with the settings of the captcha in Fusion.
becouse this line:
include INCLUDES."captchas/".$settings['captcha']."/captcha_check.php";

Refer to the fusion settings
Edited by douwe_yntema on 18-01-2015 11:02,
0 replies
S
Svenny007
S
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

i don't have the "captcha_check.php" file
i have /includes/securimage/
securimage.php
securimage_play.php
securimage_show.php

phpfusion v7.00.07
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

Its like the description of the infusion says:

Quote

Made for PHPFusion

v7.02


So please update your PHPFusion version. I know the captcha system is changed in 7.02. see this post:

https://www.php-fusion.co.uk/forum/vi...d_id=28186
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 13 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet