Members are unable to join - Join Now button broke

The join Now button does not work when trying to submit a new user's information. It depresses but the page does not submit any of the information.

 

****This is a brand new installation**** Is there any tweaks I must do to get this to function properly?

Quote · 4 Sep 2010

Here is the page that is not submitting the user's information:
join.php

Quote · 4 Sep 2010

Hello.

I have inspected your issue. There's too little memory allocated on your server. You can try to allocate more following these instructions:

a) if PHP is installed as an Apache module, write these lines at the end of the .htaccess file which resides in Dolphin installation directory:
php_value memory_limit 128M

b) if PHP is installed as CGI, you need to place this line in your PHP configuration file (php.ini):
memory_limit=128M

Quote · 5 Sep 2010

I have tried editing the htaccess file with no luck in that no one is able to join via the join.php page.

 

Here is my edit in RED:

Options -MultiViews

<IfModule mod_php4.c>
    php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
    php_flag allow_url_include Off
    php_flag register_globals Off
</IfModule>
php_value memory_limit 128M
<IfModule mod_rewrite.c>
RewriteEngine on

RewriteRule ^blogs/{0,1}$   modules/boonex/blogs/blogs.php [QSA,L]
****

Quote · 5 Sep 2010

Can someone help me in solving this issue? This is still occurring....

 

***I AM UNABLE TO JOIN AS A NEW MEMBER!!****

Quote · 9 Sep 2010

Have you managed to resolve it?

I am facing the same problem...

Quote · 8 Apr 2011
 
 
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.