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?

Database problem

Asked Modified Viewed 6,317 times
V
volta14
V
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

The error:
''Table 'xxxxxxxxx.fusion_captcha' doesn't exist''

Can someone please help me to fix that. I think that the problem is with the database (captcha table dosen't exist). Can someone explain me (or give some code) how can I create the table manually.

Sorry for my bed English and thanks for help....
0 replies

4 posts

H
hame
H
hame 10
  • Senior Member, joined since
  • Contributed 423 posts on the community forums.
  • Started 44 threads in the forums
answered
Senior Member

Just upload this file again and try it.

includes/captcha.uncludes.php

btw. What did you do when this problem occured ?? Did you do a new installation ?

go into admin > system > Registration
Check your Verification settings. try changing it from image to text or from text to image (reverse whatever it says)

Thats just an idea i havent really tested it
0 replies
V
volta14
V
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

the problem isn't fixed and I have one more problem after the install of Profesional download sistem the table pdp_settings doesn't exist.

Can someone please help??
0 replies
M
muscapaul
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
answered
Veteran Member

Re: your first problem: What PHPFusion are you on?
Re; your second problem: That is not core related and should not be asked here. Still: Defuse the infusion and re-infuse it. If the error remains: Check if you use the most recent version of the Infusion, as there is apparently an error in infusion.php.
0 replies
— 10 months later —
L
leGa MC
L
Jebo majku, vamo nikog poznatog

lol
  • Junior Member, joined since
  • Contributed 40 posts on the community forums.
  • Started 17 threads in the forums
answered
Junior Member

I have same problem... in custom page write this code and click on preview (no save !!)

<?php
$result = dbquery("DROP TABLE IF EXISTS ".$db_prefix."captcha");
         $result = dbquery("CREATE TABLE ".$db_prefix."captcha (
         captcha_datestamp INT(10) UNSIGNED NOT NULL DEFAULT '0',
        captcha_ip varchar(20) NOT NULL,
         captcha_encode VARCHAR(32) NOT NULL DEFAULT '',
         captcha_string VARCHAR(15) NOT NULL DEFAULT ''
         ) TYPE=MyISAM;");

?>
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet