×

Notice

The forum is in read only mode.

pls help me.. i need it badly

11 years 8 months ago #2444 by ably
how can i fix this when i click comment on employer applied jobs this is the error


fatal error: Call to a member function close() on an object in C:\wamp\www\b\components\com_jsjobs\controllers\jsjobs.php on line 264

plss reply...... thank you
11 years 8 months ago - 11 years 8 months ago #2449 by Super User
Hi,

Please edit "components\com_jsjobs\controllers\jsjobs.php"
Find "function getresumecomments()" approx. line no. 253

Replace this text
$version = new JVersion;
			$joomla = $version->getShortVersion();
			if(substr($joomla,0,3) == '1.6'){
				$app = JFactory::getApplication();
				$mainframe = $app;
			}elseif(substr($joomla,0,3) == '1.7'){
				$app = JFactory::getApplication();
				$mainframe = $app;
			}
With
$mainframe = &JFactory::getApplication();

Best regards,

Ahmad Bilal
11 years 8 months ago - 11 years 8 months ago #2456 by ably
Replied by ably on topic pls help me.. i need it badly
thank you so much for your help./// ..
i encountered another problem.. when i click the view resume all my menu are going down the jsjob? how can i fix this.. pls reply... :(
Time to create page: 0.040 seconds

Please publish modules in offcanvas position.