Add to Favourites Add to Favourites    Print this Article Print this Article

I have a table with many (100+) fields and when I try to browse this table I get series of errors like "Warning: unable to parse url". How can this be fixed ?

Your table has neither a primary key nor an unique one, so we must use a long expression to identify this row. This causes problems to parse_url() function. The workaround is to create a primary or unique key.

Was this answer helpful?

Also Read