frostyhorse Posted May 19, 2008 Share Posted May 19, 2008 I dont know if this is the right place to post this, and if it isnt, im sorry! Im trying to get this fixed so it works properly. http://caballovoladorsim.awardspace.com/bank/ Its a bank for a sim game that im trying to create. when i go to log into an account it takes me to the hosters page. any ideas? if you wouldnt mind playing around and seeing if you can find out whats wrong i'd greatly appcriate any help. The test account information is this, if you want to log in and have a look around without creating your own account: cvmembertest arabian cvassociationtest arabian the business doesnt apparently work either.... Any help is greatly appreciated! Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/ Share on other sites More sharing options...
frostyhorse Posted May 19, 2008 Author Share Posted May 19, 2008 anyone?? Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-545307 Share on other sites More sharing options...
frostyhorse Posted May 20, 2008 Author Share Posted May 20, 2008 help? Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546016 Share on other sites More sharing options...
BlueSkyIS Posted May 20, 2008 Share Posted May 20, 2008 what exactly is the problem and what have you done to try to fix it? we can't tell anything without seeing code and understanding the problem and what you're trying to accomplish. Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546023 Share on other sites More sharing options...
revraz Posted May 20, 2008 Share Posted May 20, 2008 Why don't you contact the person who coded it? Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546039 Share on other sites More sharing options...
frostyhorse Posted May 20, 2008 Author Share Posted May 20, 2008 The problem is I go to create an account, that works. I go to log in, and then it takes me to the server page. I dont know exactly which code to show, so I cant exactly do that. and i cant contact the coder because she's gone. Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546055 Share on other sites More sharing options...
revraz Posted May 20, 2008 Share Posted May 20, 2008 It sounds like it's pointing to a invalid page. You should probably post in the Freelance section to get someone to work with you to fix it. Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546069 Share on other sites More sharing options...
jonsjava Posted May 20, 2008 Share Posted May 20, 2008 I am betting it's your redirect after successful login. Failures are treated correctly, so that tells me everything else is working (it's finding the user, then it's redirecting improperly) Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546076 Share on other sites More sharing options...
frostyhorse Posted May 20, 2008 Author Share Posted May 20, 2008 OK I looked over the validate script I was given and changed the page url and it worked. BUT now Im coming up with these errors: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/caballovoladorsim.awardspace.com/bank/bank_deposit.php on line 35 and the code from bank_deposit.php: while ($check = mysql_fetch_array($query_run, MYSQL_ASSOC)) { EDIT; After examining some other files with related errors, they all have the MYSQL_ASSOC in common. Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546150 Share on other sites More sharing options...
frostyhorse Posted May 21, 2008 Author Share Posted May 21, 2008 anyone? Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546183 Share on other sites More sharing options...
AndyB Posted May 21, 2008 Share Posted May 21, 2008 It's a problem that is a result of your database query. Why is another matter. We need to see more than a single line of code to sort it out. Quote Link to comment https://forums.phpfreaks.com/topic/106379-no-clue-whats-wrong-help/#findComment-546186 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.