SM2 Extensions | Joomla! | Custom Development | Brisbane | Australia


SM2 Extensions  


SM2 emai marketing module - time out error - 2008/06/01 14:40 Hi guys,
Everything was going so well with your component (even with the ioncube issue, but I sorted that.) I can compose messages, build the template and then send the messages. My problem lies with the frontend module Sign up. After entering Name and email addres I click on Submit but it sends me to a page with the message E_SESSION_TIMEOUT
I'm stumped as to what the problem could be.

It's joomla 1.5.3 on php5 with the sm2emailmarketing component version 1.0.8.2.
If it helps you can view the site here

http://lost.inandaround.co.uk

Any help would be appreciated
  | | The administrator has disabled public write access.
Re:SM2 email marketing module - time out error - 2008/06/10 17:00 Solved: Tony mailed me from the ticket I posted to their support.
Should anyone else suffer this problem here's the answer

We have done some more checking and have found that the Joomla! 1.5 legacy spoof checking code has a bug in it whereby it does not check the correct spoof value.

If you wish to fix the problem for yourself you have 2 options

1. Turn off Spoof Checking in SM2 Email Marketing.
2. modify the following file.
plugins/system/legacy/functions.php
On or about line 791 you should see
$hash = josSpoofValue();
replace it with
$hash = josSpoofValue($alternate);

Joomla! developers have been made aware of this issue and they will fix it in a later version.

Hope this helps
Tony
  | | The administrator has disabled public write access.