1.1.4 Bridge Errors (very creative title:p)

Started by oSa, April 27, 2006, 10:21:19 AM

Previous topic - Next topic

oSa

I've made a clean install of joomla 1.0.8 and smf 1.1rc2. Then i installed bridge 1.1.4 but my forum error log is full of these errors:

http://localhost/index.php?option=com_smf&Itemid=2&option=com_smf&Itemid=2&action=post2
2: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\includes\phpInputFilter\class.inputfilter.php:315)
Dosya: c:\program files\easyphp1-8\www\forum\Sources\Subs.php
Satır: 2598

http://localhost/index.php?option=com_smf&Itemid=2&option=com_smf&Itemid=2&action=post2
2: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\easyphp1-8\www\includes\phpInputFilter\class.inputfilter.php:315)
c:\program files\easyphp1-8\www\forum\Sources\Load.php
1828

Also ajax edit doesn't work with the bridge !?

Orstio

Did you put the code from the readme.html into your Joomla template?

oSa

No, because it says "These changes are not required for Joomla".

I don't know why but there aren't such problems with Joomla 1.0.7, they only occur in the version 1.0.8.


Orstio

QuoteNo, because it says "These changes are not required for Joomla".

Good to see.  :)

And the SMF_Header_include bot is published?

oSa


Orstio

I'm afraid I would need to see this live to be able to do anything with it.  :(

oSa

#6
Unfortunately this was on local. Since it generated some errors i couldn't dare to install it (joomla 1.0.8 ) to my website. I think i'll stick with 1.0.7 for some time  :-[

Edit: Now i tried to install bridge 1.1.4 to my live site, and on the main page i get these errors:

Warning: Cannot modify header information - headers already sent by (output started at http://www.osa.buildtolearn.net/forum/SSI.php:1) in /home/b2l1359/public_html/index.php on line 224


Edit2: The cause of the above error was wrong forum directory (i had written the url not the directory :) ). So i solved this problem, but the real problem is that when the SEF is enabled in Joomla the forum urls are like this:

http://www.osa.buildtolearn.net/lang,tr?option=com_smf&Itemid=38&board=1.0

This same configuration on my local server results:

http://localhost/component/option,com_smf/Itemid,2/topic,1.0/lang,tr

So in live site i get "page not found errors" .

-----------------

I can provide you an administrator account to see yourself and i'd be glad if you could help.

Orstio

I can't make any guarantees that the bridge will work with TinyPortal.

However, your URL looks to me like a UTF-8 issue.

Can you go to PhpMyAdmin, and run this query in your SMF database?

INSERT INTO smf_settings
   (variable, value)
VALUES ('disableQuotedPrintable', '1');

Advertisement: