By Tony Boutemeur on Wednesday, 07 December 2016
Replies 3
Likes 0
Views 571
Votes 0
You could fix yourself some compatibility errors, How?

DJ-Classifieds_EasySocial_application_1.0.2.zip

In this version, there are 2 errors

* First: inside djcfitems.php

- Go to ~/media/com_easysocial/apps/user/djcfitems/djcfitems.php

- Open djcfitems.php

- Go to the end of file and the last line is
public function onNotificationLoad( $item )


- Replace this line with
public function onNotificationLoad( SocialTableNotification &$item )


- Don't forget to save.

*Second: Inside view.html.php

- Go to ~/media/com_easysocial/apps/user/djcfitems/views/profile/view.html.php

- Open view.html.php

- Erase these 2 lines:

line 106 Foundry::requireLogin();


line 130 Foundry::page()->title( $title );


Don't forget to save.

Enjoy

You don't need to get DJ-Classifieds_EasySocial_application_1.0.3.zip


DJ-Classifieds_EasySocial_application_1.0.3.zip

In this version, there is only 1 error: Inside view.html.php[/b]

- Go to ~/media/com_easysocial/apps/user/djcfitems/views/profile/view.html.php

- Open view.html.php

- Erase these 2 lines:

line 106 Foundry::requireLogin();


line 130 Foundry::page()->title( $title );


Don't forget to save.

Enjoy!
Sorry I forgotten to tell you,

You have also for both version of DJ-Classifieds_EasySocial_application (V1.0.2 & V1.0.3)

- Go to ~/media/com_easysocial/apps/user/djcfitems/views/dashboard/view.html.php

- Open view.html.php

- Erase also these 2 lines:

Foundry::requireLogin();

Foundry:: page()->title( $title );



Don't forget to save.

Enjoy!
·
Wednesday, 07 December 2016 22:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this Tony
·
Thursday, 08 December 2016 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome
·
Thursday, 08 December 2016 22:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post