We are sorry for this But we found a error in this system
Non-static method Associados::LoadRandom() should not be called statically, assuming $this from incompatible context
Esse erro encontra-se no arquivo:
Linha 6: /home/storage/2/af/d6/portalartclub/public_html/v2/templates/members.tpl.php
[+]Generated at: 2019-12-15 04:12
Exception in PHP Script /v2/index.php |
PHP Version: 5.6.33; Zend Engine Version: 2.6.0; Qcodo Version: 0.4.14 Application: Apache; Server Name: portalartclub.com.br HTTP User Agent: CCBot/2.0 (https://commoncrawl.org/faq/) |
Line 1: <div class="members"> Line 2: <h2 class="title">Conheça alguns de nossos associados...</h2> Line 3: <ul class="list"> Line 4: Line 5: <?php $intI = 0 ; Line 6: foreach($objAssociadoArray = Associados::LoadRandom() as $objAssociado) { ?> Line 7: <li class="member <?=($intI % 3 == 0 ? 'beginLine' : '')?>"> Line 8: <a class="picFrame" href="<?=__SUBDIRECTORY__?>/artista/<?=$objAssociado->Url?>"> Line 9: <img src="<?=$objAssociado->RenderAsImgSrc(70,70)?>" width="70" height="70" alt="<?=$objAssociado->NomeCompleto ?>" /> Line 10: </a> Line 11: <a class="label" href="<?=__SUBDIRECTORY__?>/artista/<?=$objAssociado->Url?>"><?=QString::Truncate($objAssociado->NomeCompleto,12)?></a>
#0 /home/storage/2/af/d6/portalartclub/public_html/v2/core/qcodo/_core/framework/_functions.inc.php(21): QErrorHandler::HandleError() #1 /home/storage/2/af/d6/portalartclub/public_html/v2/templates/members.tpl.php(6): __qcodo_handle_error() #2 /home/storage/2/af/d6/portalartclub/public_html/v2/templates/index.tpl.php(49): include() #3 /home/storage/2/af/d6/portalartclub/public_html/v2/core/qcodo/_core/qform/QFormBase.class.php(849): require() #4 /home/storage/2/af/d6/portalartclub/public_html/v2/core/qcodo/_core/qform/QFormBase.class.php(303): QFormBase->Render() #5 /home/storage/2/af/d6/portalartclub/public_html/v2/index.php(13): QFormBase::Run()