Hi,
I run a number of sites which are all on the same host/ server, these sites have been running fine for months until last week when all of those that use php/mySQL have hit a problem.
Basically when you are passing variables via the URL it is returning a mySQL error saying "Cant jump to row 0". I checked the code and reuploaded the original files in case there'd been some corruption but to no avail.
I have raised it with the hosts who have said its a script problem but I cant see how thats possible, to be working for months then suddenly just stop.
To debug this I created a new page based on the receiving page and hard coded the variable that was being passed via the URL at the start of the code, this then worked so it clearly appears to be a problem passing the variables through the URL.
So that I have a chance of keeping my sanity (and clients) has anyone any ideas so I can point the hosts in the right direction? I get the feeling they just want to pawn the problem off onto me by saying its the code.
I run a number of sites which are all on the same host/ server, these sites have been running fine for months until last week when all of those that use php/mySQL have hit a problem.
Basically when you are passing variables via the URL it is returning a mySQL error saying "Cant jump to row 0". I checked the code and reuploaded the original files in case there'd been some corruption but to no avail.
I have raised it with the hosts who have said its a script problem but I cant see how thats possible, to be working for months then suddenly just stop.
To debug this I created a new page based on the receiving page and hard coded the variable that was being passed via the URL at the start of the code, this then worked so it clearly appears to be a problem passing the variables through the URL.
So that I have a chance of keeping my sanity (and clients) has anyone any ideas so I can point the hosts in the right direction? I get the feeling they just want to pawn the problem off onto me by saying its the code.