J
John Honovich
Can anyone help identify the cause of the exception below?
Mysql::Error: Lost connection to MySQL server during query: SELECT *
FROM `pages` WHERE (`pages`.`url` =
'http://vidsys.com/Solutions/Surveillance-Solutions/tabid/42902/Default.aspx')
LIMIT 1 (ActiveRecord::StatementInvalid)
I assume this is a problem related to the URL? I am thinking it might
be the '-' in the URL.
I am processing a collection of URLs, all work, except for this one.
Any help would be appreciated.
Best,
John
Mysql::Error: Lost connection to MySQL server during query: SELECT *
FROM `pages` WHERE (`pages`.`url` =
'http://vidsys.com/Solutions/Surveillance-Solutions/tabid/42902/Default.aspx')
LIMIT 1 (ActiveRecord::StatementInvalid)
I assume this is a problem related to the URL? I am thinking it might
be the '-' in the URL.
I am processing a collection of URLs, all work, except for this one.
Any help would be appreciated.
Best,
John