shbn / memoryGame

Simple Memory Game using PHP and MySQL
1 stars 0 forks source link

Error #1

Open xhorizont opened 1 year ago

xhorizont commented 1 year ago

Hi,

this is a cute little project, but when I run it and try to submit result I get Internal Server Error in jquery.min.js:4 (f.send(a.hasContent && a.data || null))

Is it the wrong jquery version?

shbn commented 1 year ago

Hi @xhorizont Thanks for showing some interest in this project. It was untouched for 8 years. Internal server errors could be a problem with the PHP server as well. However, you can try updating the JQuery version in the index.php bottom.

xhorizont commented 1 year ago

NOw I have no error, but the submit button doesnt work and nothing is writrn in database

shbn commented 1 year ago

Try troubleshooting mysql query in form.php where it is supposed to write scores to db.