I installed the ezrealty extention on my site and got the following error:
Fatal error: Class 'sef_joomsef' not found in /home/purnell7/public_html/mydomain/components/com_sef/sef_ext/com_ezrealty.php on line 15
I noticed that line 15 wasn't set up like other extensions so i changed it from class sefext_com_ezrealty extends sef_joomsef to class SefExt_com_ezrealty extends SefExt.
Then I got the following errors
Warning: Missing argument 2 for SefExt_com_ezrealty::create(), called in /home/purnell7/public_html/mydomain/components/com_sef/joomsef.php on line 283 and defined in /home/purnell7/public_html/mydomain/components/com_sef/sef_ext/com_ezrealty.php on line 98
Warning: extract() [function.extract]: First argument should be an array in /home/purnell7/public_html/mydomain/components/com_sef/sef_ext/com_ezrealty.php on line 109
Fatal error: Call to undefined function getmenutitle() in /home/purnell7/public_html/mydomain/components/com_sef/sef_ext/com_ezrealty.php on line 112
Also I noticed it didn't show up in the list of installed extensions. For now, I manually uninstalled it and joomsef is working fine again.
My site is using Joomla 1.5 in Legacy mode.
Has anyone got the ezrealty extension working lately?