J'ai installer ce mod http://www.phprivals.com/index.php?class=download
j'ai une erreur sur la premiere page.
voici erreur sql
- Code: Tout sélectionner
Fatal error: Class 'rivals_exception' not found in /homez.139/warsonli/www/forum/rivals_app/portal.php on line 8
et voici le fichier portal en question
- Code: Tout sélectionner
<?php
##############################################################
# FILENAME : portal.php
# COPYRIGHT : (c) 2009, Tyler N. King <aibotca@yahoo.ca>
# http://opensource.org/licenses/gpl-license.php GNU Public License
##############################################################
class portal_exception extends rivals_exception { };
class portal extends rivals_core
{
public function main ( )
{
registry::$plugin->run_hooks ( 'portal_start' );
registry::$template->set_filenames ( array ('portal' => 'portal.html' )
);
// Show the template.
registry::$plugin->run_hooks ( 'portal_end' );
$this->template_body = registry::$template->assign_display ( 'portal', 'PORTAL', true );
}
}
?>
pouvez vous m'aider svp
- Titre édité par Morgyanne -
Titre d'origine : Mod phpbb3 rivals


