Ocorreu um erro inesperado... por favor tente novamente!
require_once(
string)
/home/administ/public_html/index.php [20]
15
16 try {
17
18 ob_start();
19
20 require_once("_fusebox/fusebox4.runtime.php4.php");
21
22 ob_end_flush();
23 } catch (Exception $e) {
24 include("_layout/errortemplates/core.php");
25 }
include(
string)
/home/administ/public_html/_fusebox/fusebox4.runtime.php4.php [531]
526 $fb_["file2Execute"] = $application["fusebox"]["WebRootToAppRootPath"].$fb_["assertedfile2Parse"];
527 } else {
528 $fb_["file2Execute"] = $application["fusebox"]["WebRootToAppRootPath"].$fb_["file2Parse"];
529 }
530
531 if ( !include($fb_["file2Execute"]) ) {
532
533 throw new GenericException("fusebox.missingParsedFile", "Parsed File or Directory not found. Attempting to execute the parsed file ".$fb_["file2Execute"]." threw an error. This can occur if the parsed file does not exist in the parsed directory or if the parsed directory itself is missing.");
534 }
535
536 }
include(
string)
/home/administ/public_html/_parsed/article.viewdetail.php [81]
76 throw new GenericException("fusebox.missingFuse", "Missing Fuse. You tried to include a fuse article.getViewDetail in circuit article which does not exist.");
77 }
78 /* article.viewDetail: <fusebox:include template="article.dspViewDetail" contentvariable="_layout"> */
79 ob_start();
80 if ( file_exists($application["fusebox"]["WebRootToAppRootPath"]."_circuits/article/article.dspViewDetail.php") ) {
81 include($application["fusebox"]["WebRootToAppRootPath"]."_circuits/article/article.dspViewDetail.php");
82 }
83 else {
84 ob_end_clean();
85 throw new GenericException("fusebox.missingFuse", "Missing Fuse. You tried to include a fuse article.dspViewDetail in circuit article which does not exist.");
86 }
_errorhandler(
integer,
string,
string,
integer,
array)
/home/administ/public_html/_circuits/article/article.dspViewDetail.php [104]
99 //Denunciar spam
100 echo '<form action="'.$self.'" method="post" name="article_spam" id="article_spam">';
101
102 echo '<input type="hidden" name="go" value="'.$cir->getXFA("articlespam").'" />';
103 echo '<input type="hidden" name="ART_ID" value="'.$attributes['ART_ROOT_ID'].'" />';
104 echo '<input type="hidden" name="ART_NAME_SEARCH" value="'.$attributes['ART_NAME_SEARCH'].'" />';
105 echo '<input type="hidden" name="ART_NAME" value="'.$row['ART_NAME'].'" />';
106
107 echo '<a href="#" onclick="javascript:xGetElementById(\'article_spam\').submit();"><img src="' .PATH_IMGS . 'button_spam.png" width="135" height="20" alt="" /></a><br clear="all" /><br />';
108
109 echo '</form>';