JFusion with phpBB: Not Installed: Server Error

Discussion in 'Hacks and Advanced Features' started by Spaatz, Jan 31, 2010.

  1. Spaatz New Member

    Hello,

    I have installed TapaTalk on my server at http://www.ozelloshrimper.com/board/

    I cannot validate the installation and get the "Not Installed: Server Error" every time I try to validate it. Any idea why this would be happening?

    It is a phpbb3 forum.
  2. Yao Android Developer

    Hi

    The http://www.ozelloshrimper.com/board/mobiquo/mobiquo.php must be accessable for the tapatalk.

    So far the url is unaccessable, can you check it?

    Btw: please make the all files under mobiquo folder as 755.

    Thanks,
    Yao
  3. Spaatz New Member

  4. Spaatz New Member

    Hello Again,

    I noticed an error log in the mobiquo folder. It was full of these entries: [31-Jan-2010 06:58:09] XML error: Invalid document end at line 1, column 1

    Does this help explain anything?
  5. winter Tapatalk Master

    It appears your site has JFusion integrated? We don't support JFusion but I remember one fellow in this board is indeed the developer behind the JFusion/phpbb/vbulletin bridge.

    Yao can you give this gentleman a pointer? So far the server response looks good but not getting the HTTP 200 OK response:

    HTTP/1.1 302 Moved Temporarily
    Date: Sun, 31 Jan 2010 09:50:50 GMT
    Server: Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7a DAV/2 mod_bwlimited/1.4
    X-Powered-By: PHP/5.2.11
    Mobiquo_is_login: false
    Vary: Accept-Charset
    Set-Cookie: ozelloshrimper_u=1; expires=Mon, 31-Jan-2011 09:50:50 GMT; path=/; domain=.ozelloshrimper.com; HttpOnly
    Set-Cookie: ozelloshrimper_k=; expires=Mon, 31-Jan-2011 09:50:50 GMT; path=/; domain=.ozelloshrimper.com; HttpOnly
    Set-Cookie: ozelloshrimper_sid=2611a30792244b2dae7bce06552d9804; expires=Mon, 31-Jan-2011 09:50:50 GMT; path=/; domain=.ozelloshrimper.com; HttpOnly
    Location: http://www.ozelloshrimper.com/index.php?option=com_jfusion&Itemid=88&jfile=mobiquo.php&
    Content-Length: 728
    Connection: close
    Content-Type: text/xml; charset=UTF-8

    <?xml version="1.0" encoding="UTF-8"?>
    <methodResponse>
    <params>
  6. Spaatz New Member

    Yeah, I use jFusion. Their forum uses tapatalk and I thought that was pretty cool so I decided to try it out.

    I am also using sh404sef. It is a plugin for joomla that creates SEF URLs.
  7. Spaatz New Member

    Thanks for the help Winter,

    I spoke with Alan over at jFusion and he told me where the issue lay.

    Here is the fix for anyone else looking for it in the future:

    Fixed! For anyone else:

    In the phpbb3 root directory, Open common.php

    Find:
    Code:
    if (!defined('_JEXEC') && !defined('ADMIN_START') && $_GET['jfile'] != 'file.php')
    
    Replace with
    Code:
    if (!defined('_JEXEC') && !defined('ADMIN_START') && !defined('IN_MOBIQUO') &&
    $_GET['jfile'] != 'file.php')
    Save the file.
  8. Elglobo Super Moderator

    It would be interesting to add this information to Knowledgebase, no ?
  9. winter Tapatalk Master

    it is already in the Knowledgebase, I have also updated the title to make it more obvious.

    Thanks Spaatz!

Share This Page