"Send" button don't work

Hi,

 

I have this french language file but the "Send" button don't work, when I want send a mail into my site.

 

I have try a lot of think but nothing work.

 

Show attachment.

lang_fr.php · 342.1K · 281 downloads
/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 17 Feb 2011

What do you mean send to email in my site?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 Feb 2011

Send a message on an other members in my site.

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 17 Feb 2011

When I want write a message and send to a member.

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 17 Feb 2011

 

When I want write a message and send to a member.

There maybe some JS troubles. Provide me with your site url here

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 18 Feb 2011

Ok thank you Sasha :)

 

This is my site : www.themuslimclub.com

Login : testtest

PW : testtest

 

 

When you are log on, chose the french language and clic on a member to send a message. You will see.

 

Thanks

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 18 Feb 2011

up

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 18 Feb 2011

Nobody ? ^^

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 19 Feb 2011

up

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 20 Feb 2011

 

Hi,

 

I have this french language file but the "Send" button don't work, when I want send a mail into my site.

 

I have try a lot of think but nothing work.

 

Show attachment.

 

And I have see a second problem with the french language only. > The Shoutbox on the home dont work.

 

Its work for all language but no with french :s

 

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 20 Feb 2011

The "cancel" button on the write a message on a member page dont work to.

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 20 Feb 2011

 

The "cancel" button on the write a message on a member page dont work to.

I don't see French in your languages list!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 21 Feb 2011

Ah sorry I have delete this for test a thing.

 

It's done the french is import.

 

Thanks.

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 21 Feb 2011

You can test it now with ;

 

Account : testtest

PW : testtest

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 22 Feb 2011

 

You can test it now with ;

 

Account : testtest

PW : testtest

Hello follow these steps:

1. Open the : modules/boonex/simple_messenger/BxSimpleMessengerModule.php

find these code lines:

$sEmptyMessage = _t('_simple_messenger_empty_message');
$sWaitMessage  = _t('_simple_messenger_wait');

and replace with :

$sEmptyMessage = bx_js_string( _t('_simple_messenger_empty_message') );
$sWaitMessage  = bx_js_string( _t('_simple_messenger_wait') );

 

2. Open the : templates/base/scripts/BxBaseMailbox.php

find these code lines :

 

$aLanguageKeys = array
(
'information'   => ( $iMessageID ) ? _t( '_Reply' ) : _t( '_COMPOSE_H1' ),
'cancel'        => _t( '_Cancel' ),
'send'          => _t( '_Send' ),
'send_copy'     => _t( '_Send copy to personal email', $aRecipientInfo['NickName'] ),
'send_copy_my'  => _t( '_Send copy to my personal email' ),
'notify'        => _t( '_Notify by e-mail', $aRecipientInfo['NickName'] ),
'error_message' => _t( '_please_fill_next_fields_first' ),
);

 

and replace with :

$aLanguageKeys = array
(
'information'   => ( $iMessageID ) ? _t( '_Reply' ) : _t( '_COMPOSE_H1' ),
'cancel'        => bx_js_string( _t('_Cancel') ),
'send'          => bx_js_string( _t('_Send') ),
'send_copy'     => _t( '_Send copy to personal email', $aRecipientInfo['NickName'] ),
'send_copy_my'  => _t( '_Send copy to my personal email' ),
'notify'        => _t( '_Notify by e-mail', $aRecipientInfo['NickName'] ),
'error_message' => bx_js_string( _t('_please_fill_next_fields_first') ),
);

Ticket was added! : http://www.boonex.com/trac/dolphin/ticket/2419

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 23 Feb 2011

Thanks but it have change nothing.

 

"Send" dont work always, and Shoutbox to.

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 23 Feb 2011

 

Thanks but it have change nothing.

 

"Send" dont work always, and Shoutbox to.

Clear all caches (browser and site's caches) and try again!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 24 Feb 2011

I have do this.

 

I have do all what you said me, but dont work.

 

Try it on my site please.

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 24 Feb 2011

 

I have do this.

 

I have do all what you said me, but dont work.

 

Try it on my site please.

Ok create a ticket on support page than!

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 25 Feb 2011

i have the same problem and I dont know how to fix it... Any help ?

Quote · 5 Aug 2011

yes, I have the same issue with the "reply" message "send".... you can click it but it does not send nor give an error message.

 

The coding you have above is already in 7.0.6 and on a reply message the send is not functioning for me...

 

any other ideas where we could look?

 

thanks,

Quote · 5 Sep 2011

I have a certain few people on my site who have the same problem when the try to send mail. They hit the send button, and nothing happens. What is causing this? I have one member that cannot do anything, is this all a javascript issue?

Quote · 5 Sep 2011

We are running Dolphin 7.0.8 fresh install, and the Send button isn't working in email.  Any help would be appreciated.

Thanks...

Quote · 19 Dec 2011

 i would really like to look at this?

 

also was this installed from softaculous or a manual install?

We are running Dolphin 7.0.8 fresh install, and the Send button isn't working in email.  Any help would be appreciated.

Thanks...

 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 20 Dec 2011

 we are working on glenns issue. seems that the mail compose and send are working on FF and Chrome on this end of the globe.

 

not sure what would or could cause this not to work for him.

 

im thinking of turning on the profiler and see if it will reveal some deep dark secret.

 i would really like to look at this?

 

also was this installed from softaculous or a manual install?

We are running Dolphin 7.0.8 fresh install, and the Send button isn't working in email.  Any help would be appreciated.

Thanks...

 

 just wanted to mention this is most likely not related to the issue this thread was initially started for, though it involves a send button, but i think the issue is localized and not a dolphin problem.

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 20 Dec 2011

We cleared our cache on the server and then on our BROWSERS:  FF, IE and it worked.  Simple caching issue with browsers for 7.0.8

Quote · 6 Jan 2012

For those that may still be having a problem I ran into the same thing.  Thank goodness for Igor this was the response.

The "send mail" button is not working because of the incorrect permissions of some folders and files on your site. As soon as you have PHP installed as CGI, folders should have 755 and files should have 644 permissions.

Check this on your site.

 

It's a great day!
Quote · 5 Dec 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.