Home arrow Forum (SOLVED)Bridge not working
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 08, 2009, 01:37:54 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.0.x (Moderators: -Wolverine, kai920)
| | | |-+  (SOLVED)Bridge not working
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: (SOLVED)Bridge not working  (Read 3083 times)
kellerkind
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 20


View Profile
(SOLVED)Bridge not working
« on: January 10, 2006, 08:31:07 AM »

Hi.
SMF RC2 Joomla 1.0.5 Bridge 1.0.2a
Update smf from rc1 to rc2 + uninstall old Bridge (1.0.2) + install new Bridge 1.0.2a + all the things from: http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,1143.msg4998#msg4998

Result is a blank Page ( http://www.internationaloldstars.de/component/option,com_smf/Itemid,97/ )

I remove all other mods, deinstall recent topics, diskusbot [...] nothing works.

Any clue?  Cry
« Last Edit: January 11, 2006, 08:45:28 AM by -Wolverine » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Bridge not working
« Reply #1 on: January 10, 2006, 08:43:34 AM »

I would reinstall Joomla.  Does the backend work?
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
kellerkind
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 20


View Profile
Re: Bridge not working
« Reply #2 on: January 10, 2006, 10:25:27 AM »

Hi, Wolverine
Does the backend work?
Yes. Everything looks fine, except it does not work.  Cry
klick patch on Backend does realy patch the files, i controlled joomla index.php, smf index.php and subs-post.php all have some joomlahacks code inside  Cool
No errors in php or apache log, the itemid 97 is in mysql table menu linked to componentid 19, in table components id 19 is com_smf
I would reinstall Joomla. 
I have the index.php from the Joomla 1.0.5 Patch new copied, except this i found no files the Bridge would changes. After remove the old Bridge 1.0.2 i remove all entrys to smf in the menue and component tables befor patch again.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Bridge not working
« Reply #3 on: January 10, 2006, 10:29:26 AM »

Another person had a problem with showing a blank page and it turned out to be webhost related.  Search these forums for blank page and you will find the topic.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
kellerkind
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 20


View Profile
Re: Bridge not working
« Reply #4 on: January 11, 2006, 02:11:04 AM »

Quote
Another person had a problem with showing a blank page and it turned out to be webhost related.  Search these forums for blank page and you will find the topic.
Before update i used Joomla 1.0.5 / SMF RC1 /Bridge 1.02 (+discusbot + recent topic + smf login +sef Url +[...]) and all the stuff works fine. I love this bridge. So i dont think is some (web)server related. however, i search this board, and found:
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,1037.15
(blank white index.php Joomla 1.0.4 -Page after publish Forum Link) - no answer after "contact your hosting company and ask them to resolve the issue" - but i am the hosting company for myself  Undecided
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,1058.0
(Joomla SEF donīt work > blank white page at all components)
 <-not solved
 Cry
Logged
kellerkind
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 20


View Profile
Re: Bridge not working
« Reply #5 on: January 11, 2006, 05:30:29 AM »

[X]Solved
Error by st$p$d User
this is my smfs index.php
Code:
if (!defined('WIRELESS'))

//JOOMLAHACKS.COM
if (defined('_VALID_MOS')) {
$modSettings['integrate_login'] = 'integrateLogin';
$modSettings['integrate_redirect'] = 'integrateRedirect';
$modSettings['integrate_exit'] = 'integrateExit';
$modSettings['enableCompressedOutput'] = '0';
error_reporting(E_ALL ^ E_NOTICE);
}
if (!defined('WIRELESS'))
define('WIRELESS', isset($_REQUEST['wap']) || isset($_REQUEST['wap2']) || isset($_REQUEST['imode']));
I forget to remove the first if (!defined('WIRELESS'))  Roll Eyes
Dont update smf before first coffee!
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Bridge not working
« Reply #6 on: January 11, 2006, 08:45:02 AM »


Dont update smf before first coffee!

hahahahaha, sounds so much like me!  Glad you got it fixed!   Wink
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
vince
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: (SOLVED)Bridge not working
« Reply #7 on: May 02, 2006, 02:57:21 PM »

i have put that code in the index.php of SMF but now i have this error
Notice: Constant WIRELESS already defined in ....

(i inserted the code in the beggining of the page)
the problem is that if i erase one :

define('WIRELESS', isset($_REQUEST['wap']) || isset($_REQUEST['wap2']) || isset($_REQUEST['imode']));

it put a Blank page again :/
thks for help Wink
Logged
vince
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: (SOLVED)Bridge not working
« Reply #8 on: May 02, 2006, 03:01:54 PM »

in fact you only have to rplace :

// Determine if this is should be using WAP, WAP2, or imode.
define('WIRELESS', isset($_REQUEST['wap']) || isset($_REQUEST['wap2']) || isset($_REQUEST['imode']));

by the code provided Smiley
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login