Jump to content

MySQL Database Error, Screen Shots Included


akirahz

Recommended Posts

Well heres my dilemma, i have a script that contains a pre_checkout.php file for credit card orders, people can order different packages from my website, from 19.99 too 39.99.. anyway, when i was testing my site i recieve an error when i try to order a package

heres a screen shot of what the error looks like
in internet explorer:

[IMG]http://www.rapidcityracing.com/insert-into.jpg[/img]

also: here is a picture of my database tables concerning this area, "TransactionsMembership" in phpMyAdmin

[IMG]http://www.rapidcityracing.com/phpmyadmin.jpg[/img]

am i missing some fields? i dont see the state field anywhere, if i am missing fields, what would i have to query too create them?

any and all help is appreciated, im fairly certain it is a database problem and nothing wrong with the actual php script.

thanks guys, ive been tryin to fix this for about 4 days now and cant seem to figure it out

if theres anymore info needed by anyone to help me solve this, im more then happy to try and get it and tell you
Link to comment
Share on other sites

Well, yes, you will need to add the state field (use the Add button from PHPMyAdmin)... and I'm not sure that you can use "sum" as a column name, since it's a function as well.  You may need to escape it with backticks.  Also, you really shouldn't use a CHAR column as your PK.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.