Frontend: Save article not working - Joomla! Forum - community, help and support
warning: attempt assign property of non-object in /home/smilyo/public_html/plugins/content/notifyarticlesubmit/notifyarticlesubmit.php on line 1428
fatal error: call member function reorder() on non-object in /home/smilyo/public_html/administrator/components/com_content/models/article.php on line 508
fatal error: call member function reorder() on non-object in /home/smilyo/public_html/administrator/components/com_content/models/article.php on line 508
thehitechpanky wrote:fatal error: call member function reorder() on non-object in /home/smilyo/public_html/administrator/components/com_content/models/article.php on line 508
when saving article in end or front end.
inside public function featured($pks, $value = 0) in administrator/components/com_content/models/article.php there code calls
$table = $this->gettable('featured', 'contenttable'); on line 446ish
this causing error stated in title , throwing white screen. article i'm attempting save not featured article.
what's happening this: inside abstract jtable class' getinstance function including jomsocial featured.php class
/components/com_community/tables/featured.php
instead of default joomla table
administrator/components/com_content/tables/featured.php
then function returns false boolean instead of instance of featured table class , boom white screen.
i'll informing jomsocial of conflict well, in mean time if can give me pointers on how fix (if possible) joomla standpoint i'd appreciate it.
Comments
Post a Comment