If I set [X] GZIP Page Compression in Joomla, and JSMF in wrapped mode, Opera 9 displays only Gibberish dump of the compressed Page. After some investigations, I found out that the HTTP Header in wrapped Mode missing the "Content-Encoding: gzip" Line. All other Joomla Sites and SMF unwrapped contain this Header. FF and IE don't care the missing declaration and display the page uncomplaining
Ok, now the clou: If I change the User Agent in Opera to: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 All thinks works fine. wtf?!
Some idea anybody? JSMF 2.0.0.2 SMF 1.1.3 J! 1.0.13
My issue has stopped. Did you update your php.ini or only the smf.php files?
I´m update the php.ini bevor i read this topic and your post here. With the step 16 > 24 some posts more are available, step 24 > 32 brought some improvement too, but it never disappeared completely. Then I read your hint and chanced the smf.php too, but this has no effect for me.
Uhm. I would post a Link here, but it is not 100% reproducible. Iam afraid the Error only occours if the user is logged in? Would be logical, this are the only chances for 2.0.2.1 as far as i know.
If you have console to your server try this in the dir that you have your website files in: grep -lir "memory_limit" * In sms.class.php line 339 looks to be allocating memory for an array. Would have to study code to see what it is doing but double check your memory seetings for php.ini and smf.php
This Engine is my root Server, I configured it from ground on. Webserver and Php build from Source - I know where I have to search my php.ini
hmm. I dont know. Something is wrong. Until the 2.0.2.1 I'm run with memory_limit = 16M. First I tried 24, now I´m @ 32M and still:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 126895 bytes) in /home/xxx/components/com_smf/smf.class.php on line 339, referer: http://www.example.com/forum/board,1.0/
it´s looks like Board Threads/Posts with a lot of bbcode increase the memory usage drastical. bevor 2.0.2 this error never occurs
JSMF 2.0.0.2 in Wrapped Integration Mode breaks the Smiley Feature on SMF. No Posts are possible. (See Attach) There are some Smiley's with Attribute "Popup" on my Site. This is the generated Sourcecode without Bridge:
Code:
var smileyPopupWindow;
function moreSmileys() { var row, i;
if (smileyPopupWindow) smileyPopupWindow.close();
smileyPopupWindow = window.open("", "add_smileys", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=480,height=220,resizable=yes"); smileyPopupWindow.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html>'); smileyPopupWindow.document.write('\n\t<head>\n\t\t<title>Weitere Smileys</title>\n\t\t<link rel="stylesheet" type="text/css" href="http://www.internationaloldstars.de/board/Themes/default/style.css" />\n\t</head>'); smileyPopupWindow.document.write('\n\t<body style="margin: 1ex;">\n\t\t<table width="100%" cellpadding="5" cellspacing="0" border="0" class="tborder">\n\t\t\t<tr class="titlebg"><td align="left">Wählen Sie einen Smiley</td></tr>\n\t\t\t<tr class="windowbg"><td align="left">');
As you see, there is a Doctype, Head and Body Attribute for the new Popupwindow. The Bridge Feature "Merge all Head etc Tags" just cut all this Stuff out of the generated html:
Code:
<!-- begin Modul MainBody --> \n\t\t<table width="100%" cellpadding="5" cellspacing="0" border="0" class="tborder">\n\t\t\t<tr class="titlebg"><td align="left">Wählen Sie einen Smiley</td></tr>\n\t\t\t<tr class="windowbg"><td align="left">');
(This might have nothing to do with the discussbot [...]
yes.
Quote
Especially like this awesome forum autopopulate feature!
Yeah, is a nice Spambot I've got ~200 "New" [News]Threads in less than 24h, really funny. Also this confusion about posts like: [News]Happy Christmas 2004! or [News]Service Pack1 for WindowsXP Now available. He, the last 3 days i cant sleep while laughed all the time about Replys like "Is X-mas now in Jun?" funny, funny, funny...
more htaccess.txt ##### SOLVING PROBLEMS WITH COMPONENT URL's that don't work ##### # SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED # OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING # # In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line: # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes## # May need to be uncommented. If you are running your Joomla/Mambo from # a subdirectory the name of the subdirectory will need to be inserted into this# line. For example, if your Joomla/Mambo is in a subdirectory called '/test/',# change this: # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes## # to this: # RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes## # #####################################################
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 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
Yes. Everything looks fine, except it does not work. 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 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 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.
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