Notify Issue

Started by gasg, June 10, 2006, 08:54:55 AM

Previous topic - Next topic

gasg

Hello, I'm using OpenSEF with SEO core enabled in Joomla and set it OFF in SMF, Bridge 1.1.14 and Joomla 1.0.9 (upgraded), SMF 1.1 RC2, the problem is when arrived a Notify email when a user reply to posts. the link dont work, it arrived like this: http://www.lottosqueeze.org/forums/http://www.lottosqueeze.org/index.php?topic=81.new/topicseen#new#new
Anybody know how to fix that?
Thanks

gasg

#1
EDIT:
I've solved in part  this problem adding this query:

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

anyway the url appear as http://www.lottosqueeze.org/component/option,com_smf/Itemid,26/topic,81.new/topicseen,topicseen"http://www.lottosqueeze.org/component/option,com_smf/Itemid,26/action,notify/topic,81.0/

It showing the second link  For unsubscribe from Notify in the first link and not separate with a notice that advert to Unsubscribe, sorry my english
Any ideas how to fix?

phil_roy

http://www.nzmac.com
NZMac.com - Supporting the New Zealand Mac community

Kindred

unless something has changed, the bridge will not work properly with OpenSEF or any other third party SEF utility...   it only works with the basic joomla SEF
Сл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."

phil_roy

Sorry, I should point out that I have open-sef activated but the forum area excluded from the component....just using standard Joomla sef.

Phil
http://www.nzmac.com
NZMac.com - Supporting the New Zealand Mac community

Kindred

that does not matter.   Just having OpenSEF installed will cause problems.
Сл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."

jocke4u

I have the same problem (doesn't have OpenSEF)
Regards
Joacim, Sweden
[ Joomla 1.0.11 -- Virtuemart 1.0.6 -- SMF 1.1 RC3 -- SMF Bridge 1.1.6 ]

phil_roy

Just disabled open-sef, tried and same error...so like jocke4u, I don't think open-sef is an issue.

Phil
http://www.nzmac.com
NZMac.com - Supporting the New Zealand Mac community

berginet


Kindred

I repeat... just having OpenSEF installed will cause problems.

Try uninstalling OpenSEF completely... not disabling it... UNINSTALL it.
Сл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."

phil_roy

Sorry but I don't understand the reason to do that. The bridge has been working with open-sef installed and smf exluded from it fine until the 1.0.9 joomla update and as you see, someone else who doesn't have open-sef installed at all, is reporting the same problem.

Phil
http://www.nzmac.com
NZMac.com - Supporting the New Zealand Mac community

phil_roy

OK, just completely uninstalled open-sef and changed the htaccess file back to what it should be for non 3rd party sef components. Ran a test and got exactly the same results...a badly formatted reply.

This is on top of (last night) completely deleting the Sources and default theme folders (to *really* make sure there were no hacked files in there) and uploading new ones...and also making the change to the main Joomla index.php file (with a text editor, not Dreamweaver) that Orstio asked me to make.

Not sure what else I can do?

I've now reinstalled and reactivated open-sef as (both on my uninstall and for jocke4u's non open-sef site) it doesn't appear to impact on the issue.

Phil
http://www.nzmac.com
NZMac.com - Supporting the New Zealand Mac community

Orstio

Can you give me FTP access to your site?

phil_roy

I have to confess to have never done something like that before (I assume I can via cPanel) and wonder what I need to give you access to? The whole site or the forum folder? Please don't be offended as I know you are most certainly trying to help, but will it mean that you can see config files with site passwords or database passwords etc in them? That makes me slightly uneasy....as I say, never done something like that before.

Phil
http://www.nzmac.com
NZMac.com - Supporting the New Zealand Mac community

gasg

Hello, I have uninstall OpenSeF and disable totally SEF core by Joomla, run the query that I have write on the first post and works fine now...

Orstio

QuoteHello, I have uninstall OpenSeF and disable totally SEF core by Joomla, run the query that I have write on the first post and works fine now...

Interesting.  :-\

jocke4u

There is several topics about this right now and maybe the moderators should lock some threads and pointed to one thread?!

I don't have the OpenSEF installed but still have the same problem. Before I applied the fix:
INSERT INTO smf_settings
   (variable, value)
VALUES ('disableQuotedPrintable', '1');

I didn't get URLs that where pointed to my wrapped forum, only having the direct path and therefore the URL conversion wasn't applied in integrate_outgoing_email(...) method since the URLs was not the same. After the patch above the if statement was ok with "strpos(...)" but later on it probably fails. On the original URLs the first have an # in it (ends with smf_11rc2/index.php?topic=2.new;topicseen#new )
I am not very good at regular expressions but chould the # char mess things up??

If I change the method signature of:
function integrate_outgoing_email($subject, &$message, $headers)to
function integrate_outgoing_email($subject, $message, $headers) meaning that the message are not affected ($message are value by copy not value by reference). This gives a correct message but the URLs are not adjusted to a bridged/wrapped format but goes directly to the forum.

So I suspect that the regular expression are somehow wrong and have to learn a bit more about it.

Any other idea?

UPDATE: Since I had to make some food while writing, "Masiello" puts some wood on my fire. Since regular expressions are only used if you are in Joomla SEF mode.

Regards
Joacim, Sweden
[ Joomla 1.0.11 -- Virtuemart 1.0.6 -- SMF 1.1 RC3 -- SMF Bridge 1.1.6 ]

Orstio

I can fix this problem.  However, in order to fix this problem, I need to see it in action, at each and every step.  In order to do that, I need FTP access to an environment in which it is happening, so that I can modify the file to help monitor what is happening.

Because it has not happened on any site on which I do have access, I will need access to one of the sites where it is happening in order to see what is happening and fix it.

jocke4u

Orstio, PM me your email and I can put you as administrator and you could use JoomlaXplorer (almost as FTP). Here you could change files and so. Would this be ok?

I have not set up any FTP server.
Regards
Joacim, Sweden
[ Joomla 1.0.11 -- Virtuemart 1.0.6 -- SMF 1.1 RC3 -- SMF Bridge 1.1.6 ]


Advertisement: