Skip to Content Skip to Menu

pagination doesnt work (1.6)

  • socialfan
  • socialfan
  • OFFLINE
  • Posts: 262
  • Thanks: 9
  • Karma: -1
15 years 8 months ago #88901 by socialfan
pagination doesnt work (1.6) was created by socialfan
Hello,

I seek some advice. Somehow the pagination doesn’t work for my Uddmei set-up.

It’s the same issue as described in this thread:
www.joomlapolis.com/component/option,com_joomlaboard/Itemid,27/func,view/id,16189/catid,25/

Where the absolute path is not included in the link. When I add it manually the pagination works.

Any one, any idea?

Thank you, regards,
SF

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 8 months ago #88903 by slabbi
Replied by slabbi on topic Re:pagination doesnt work (1.6)
???

uddeIM already uses the full path:

[code:1] if (!class_exists('uddeIMmosPageNav')) {
if (!class_exists('mosPageNav'))
include_once(uddeIMgetPath('absolute_path')."/includes/pageNavigation.php"«»);
class uddeIMmosPageNav extends mosPageNav {
function mosPageNav( $total, $limitstart, $limit ) {
parent::__construct($total, $limitstart, $limit);
}
}
}
[/code:1]

So it seems to be a problem a problem on your system only. Where have you add the path? Are you sure that you are running uddeIM 1.6? and not 0.6?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • socialfan
  • socialfan
  • OFFLINE
  • Posts: 262
  • Thanks: 9
  • Karma: -1
15 years 8 months ago #88904 by socialfan
Replied by socialfan on topic Re:pagination doesnt work (1.6)
Hello slabbi, thanks for support!

I use:
uddeIM 1.6/2009-02-01/stable

I cant find the code you cited in uddemi.php.

What I have on line 34 is:

[code:1]//require_once(uddeIMgetPath('absolute_path').'/includes/pageNavigation.php');
//if (!define( '_MOS_MAMBO_INCLUDED'))
//if (file_exists(uddeIMgetPath('absolute_path').'/includes/mambo.php'))
//require_once(uddeIMgetPath('absolute_path').'/includes/mambo.php');[/code:1]

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 8 months ago #88905 by slabbi
Replied by slabbi on topic Re:pagination doesnt work (1.6)
And what have you done?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • socialfan
  • socialfan
  • OFFLINE
  • Posts: 262
  • Thanks: 9
  • Karma: -1
15 years 8 months ago #88906 by socialfan
Replied by socialfan on topic Re:pagination doesnt work (1.6)
nothing I am aware of... I upgraded from:
1.4 -> 1.5 -> 1.6 each time a new version was released.

mhm... I use the component on a live site.

what do you suggest?
uninstall component and install again?
or patch uddemi.php?

thank you,
SF

Post edited by: socialfan, at: 2009/02/16 12:30

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 8 months ago #88908 by slabbi
Replied by slabbi on topic Re:pagination doesnt work (1.6)
You wrote:

"Where the absolute path is not included in the link. When I add it manually the pagination works."

Where have you add the absolute path?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum