Home arrow Forum blank white index.php Joomla 1.0.4 -Page after publish Forum Link
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 05:39:41 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)
| | | |-+  blank white index.php Joomla 1.0.4 -Page after publish Forum Link
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] Go Down Print
Author Topic: blank white index.php Joomla 1.0.4 -Page after publish Forum Link  (Read 5649 times)
Sven0
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 16


View Profile
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #15 on: December 05, 2005, 04:56:01 PM »

ok thank you in advance...
Logged
Sven0
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 16


View Profile
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #16 on: December 06, 2005, 07:21:47 AM »

I found now a new error in the 1.0.2a bridge, maybe a new hint to find the blank page error.

If i patch SMF index.php and Sources/Subs-Post.php file the registration and the "forgot password" emails include a wrong activation link without the path, means the link is displayed as:

action=activate;u=4530;code=c16339ea17

instead of

http://www.yourdomain.com/forum/......action=activate;u=4530;code=c16339ea17

I THINK THIS IS THE MAIN ERROR THAT CAUSE THE PROBLEM!!!
WHAT I HAVE TO DO TO SOLVE THIS?

Means in this Sources/Subs-Post.php code:

//JOOMLAHACKS.COM : fix links
   global $mosurl;
   $message = str_replace($scripturl."?", $mosurl, $message);

is the $scripturl."?" completly empty in the emails...
only $mosurl will be displayed in the emails...

If i unpatch SMF index.php and Sources/Subs-Post.php the links in the emails will be send out correctly again....
« Last Edit: December 06, 2005, 08:26:53 AM by Sven0 » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #17 on: December 06, 2005, 09:33:50 AM »

post what is contained in administrator/components/com_smf/config.smf.php
Logged

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

Karma: +0/-0
Offline Offline

Posts: 16


View Profile
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #18 on: December 06, 2005, 09:52:45 AM »

Code:
<?php
global $smf_path$smf_redirect$smf_prefix$mos_prefix$wrapped$hideemail$cbprofile$registration_module$mosurl;
$smf_path "/usr/local/vhosts/www.rapz.de/httpd/htdocs/forum";
$smf_redirect 0;
$mos_prefix "jos_";
$smf_prefix "smf_";
$wrapped true;
$hideemail 1;
$cbprofile 0;
$registration_module "mambo";
$mosurl "http://www.rapz.de/index.php?option=com_smf&amp;Itemid=187&amp;";
?>
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #19 on: December 06, 2005, 10:29:03 AM »

I am sorry but I just don't have an answer for you.  Everything in Joomla and SMF and the bridge is designed to produce error messages but your blank screen has nothing, not even hrml headers are being produced.  You might try turning off SEF links, maybe your webserver is having some problem with that. 
Logged

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

Karma: +0/-0
Offline Offline

Posts: 16


View Profile
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #20 on: December 06, 2005, 02:13:48 PM »

i already tried to turn off SEF, but the same error appears...

can it be that the PHP version is too old?
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #21 on: December 06, 2005, 02:43:58 PM »

that is something your web server error log would tell you.  If you are still not seeing an error log then contact your hosting company and ask them to resolve the issue.  Once you are receiving error messages again I think we can determine what the issue is based on that.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #22 on: February 12, 2006, 11:40:54 PM »

did anyone ever figure this out?  I have the same problem...lucky me.  I'm not using SEF url's.  I just get a blank section in my site when i click on the SMF Forum menu item.  No errors, no nothing.  Just blank.

My site prototype is at www.liveinalpharetta.com/neighbors it that helps.

Thanks for any words of wisdom, because i can't use the bridge if all i get is a blank screen.

thx, k.
Logged
tim
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #23 on: June 12, 2006, 09:48:34 PM »

I just had the blank page problem with the Mambo index.php. The solution to my is to set the GZIP to OFF in the global configuration in Mambo! Hope it works for your guys!

Cheers!
Logged
jesus
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 3


View Profile
Re: blank white index.php Joomla 1.0.4 -Page after publish Forum Link
« Reply #24 on: August 25, 2006, 04:14:20 AM »

hi.

i have the same error. a white page

it happens after in the Joomla-SMF Forum Configuration
i Patched Joomla Source Files.

if i un-patch every think is correct  but when i try tu use my profile link i get Hacking attempt error.

well i have other test site in the same server, it is just in other folder well there everythink is ok i don't get the white page error, so i thought it was the template i did, but i installed it in the test file and it works perfectly.


so i don't know what the option patch Joomla Source Files is doing to the index.php file.

i am using:
Joomla 1.0.10 stable
CB 1.0.1
Joomla-SMF Integration version is 1.1.4.2

that in both site.

 Roll Eyes Roll Eyes



Logged
Pages: 1 [2] 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