When I goto a product info page in admin, I get a blank screen for all the products.
Error log:
referred line is here:Code:[28-Jan-2015 14:28:26] PHP Parse error: syntax error, unexpected T_STRING in /home1/mydomain/public_html/my-admin/includes/modules/product/collect_info.php on line 402
Any ideas?PHP Code:<td class="main" width="100%"><?php echo zen_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '100%', '30', htmlspecialchars((isset($products_description[$languages[$i]['id']])iso-latin-1) ? stripslashes($products_description[$languages[$i]['id']]) : zen_get_products_description($pInfo->products_id, $languages[$i]['id']), ENT_COMPAT, CHARSET, TRUE)); //,'id="'.'products_description' . $languages[$i]['id'] . '"'); ?></td>![]()


Reply With Quote
