Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Topic started by: eski009 on November 04, 2005, 02:24:20 PM

Title: Your session timed out while posting. Please try to re-submit your message
Post by: eski009 on November 04, 2005, 02:24:20 PM
I am knew to SMF, I have just transferred from phpBB on a PHPNuke CMS.
I am now using Mambo in conjunction with SMF and I am very happy... except that the following is happening whenever post, or create anything.

I also get a session timeout error if I try and update any of the configuration settings.  :(

Quote
The following error or errors occurred while posting this message:
Your session timed out while posting. Please try to re-submit your message.
No subject was filled in.
The message body was left empty.

Any ideas?
the website is http://www.depositbonus.co.uk/forum

Also, when I try and put a username in is doesn't let you...
It just comes up with
QuoteYou should fill in a username.
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Elmacik on November 04, 2005, 04:23:34 PM
If you had looked around a bit, you would have found a subject just the same as yours.
here: Your session timed out while posting. Please try to re-submit your message (http://www.simplemachines.org/community/index.php?topic=54315.0;topicseen)
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: eski009 on November 04, 2005, 04:27:57 PM
I know, but that topic was marked as solved and is also old.

My problem cannot be solved like the previous user as I have tried changing themes with no luck.

Thanks,
Anthony
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Kindred on November 04, 2005, 05:15:27 PM
1- You are using the joomlahacks version of the bridge, which is not really supported here.

2- Did you try changing to a theme specifically designed for 1.1 RC1?

3- it might have something to do with the fcat that you are trying to access your forum outside of the mambo-bridge...
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: eski009 on November 04, 2005, 05:22:26 PM
Hi,
Thanks for the quick response.

The only reason I am using the Joomlahacks version is that it includes a Joomla/SMF user synchronisation script which I needed.
Is there another bridge which will sync my joomla database?

I am very excited about getting this Joomla/SMF site up and running and I am also planning on migrating 5 of my other sites so I'm here to stay!

In my forum error log I am also getting the following error...

Quote
Administrator       Today at 07:19:15 PM

e0b8b47de94c46170a3e97f888b3b9af

http://www.depositbonus.co.uk/forum/index.php?option=com_smf&Itemid=29&action=post&board=1.0

8: Undefined index: task
File: /var/www/vhosts/depositbonus.co.uk/httpdocs/components/com_smf/smf.php
Line: 120
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: LadyLarke on November 11, 2005, 01:43:07 PM
I too am having the same issue. Every time trying to add posts via the wrapped joomla forum. If I access the forum outside of the joomla wrapper it works fine. So ok.. but that's not the point of having SMF integrated with joomla.

Any help would be appreciated. As far as I know I'm using a default theme which I would assume is current.
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: chadness on November 11, 2005, 03:20:30 PM
Quote from: eski009 on November 04, 2005, 05:22:26 PM
Quote
Administrator       Today at 07:19:15 PM

e0b8b47de94c46170a3e97f888b3b9af

http://www.depositbonus.co.uk/forum/index.php?option=com_smf&Itemid=29&action=post&board=1.0

8: Undefined index: task
File: /var/www/vhosts/depositbonus.co.uk/httpdocs/components/com_smf/smf.php
Line: 120
That's exactly the error I saw over and over when I was running SMF 1.1 RC1 with an older theme for it.
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Darren996 on January 25, 2006, 08:33:07 PM
Hi,

I am having this same problem.  I am running Joomla 1.0.7, SMF 1.1 RC2 and Bridge Mambo, Joomla SMF 1.1.2 with the default out of the box themes.  Any ideas?

Thanks,
Darren
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Orstio on January 25, 2006, 08:37:10 PM
Did you add the code from the readme.html into the head of your Joomla template?

Do you have a URL?
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Darren996 on January 27, 2006, 09:01:44 AM
I double checked the template code.

Here's a link, Llama Council (http://www.llamacouncil.org/).  It's a spoof site.  I promise I won't spam you.  Thanks for any help.

I have another board with the same configuration and it works fine.  I am looking at the differences:

The non-working board had users ported.
The non-working board had Joomlaboard on it.  No port, just removed.
The non-working board is running php5, working board is php4.
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Orstio on January 27, 2006, 05:43:21 PM
Your Joomla template has two xml statements, two doctype declarations, and two head tags.  This can cause some issues.
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Darren996 on January 27, 2006, 08:54:23 PM
Yes.  Doesn't cause any issues at greatersedona.com.  I will rectify the double tags when I get the time.   

I'm not blaming anybody.  I just don't know what it is.  I think it's something not intuitive  :)
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Darren996 on January 30, 2006, 02:54:59 PM
Hi Orstio,

I got rid of one set of xml, doctype, html, head, body tags.  I even modified the SMF theme to not drop html, head and body tags when wrapped.  I still have the same problem, "Your session timed out while posting. Please try to re-submit your message. "

Any ideas?

Thanks,
Darren
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Darren996 on January 30, 2006, 06:05:41 PM
Hi Orstio!

I finally figured it out.  When I set my domain to use PHP4 the session timeouts and verification failures went away.  Maybe my php.ini settings are different between php5 and php4?

Darren

Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Darren996 on February 02, 2006, 12:54:18 PM
Does anybody have this bridge running under PHP5?
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: chuotmay on January 05, 2007, 08:49:52 PM
oh my god... my problem is the same. hosting php5. smf tell me
"The following error or errors occurred while posting this message:
Your session timed out while posting. Please try to re-submit your message.
No subject was filled in.
The message body was left empty"
when I completed my post.
any ways else ?
:(
Title: Re: Your session timed out while posting. Please try to re-submit your message
Post by: Orstio on January 06, 2007, 07:31:49 AM
http://www.simplemachines.org/community/index.php?topic=63187.msg803472#msg803472