1
sailjapan
xoBile (XOOPS Mobile): troubleshooting

This is the place for those with problems using xoBile (XOOPS Mobile) module. Please continue your discussions here.

2
Dylian
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/1 15:26

  • Dylian

  • Friend of XOOPS

  • Posts: 237

  • Since: 2007/7/21


Nobody having problems? (Exept for Yurdal and LadyHacker?)
Please report all troubles you have even if they are very very small .

Greets Dylian.

BTW Yurdal send you a PM. And bumpeboy, did you fix it? Because you didn't react to my last comment...

3
Mazar
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/16 7:33

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I am having the same problem with the xobile 1.2 RTT maybe this is could be something worng with XOOPS installation but i even upgraded my installation with new version of XOOPS 2.4.2

the problem is invalid argument in use_simulator()
is anyone else having this problem?

4
Dylian
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/16 16:28

  • Dylian

  • Friend of XOOPS

  • Posts: 237

  • Since: 2007/7/21


I realy realy realy don't know what the problem is with you'r instalation. It's seems to me everyting should work right.

Could you replace this function (in class/core.php):
function loadheader() {
    
$this->use_simulator($this->template);
    
$this->set_css($this->template);
    
$this->use_link_brackets(false); 
    if(
$GLOBALS['plugin']['plugdir'] == "system"){
        
$xoBile_text = new HAW_text($this->sitename);
    }else{
        
$xoBile_text = new HAW_text($GLOBALS['plugin']['name']);
    }
    
$xoBile_text->set_css_class("toolbar");
    
$this->add_text($xoBile_text);
}


With:
function loadheader() {
    echo(
"Template: ".$this->template);
    exit;
}


And post the output here?

Greets Dylian.

BTW. Removed your section from the request forum on my website. (please report future problems in the bug section)

5
Mazar
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/17 9:34

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


It is printing now Template:

6
Dylian
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/18 23:16

  • Dylian

  • Friend of XOOPS

  • Posts: 237

  • Since: 2007/7/21


Very strange, is there someone els with this problem?

Tomorrow i'll post a patch file wich will hopfully work for you.

Greets Dylian.

7
Mazar
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/18 23:26

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


ok thanks a lot dylin will wait for the patch

8
Dylian
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/19 11:16

  • Dylian

  • Friend of XOOPS

  • Posts: 237

  • Since: 2007/7/21


I hope this works because i really don't know where the problem comes from. So the only thing i can do is guess.

You can find the patch here:
http://www.dylian.eu/downloads/xoops.modules.patches/xobile120-patch1/

Greets Dylian.

9
Mazar
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/19 22:46

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


HI, It dint work same error

10
Dylian
Re: xoBile (XOOPS Mobile): troubleshooting
  • 2009/12/20 0:37

  • Dylian

  • Friend of XOOPS

  • Posts: 237

  • Since: 2007/7/21


I really have no clue of what could be wrong... Is it still working on your other server?
If yes could you compare the configuration of the two servers and post the differences here?

Greets Dylian.

BTW WURFL Redirection doesn't work in xoBile 1.2 [RTT] because to check if WURFL is uploaded i used
if(file_exists(XOOPS_URL."/modules/wurfl/xoops_version.php"))

And this should be
if(file_exists(XOOPS_ROOT_PATH."/modules/wurfl/xoops_version.php"))
(See xobile/preloads/core.php)
Sorry for this stupid mistake if you want to use WURFL for mobile phone detection please replace this line yourself.

Login

Who's Online

203 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits