In catalog\includes\functions\general.php find in tep_address_format:
} elseif (isset($address['country']) && tep_not_null($address['country'])) {
$country = tep_output_string_protected($address['country']);
and replace with
} elseif (isset($address['country']) && tep_not_null($address['country'])) {
$country = tep_output_string_protected($address['country']['title']);
chyba ve vypisu kategorii, vyrobcu
1054 - Unknown column 'p.products_id' in 'on clause'
http://www.oscommerce.com/community/contributions,4654
Fatal error: Cannot re-assign $this in /admin/includes/classes/upload.php on line 31
Comment out $this on line 31 of upload.php
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1
In admin/includes/classes find split_page_results.php
za $offset=($max...
pridat
if ($offset < 0) { $offset = 0; }
viz seznam bugfixu v priloze: