Skip to Content Skip to Menu

conflict between mod_uddeim13 and another mod

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 2 weeks ago #73327 by slabbi
You see it
- in the status bar of the browser
- in the page source

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

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

  • bab2on
  • bab2on
  • OFFLINE
  • Posts: 25
  • Thanks: 0
  • Karma: 0
16 years 2 weeks ago #73355 by bab2on
So the itemid is 97.

so no problem it seems ...

for try I put it on "overwrite Id" of uddeIM but with no positive result

always a blank page. :(

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 2 weeks ago #73463 by slabbi

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

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

  • bab2on
  • bab2on
  • OFFLINE
  • Posts: 25
  • Thanks: 0
  • Karma: 0
16 years 2 weeks ago #73474 by bab2on
slabbi wrote:

You can do following:

In line 71 uddeim.php add two lines after

[code:1]$Itemid = uddeIMmosGetParam( $_REQUEST, 'Itemid');
if (!$Itemid || !isset($Itemid) || empty( $Itemid )) {
$Itemid = uddeIMgetItemid($config);
}
[/code:1]

so it looks like

[code:1]$Itemid = uddeIMmosGetParam( $_REQUEST, 'Itemid');
if (!$Itemid || !isset($Itemid) || empty( $Itemid )) {
$Itemid = uddeIMgetItemid($config);
}
if ($config->overwriteitemid)
$Itemid = (int)$config->useitemid;
[/code:1]

This overwrites also the Itemid when the caller uses a wrong Itemid. I do not know if index.php filters this, so it might have no effect but you can give it a try.

It does not fix the problem but may fixes the symptoms.




same wrong result :(

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 2 weeks ago #73475 by slabbi
Ok, so I have no solution for your problem.

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

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

  • bab2on
  • bab2on
  • OFFLINE
  • Posts: 25
  • Thanks: 0
  • Karma: 0
16 years 1 week ago #73483 by bab2on
:dry:

if i can help i replace file by file in mod_uddeim between the version 1.2 and 1.3 and the only file who make the blanke page it's mod_uddeim.php

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum