User tests: Successful: Unsuccessful:
Server reporting function under Global Config says:
Fatal error: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "JCategoryNode" of the object you are trying to operate on was loaded before unserialize() gets called or provide a __autoload() function to load the class definition in /home/public_html/modules/mod_articles_categories/mod_articles_categories.php on line 29
and here is line 29's code says:
Code:
24 . $list = JModuleHelper::moduleCache($module, $params, $cacheparams);
25.
26. if (!empty($list))
27. {
28. $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));
29. $startLevel = reset($list)->getParent()->level;
30. require JModuleHelper::getLayoutPath('mod_articles_categories', $params- >get('layout', 'default'));
31. }
Create and publish only one module type articles categories will make menu single contact blank.
Create and publish more than one module type article categories (using different categories): blank menu single contact and all modules this type display only one category.
Status | New | ⇒ | Pending |
Labels |
Removed:
?
|
Category | ⇒ | Modules |
It solved my problem
Thanks
Torsten.E
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
To test, cache has to be ON.
This solves the issue with a contact, as we get the error
! ) Fatal error: main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "JCategoryNode" of the object you are trying to operate on was loaded before unserialize() gets called or provide a __autoload() function to load the class definition in /Applications/MAMP/htdocs/trunkgitnew/modules/mod_articles_categories/mod_articles_categories.php on line 29
But it does not solve the issue of displaying 2 modules, each supposed to display different categories.
Issue solved. merging. thanks.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-09-25 07:52:42 |
@test
successfully tested
I'm not commen with github, but this solved the prob! Thanx!