Internal Server Error problem
Hi,I have recently come across this error when I click on a menu link to select a range of items (products) from the database.To see this on the link, on the lefthand side under the Hydraulic Range...
View ArticleRe: Internal Server Error problem
Can you point your form at http://scripty.walterdavisstudio.com/reflector.php, and see what the raw parameters being posted are? Your SQL seems fine, I don’t see anything out of place there.I would...
View ArticleRe: Internal Server Error problem
Thanks, WalterThe input to the server from the web page is not a form but a query on a text link, your output says it is an array, and there is nothing extra getting in the way of...
View ArticleRe: Internal Server Error problem
An update:I decided to create a new clean document with just that menu on the page. I created everything from scratch so that I knew that any error was down to the new configuration. At first I had the...
View ArticleRe: Internal Server Error problem
Hi all,Just as a final update to this saga, I have found out the limit to how many rows the MySQL server will can handle before it fails; and that is 513, If you try to get 514 the server falls over...
View ArticleRe: Internal Server Error problem
Steve, that’s just nutty. If those 513 rows are selected from a single table (not a big hairy join across bunches of tables) then they would have to be extraordinarily wide rows (tens of thousands of...
View ArticleRe: Internal Server Error problem
Hi Walter,Thanks for the reply, I’m still no further forward, especially as I can’t locate the MySQL error logs on the server.I did try the query on my SBDesign server, but as it is running on the same...
View ArticleRe: Internal Server Error problem
Do you have any indexes in this table? You may want to put an UNIQUE index on line and partnumber in ceswebproducts, and another on partnumber in ceswebprices. Other than that, I don’t see how it’s...
View Article