Jump to content

Recommended Posts

Posted (edited)
59 minutes ago, Sebastian C. said:

 

Mersi mult. T/C

Defapt nu dati tc.. am o alta problema..

cand dau sa vad profilul meu imi da eroare..


Fatal error: Call to a member function memberProfileDonate() on a non-object in /home/u890934790/public_html/forum/hooks/ibEconomyMemBrdProfDon_98d5dbf98f59b02df8aa67879290d5bf.php on line 23

Uitati ce este acolo.. in acel php

 

 

<?php

class ibEconomyMemBrdProfDon
{
    public $registry;
    
    public function __construct()
    {
        $this->registry = ipsRegistry::instance();
        $this->settings =& $this->registry->fetchSettings();
        $this->request  =& $this->registry->fetchRequest();
        $this->member   = $this->registry->member();
        $this->memberData =& $this->registry->member()->fetchMemberData();
    }
    
    public function getOutput()
    {
        #init
        $return = "";

        if ( $this->memberData['g_eco'] && $this->request['section'] != 'friends' && $this->request['module'] == 'profile' && $this->request['filter'] != 'ALL' )  
        {
            $return = $this->registry->output->getTemplate('ibEconomy')->memberProfileDonate($this->request['showuser']);
        }

        return $return;
    } 
}

Edited by Drogatu
Posted

Defapt nu dati tc.. am o alta problema..

cand dau sa vad profilul meu imi da eroare..


Fatal error: Call to a member function memberProfileDonate() on a non-object in /home/u890934790/public_html/forum/hooks/ibEconomyMemBrdProfDon_98d5dbf98f59b02df8aa67879290d5bf.php on line 23

 

 

 

 

Mi-l poate instala cineva va rog...????

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.