Toasted Posted July 26, 2011 Posted July 26, 2011 I'm getting this error when I click on Catalog on the backend: Parse error: syntax error, unexpected '<', expecting ')' in site/admin/categories.php on line 349. 348 // check if the catalog image directory exists 349 if (is_dir(<td class="main"><?php echo TEXT_PRODUCTS_PRICE_GROSS)) { 350 if (!is_writeable(DIR_FS_CATALOG_IMAGES)) $messageStack->add(ERROR_CATALOG_IMAGE_DIRECTORY_NOT_WRITEABLE, 'error'); 351 } else { 352 $messageStack->add(ERROR_CATALOG_IMAGE_DIRECTORY_DOES_NOT_EXIST, 'error'); } What seems to be the problem and how do I fix it? Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.