shopx102
New Member
- Messages
- 7
- Reaction score
- 0
- Points
- 1
Hi,
I'm just wondering if anyone might have any idea what could be causing some odd behavior in my code? I've uploaded files that make a basic GUI, so basically just a CRUD system to manage news items. However, the system was working in development but it's behaving oddly now that it's uploaded to x10host.
I figured out that I'd set the file that connects to the database to connect to the wrong database, so I changed that and I managed to get the information that's stored in the database to be read, but for some reason I'm not able to write to the database. It looks like the code I have should write to the database but when I run a test it's just going right past all the code as though there's no errors in the code, but it doesn't actually write to the database.
I'm fairly sure I set the user to have all access to the database. I'm using two of my allowed two databases and I have 2.33MB of data stored in them. What's the limit for data storage? Is there something else that might be causing this?
I'm just wondering if anyone might have any idea what could be causing some odd behavior in my code? I've uploaded files that make a basic GUI, so basically just a CRUD system to manage news items. However, the system was working in development but it's behaving oddly now that it's uploaded to x10host.
I figured out that I'd set the file that connects to the database to connect to the wrong database, so I changed that and I managed to get the information that's stored in the database to be read, but for some reason I'm not able to write to the database. It looks like the code I have should write to the database but when I run a test it's just going right past all the code as though there's no errors in the code, but it doesn't actually write to the database.
I'm fairly sure I set the user to have all access to the database. I'm using two of my allowed two databases and I have 2.33MB of data stored in them. What's the limit for data storage? Is there something else that might be causing this?