mobiquo/mobiquo.php on unraid?


Recommended Posts

Hi mates

 

Since I've upgrade my box to 5.0-RC8a I'm getting thousands of errors in my syslog about enhttp can't find that script. As far as I know mobiquo.php is part of the tapatalk plugin.

 

Today my emhttp has stopped to work, because my main switch has dead. After just two minutes searching in the forum I've found how to restart emhttp without a reboot comand. And I have first check the processes running in my box. What's my surprise when I've found that emhttp is trying to run that script.

 

root@rivendel:/etc/rc.d# ps -ef | grep http  
root      4646     1  0 Nov25 ?        00:15:59 /usr/local/sbin/emhttp
root     16958 16202  0 01:56 pts/0    00:00:00 grep http
root     27069  4646  0 Nov28 ?        00:00:00 sh -c cd /usr/local/emhttp; /usr/bin/php -d magic_quotes_gpc=Off Settings/mobiquo/mobiquo.php '<?xml version="1.0"?><methodCall><methodName>get_inbox_stat</methodName><params></params></methodCall>'
root@rivendel:/etc/rc.d# ps -ef | egrep "4646|27069"
root      4646     1  0 Nov25 ?        00:15:59 /usr/local/sbin/emhttp
root     17670 16202  0 02:10 pts/0    00:00:00 egrep 4646|27069
root     27069  4646  0 Nov28 ?        00:00:00 sh -c cd /usr/local/emhttp; /usr/bin/php -d magic_quotes_gpc=Off Settings/mobiquo/mobiquo.php '<?xml version="1.0"?><methodCall><methodName>get_inbox_stat</methodName><params></params></methodCall>'
root     27070 27069  0 Nov28 ?        00:00:00 /usr/bin/php -d magic_quotes_gpc=Off Settings/mobiquo/mobiquo.php <?xml version="1.0"?><methodCall><methodName>get_inbox_stat</methodName><params></params></methodCall>
root@rivendel:/etc/rc.d# ps -ef | egrep "4646|27069|27070"
root      4646     1  0 Nov25 ?        00:15:59 /usr/local/sbin/emhttp
root     17711 16202  0 02:10 pts/0    00:00:00 egrep 4646|27069|27070
root     27069  4646  0 Nov28 ?        00:00:00 sh -c cd /usr/local/emhttp; /usr/bin/php -d magic_quotes_gpc=Off Settings/mobiquo/mobiquo.php '<?xml version="1.0"?><methodCall><methodName>get_inbox_stat</methodName><params></params></methodCall>'
root     27070 27069  0 Nov28 ?        00:00:00 /usr/bin/php -d magic_quotes_gpc=Off Settings/mobiquo/mobiquo.php <?xml version="1.0"?><methodCall><methodName>get_inbox_stat</methodName><params></params></methodCall>
root@rivendel:/etc/rc.d#

 

Why is this trying to start in my box? where can I disable it?

 

Thanks.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.