Quick Signup doesn't work

82 views
Skip to first unread message

Souleymane Keita

unread,
Apr 15, 2021, 6:45:25 AM4/15/21
to Orangescrum Community Support

Quick Signup.PNG

Team Orangescrum

unread,
Apr 15, 2021, 9:38:08 AM4/15/21
to Orangescrum Community Support
Hi Souleymane,

It is either due to htaccess or file permission issue. 

Provide proper write permission to " app/tmp ", " app/webroot " and " app/Config " folders and their sub folders. Provide either 777 or 755 permission to the mentioned folders. 

If still you face the same issue, then check your htaccess permission. 

To enable htaccess in CentOS server 
Under DocumentRoot "/var/www/html"

Change Require all denied to Require all granted 
DocumentRoot "/var/www/html"

# Relax access to content within /var/www.
<Directory "/var/www">
    AllowOverride None
    # Allow open access:
    Require all granted
</Directory>

# Further relax access to the default document root:

<Directory "/var/www/html">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>

htaccess Issue on Centos/Fedora :-
=========================
Change 
AllowOverride None 
            To
AllowOverride All
In apache main Configuration File(/etc/httpd/conf/httpd.conf)

htaccess Issue on Ubuntu :-
====================

Add 
# Require all granted
On Apache main configuration File Under <Directory>
    DocumentRoot /var/www/html
    Require all granted
    </Directory>

Thanks,
Tapan
Orangescrum Team

On Thursday, April 15, 2021 at 4:15:25 PM UTC+5:30 keit...@gmail.com wrote:

Quick Signup.PNG

KEITA

unread,
Apr 16, 2021, 1:19:27 PM4/16/21
to Team Orangescrum, Orangescrum Community Support
I have Ubuntu 20 , I tried but still don't work


--
You received this message because you are subscribed to the Google Groups "Orangescrum Community Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orangescrum-communit...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/orangescrum-community-support/7a35b8a5-2f41-4512-b559-2c8d1983e7c5n%40googlegroups.com.


--
Cordialement
Reply all
Reply to author
Forward
0 new messages