Posts Tagged ‘bug’

The page might contain illegal characters in text generated with tep_href_link () (html_output.php). Usually, it’s a ‘&’ within URL. return htmlspecialchars ($link); works better so far. Once again, it’s being tested in admin.

Sunday, January 28th, 2007 at 21:45 | 0 comments
Categories: osCommerce

It could be done already by somebody else, it’s ok. I am trying to keep somewhere the list of bugs I had to fix. If the the menu is “closed”, no option is shown, the class ‘table_block’ in admin/includes/classes/ will generate the empty ‘table’ tags, so any validation will fail. There is, probably, the same [...]

Saturday, January 27th, 2007 at 21:42 | 0 comments
Categories: osCommerce
TOP