Discussbot version 4.1 final (released 11-28-05)

Started by chadness, November 29, 2005, 01:32:16 AM

Previous topic - Next topic

Mongoose

Quote from: chadness on March 23, 2006, 04:55:26 PM
Quote from: Benson on March 23, 2006, 06:34:36 AM
When i click onto a Discuss-Link, i get an error:
The requested URL /portal/http://www.mydomain.com/portal/index.php was not found on this server.

The url in the addressbar of my browser looks like this after klicking on the discuss-link:
http://www.mydomain.com/portal/http://www.mydomain.com/portal/index.php?option=com_smf&Itemid=43

I'm using SMF 1.1rc2, Joomla 1.0.8 (with fix mentioned some posts above).

cheers,
Benson
Very strange.  What is $mosConfig_live_site in your configuration.php file set for?  Does it have the http:// in front of it?

Are you running with SEF on or off?

$mosConfig_live_site = 'http://operafan.net';

SEF enabled

chadness

That's very strange.  Why would it be adding the /portal/ to the end of that, if you have your site listed without it?  Do you know where that might be coming from?

Also, could you please try turning SEF off to see if it still happens?

Benson

Yes i already solved my problem with turning off SEF - seems like the new htaccess in joomla 1.0.8 is causing many problems. I tested it with the htaccess from 1.0.7 and with this older version it's working.

cheers,
Benson

Mongoose

Quote from: chadness on March 24, 2006, 04:00:12 PM
That's very strange.  Why would it be adding the /portal/ to the end of that, if you have your site listed without it?  Do you know where that might be coming from?
Benson`s site URL contains /portal/ , not mine.

QuoteAlso, could you please try turning SEF off to see if it still happens?
All became fine, but I need SEF enabled.

Benson

Just found out that if i define a default Baord, it does set a link on every content item - i only need the discussion-links for my news-category. Can i define this anywhere or do i really have to call {mos_smf_discuss:News} everytime i need it?

silentz

#165
OK, I'm getting the following error:

Warning: main(): open_basedir restriction in effect. File(/SSI.php) is not within the allowed path(s):
(/home/{username}:/usr/lib/php:/usr/local/lib/php:/tmp) in
/home/{username}/public_html/{joomladir}/mambots/content/smf.discussbot.php on line 32


With J! 1.08
SMF 1.1 RC2
Bridge 1.13 (shiny and new :) )

My path to SMF in the bridge seems to be correct (it works!), yet it doesn't seem to be being added to the discussbot path (thus the basedir error I'm guessing).

Any ideas?
(Currently): Joomla 1.0.12 | SMF 1.1 Final | Bridge 1.16 | Life .31 Alpha
"Am I really the only one to ever wonder what a Wookie would look like shaved?"

Kindred

no... it is likely that the discussbot will NOT work with 1.1.3 of the bridge. The bridge config file that it is looking for to find the variable values no longer exists...

I am in the process of updating the release dversions of mods and bots to properly use the new setup for the bridge.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

robbievk



Benson

Any news about a version which will be compatible with Orstio's new bridge???

chadness

I hope to be able to work on this over the next couple of weeks.

LazyBum

anyone know why my site's page goes blank after i put in the discuss bot code in the template? It won't even load...im pretty sure i put it in right. i put:
Quote<?php ob_start('output');$buffer = ob_get_contents();ob_end_clean();$buffer = str_replace('<input type="hidden" name="sc" value="" />','<input type=hidden name="sc" value="'.$sc.'">', $buffer);echo $buffer;?>
right after my </html>

kac

#172
The problems some of you are seeing where your site links are broken (example: http://www.mysite.com/http://www.mysite.com/component/option,com_smf/Itemid,43/) is a known problem in joomla v1.0.8 that also effected mailto links.  It has been fixed for version 1.0.9.

There is a temporary fix found here:
http://forum.joomla.org/index.php?topic=41377.0

I have a problem too though.  If I publish this bot, my whole site scrambles.  I have three colums (left, user, right).  When this bot is published, everything from the left and right colums shows up under the user colum.

I've read a ton of posts trying to figure out why.

I'm using joomla v1.0.8 with SEF on (I tried off but no help)
Joomla-SMF bridge v1.1.02 (joomlahacks)

Any help would be appreciated.

xenovanis

Quote from: Benson on April 12, 2006, 04:45:05 PM
Any news about a version which will be compatible with Orstio's new bridge???

Actually, it works with 1.1.3 and SMF 1.1RC2. However, it doesn't work with Joomla 1.0.8.
"Insanity: doing the same thing over and over again and expecting different results."

meadwench

Sounds like a great mod, Chadness. However, when I click the download link, I get:
'Your session was not validated and anti-leach measures are in effect. ' Clicking the main Repository link gives me the same error.

Anywhere else I can get it? I'm running Orstio's shiny new 1.1.3 and Joomla 1.07.
Vicky Rowe
Health and Weight Loss Coach
http://www.hcgloss.com
SMF 2.0 RC3, Joomla 1.5.8

zimv20

#175
Quote from: Kindred on April 03, 2006, 05:52:21 PM
no... it is likely that the discussbot will NOT work with 1.1.3 of the bridge. The bridge config file that it is looking for to find the variable values no longer exists...
i managed to get it to work by hacking smf.discussbot.php. i commented out line 32:
/* require_once ($smf_path."/SSI.php"); */

my configuration:
- Mambo v4.5.3h
- SMF 1.1 RC2
- SMF/Mambo Bridge 1.1.4
- Mambo template Blue 247 Shock v453 (fwiw)

edit: i also had to comment out lines 332 and 333, as parse_bbc() was unknown:

/*
if ($discuss_parse_bbc == 1)
    $postmessage = parse_bbc($postmessage);
*/


if i'm missing the bigger picture here, someone please let me know.

Benson

That doesn't work, if you use e.g. the latest post module it will display errors after those changes - and at all, commenting out the line with SSI.php isn't a good idea...  ;)

chadness

Quote from: meadwench on April 21, 2006, 11:46:33 AM
Sounds like a great mod, Chadness. However, when I click the download link, I get:
'Your session was not validated and anti-leach measures are in effect. ' Clicking the main Repository link gives me the same error.

Anywhere else I can get it? I'm running Orstio's shiny new 1.1.3 and Joomla 1.07.
I just tested it and it's working fine.  Try again?

chadness

Quote from: zimv20 on April 25, 2006, 03:33:47 AM
Quote from: Kindred on April 03, 2006, 05:52:21 PM
no... it is likely that the discussbot will NOT work with 1.1.3 of the bridge. The bridge config file that it is looking for to find the variable values no longer exists...
i managed to get it to work by hacking smf.discussbot.php. i commented out line 32:
/* require_once ($smf_path."/SSI.php"); */

my configuration:
- Mambo v4.5.3h
- SMF 1.1 RC2
- SMF/Mambo Bridge 1.1.4
- Mambo template Blue 247 Shock v453 (fwiw)

edit: i also had to comment out lines 332 and 333, as parse_bbc() was unknown:

/*
if ($discuss_parse_bbc == 1)
    $postmessage = parse_bbc($postmessage);
*/


if i'm missing the bigger picture here, someone please let me know.

Essentially what you are doing is making it like the Beta 5 version.  You can just install beta 5 if you are having layout problems.  It should only be an issue with people running other SMF mods such as recent topics.

Benson

*bump*

still missing this mod since my update to the latest bridge... if you don't have the time to fix it, could you at least lead us what to change or look for to make this mod working again?

cheers,
Benson

Advertisement: