-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 3, 2011 at 7:18 pm #170363Hello,
I know this is not a problem from joomlart template or extension, this is a joomla problem…
Some people have the same problem, and we don’t find any solution. And there is no help from the joomla.org’s forum.So here is the problem :
In the administrator panel (joomla 1.7.2), in the article manager, some errors appears on many website….
When we click on the star to unpublish article, this is the answer
Fatal error: Call to undefined method ContentModelArticle::publish() in .../libraries/joomla/application/component/controlleradmin.php on line 172
When we click on the punt to make a article featured, this is the answer :
Fatal error: Call to undefined method ContentModelArticle::featured() in .../administrator/components/com_content/controllers/articles.php on line 81
When we click on any items of the select status, this is the answer :
Fatal error: Call to undefined method ContentModelArticle::featured() in .../administrator/components/com_content/controllers/articles.php on line 81
So what can we do to fix this ?
The problem is not the provider, is not the cache, ……
This is not the right. We try “articles.php” and “controlleradmin.php” with chmod 755, 777,… and nothing changes…This problems also appears in Firefox (7.0.1), Google Chrome 15.0.874, Internet Explorer 8.0.7601
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
November 3, 2011 at 7:26 pm #423122Hi
That’s interesting issue. I would love to play w/ it.
Would you mind allow me access your site for checking ? Or this bug also happened with Joomla 1.7.2 full pack from Joomla.org ?
Thank you
Viet Vu1 user says Thank You to jooservices for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 3, 2011 at 7:55 pm #423126Ok, I opened and updated the ticket : AVH-879-88116
Thank in advance for your help.
Here is the link about post in the joomla.org’s forum (but no answer) :
http://forum.joomla.org/viewtopic.php?f=622&t=670168
http://forum.joomla.org/viewtopic.php?f=624&t=670949dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 5, 2011 at 1:20 pm #423318Here is a temporary solution :
<blockquote>Hi
This error because
System – JA Tabs system jatabs Public 10004
I have just disabled it. And everything is working well.
But let’s me take look into this plugin to find out why does it happen.
Thank you
Viet Vu</blockquote>November 6, 2011 at 4:15 am #423393<em>@dieudonne 280700 wrote:</em><blockquote>Ok, I opened and updated the ticket : AVH-879-88116
Thank in advance for your help.
Here is the link about post in the joomla.org’s forum (but no answer) :
http://forum.joomla.org/viewtopic.php?f=622&t=670168
http://forum.joomla.org/viewtopic.php?f=624&t=670949</blockquote>Thanks for information……….
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 10, 2011 at 8:24 am #423965@hung Phung
Thank, but where is the new version ?
How can we do to reproduce this fix ??We need this for our new website (you fixed this on our test website)
Thank in advance.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
November 10, 2011 at 8:50 am #423969@dieudonne
Sorry, new version will release in a few days. You can fix this bug in jatabs.php
Find
[PHP]JModel::addIncludePath(JPATH_SITE.’/components/com_content/models’, ‘ContentModel’);[/PHP]
Change to
[PHP]$app = JFactory::getApplication();
if (!$app->isAdmin()){
JModel::addIncludePath(JPATH_SITE.’/components/com_content/models’, ‘ContentModel’);
}[/PHP]1 user says Thank You to HeR0 for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 10, 2011 at 8:54 am #423970Excellent.
Thank you very much for your help.Have a nice day.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 16, 2011 at 8:27 am #424854And the bug is fixed in the version 1.1.6.
Thank for this.AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 4 voices, and was last updated by dieudonne 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Fatal error : Call to undefined method ContentModelArticle
Viewing 11 posts - 1 through 11 (of 11 total)