
Bug: expPaginator causes warnings when 2 paged modules are on same page and you click to sort a column
Reported by dleffler | August 3rd, 2011 @ 08:34 PM | in 2.0.1 (closed)
I have a news module in the retro themed sidebar using the headline view. When I edit users or groups, or anything with a paged table, and then click to sort on a column I receive lots of warnings at the top of the news module. There are many of them, I'd guess one for every news item in the module (more than displayed) Here's a sample:
( ! ) Notice: Undefined property: news::$description in
C:\xampp\htdocs\exp2\framework\core\subsystems\expPaginator.php on
line 516 Call Stack
Time Memory Function Location
1 0.0378 364192 {main}( ) ..\index.php:0
2 2.9957 13921032 include_once(
'C:\xampp\htdocs\exp2\themes\retrotheme\index.php' )
..\index.php:95
3 3.0541 14505104 expTheme::module( ??? ) ..\index.php:29
4 3.0541 14505400 expTheme::showModule( ???, ???, ???, ???, ???,
???, ???, ??? ) ..\expTheme.php:77
5 3.0547 14506288 call_user_func ( ???, ???, ???, ??? )
..\expTheme.php:622
6 3.0547 14506312 containermodule::show( ???, ???, ??? )
..\expTheme.php:622
7 3.1054 14932144 renderAction( ??? ) ..\class.php:139
8 3.1102 14934008 newsController->showall( )
..\expFramework.php:123
9 3.1353 15187992 expPaginator->__construct( ??? )
..\newsController.php:85
10 3.1354 15190432 usort ( ???, ??? ) ..\expPaginator.php:162
11 3.1354 15190528 expPaginator->asc( ???, ??? )
..\expPaginator.php:162
Comments and changes to this ticket
-
dleffler September 24th, 2011 @ 09:07 PM
- Title changed from expPaginator causes warnings when 2 paged modules are on same page and you click to sort a column to Bug: expPaginator causes warnings when 2 paged modules are on same page and you click to sort a column
-
dleffler September 30th, 2011 @ 12:01 PM
- State changed from new to resolved
- Milestone set to 2.0.1
- Assigned user set to dleffler
- Milestone order changed from 87 to 0
Appears this intermitent issue was caused by a syntax problem in the uniqueid plugin
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS