Hi There,
I have the same situation while downloading an eDocument from the Frontent.
I already used the tips (replace Code and delete Joomla Cache) descriped in this thread, but didn't work. Actually, the following Error appears:
Fatal error: Call to undefined method HTML_realestatemanager::downloaditself() in /homepages/15/d352592746/htdocs/neu/components/com_realestatemanager/realestatemanager.php on line 397
Here is my code round about line 397 in realestatemanager.php:
Code: |
}
if($realestatemanager_configuration['license']['show']){
$fd = fopen($mosConfig_absolute_path."/components/com_realestatemanager/mylicense.php", "w" ) or die ("Config license file is failure");
fwrite( $fd, $realestatemanager_configuration['license']['text']);
fclose( $fd );
HTML_realestatemanager :: displayLicense($id);
} else HTML_realestatemanager::downloaditself($id);
}
function downloaditself($idt){
global $database, $my, $realestatemanager_configuration, $mosConfig_absolute_path;
$session = JFactory::getSession();
$pas = $session->get("ssmid","default");
$sid_1 = $session->getId();
|
Thanks in advance for your support.
Real estate Manager v 2.3 PRO
Joomla 2.5.7 Stable