مشکل در نرم افزار artisteer
ا عرض سلام .و خسته نباشید من یک قالب با استفاده از نرم افزار 3 artisteer طراحی کردم در ذخیره مشکلی ندارد به راحتی در جوملا نصب می شود فقط هنگام نمایش سایت این خطا را می دهد
Fatal error: Call to a member function getMessageQueue() on a non-object in C:\xampp\htdocs\aa\templates\bb\functions.php on line 165
و خط 165 فایل مورد اشاره شده این است :
function hasMessages()
{
global $mainframe;
$messages = $mainframe->getMessageQueue();
if (is_array($messages) && count($messages))
foreach ($messages as $msg)
if (isset($msg['type']) && isset($msg['message']))
return true;
return false;
}
/**
* Wraps component content into article style unless it is not wrapped already.
*
* The componentWrapper method gets the content of the 'component' buffer and search for the '<div class="art-post">' string in it.
* Then it replaces the componentheading DIV tag with span (to fix the w3.org validation) and replaces content of the buffer with
* wrapped content.
*/
لطفا راهنمایی کنید