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?

Upgrade Problem

Asked Modified Viewed 1,560 times
M
mariagc
M
  • Member, joined since
  • Contributed 77 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
asked
Member

Hi

When I upgraded from 6.01.12 to .13 something happened to my verification code for registration. Suddenly only a box with an x shows up. When I chose the option to covert to text other errors crop up too.
0 replies

10 posts

M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

which errors?
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Did you execute the database-update?
0 replies
K
KnightHawk
K
  • Member, joined since
  • Contributed 67 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

My registration image isn't working either. It worked before and I was looking at something earlier and noticed the image was coming up as a red x. I decided it was time to upgrade from 11 to 13. Still no registration image. The text works but not the image.

Table 'shootyou_symo.fusion_captcha' doesn't exist

I see that message at the bottom of the page when logged in as superadmin.

I don't get it though, the registration image worked before and now it isn't working. My registration image works on all of the other sites I have hosted on the host.
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Quote

Did you execute the database-update?


Why you ignored my post :|

I am not an admin, but I know php-fusion very well, and also the mistakes, the users do.. :D
Edited by Basti on 07-12-2007 18:09,
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

What slaughter means: Go to Admin Panel -> System Admin -> Upgrade and hit the Upgrade button.
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

I can see his point, he did ask the question that needs to be answered... :)

I would suspect the upgrade was perhaps from 11 to 13 dodging the .12 version. Which happens to contain the real upgrade... so doing the upgrade on a 11 to 13 version will do little good.

$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;");
      
         $result = dbquery("UPDATE ".$db_prefix."settings SET version='6.01.12'");
         echo "<center><br>\nDatabase upgrade complete.<br><br>\n</center>\n";


previewing this will add the captcha table.
0 replies
K
KnightHawk
K
  • Member, joined since
  • Contributed 67 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

I did go to 12 first and I did hit upgrade but it said no upgrade available. I did this before I went to 13 and before I came here.

I'll try the 12 again and see what happens. Maybe I have a different issue somewhere else.
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

That's not going to work, you need to preview my bit of code. The .12 upgrade will not do anything since the version in your database will say .13...

And yes, could be something really different, my suggestion was just a shot in the dark :)
0 replies
K
KnightHawk
K
  • Member, joined since
  • Contributed 67 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

It's just printing all of that into preview. It isn't making the table. I just might have a major problem somewhere. Doesn't make since to me though. The problem is on my shootyourmouthoff.com site and my other sites that ride on the same account have no problems.


/edit/
I have it working fine now. I just opened two phpadmin windows and opened a database with the table and then opened the one without the table and made a duplicate of it. When I got done I tried the site and the message was gone then I went to the register and the image was showing up.
Edited by KnightHawk on 07-12-2007 21:49,
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

oh, sorry you need to wrap it in php tags - sorry should have mentioned that!

Good work on solving it your self :)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 10 posts
  • Votes 0 votes
  • Topic users 6 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet