PDA

View Full Version : JFusion with phpBB: Not Installed: Server Error


Spaatz
January 31st, 2010, 07:59
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.

Yao
January 31st, 2010, 13:33
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.

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

Spaatz
January 31st, 2010, 13:56
Hi Yao,

Thanks for the help.

When I click the link for http://www.ozelloshrimper.com/board/mobiquo/mobiquo.php, I am taken to http://www.ozelloshrimper.com/board/mobiquo/index.html and then redirected to the www.tapatalk.com site automatically. As best as I can tell, this is how it is supposed to work.

I don't know why the file is not accessible. I can see it just fine. Is the behavior I described the default behavior?

Spaatz
January 31st, 2010, 14:31
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?

winter
January 31st, 2010, 16:53
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=2611a30792244b2dae7bce06552d980 4; 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>

Spaatz
January 31st, 2010, 23:16
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.

Spaatz
February 1st, 2010, 01:19
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:
if (!defined('_JEXEC') && !defined('ADMIN_START') && $_GET['jfile'] != 'file.php')
Replace with if (!defined('_JEXEC') && !defined('ADMIN_START') && !defined('IN_MOBIQUO') &&
$_GET['jfile'] != 'file.php')Save the file.

Elglobo
February 4th, 2010, 06:08
It would be interesting to add this information to Knowledgebase, no ?

winter
February 4th, 2010, 08:48
it is already in the Knowledgebase, I have also updated the title to make it more obvious.

Thanks Spaatz!