Jump to content

Jonathan

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Jonathan

  1. Hello I come to an error that is on my website, here is the message:

    Fatal error: Class 'StatsData' not found in /home/smartbirqc/www/core/modules/Frontpage/Frontpage.php on line 25

    Here is the code of the page:

    class Frontpage extends CodonModule

    {

    public $title = 'Welcome';

    public function index()

    {

    $this->set('usersonline', StatsData::UsersOnline());

    $this->set('guestsonline', StatsData::GuestsOnline());

    $this->render('frontpage_main.tpl');

    }

    }

    Link site web : http://smartbirdva.fr/index.php/

  2. Hello I come to you because I just aujour'hui download ocean_blue themes and page Register I have this problem or images below.

    Message :

    Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/vhosts/simuaero.fr/httpdocs//lib/skins/ocean_blue/

    Locat in /var/www/vhosts/simuaero.fr/httpdocs/core/classes/TemplateSet.class.php on line 96

    113111site.png

×
×
  • Create New...