Show Posts


Messages - Roy Wahl

Pages: [1]
1
Thank you Basara. That solution makes me happy.

2
Blank Pages after Softaculous install of AbanteCart leads to blank page at store front and at admin. I find a single error in the log:
 Unknown Error:  AbanteCart core v.1.3.0 Call to undefined function mime_content_type() in <b>/home/******/public_html/store/storefront/view/default/template/common/head.tpl</b> on line <b>42</b>

head.tpl line 42 reads:
<link href="resources/<?php echo $icon; ?>" type="<?php echo mime_content_type(DIR_RESOURCE . $icon)?>" rel="icon" />

I see no associated server error. I need help fixing this seemingly simple error.

Storefront page source appears thus:
<meta charset="UTF-8">
<!--[if IE]>
   <meta http-equiv="x-ua-compatible" content="IE=Edge" />
<![endif]-->
<title>Your Store</title>
<meta name="keywords" content="keyword1,keyword2,keyword3" />
<meta name="description" content="Web Store Meta Description" />
<meta name="generator" content="AbanteCart v1.3.0 - Open Source eCommerce solution" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="store location" />

<link href="resources/image/18/73/4.png" type=" 

end of file reached inside of the tag

Pages: [1]

Powered by SMFPacks Social Login Mod