Closed tusharjambhekar closed 6 years ago
In the file src/function/config.php
, make sure you have $ALLOW_SIGN_UP
setted at true
.
In the file src/function/config.php, make sure you have $ALLOW_SIGN_UP setted at true.
This is the default value... Weird.
@tusharjambhekar Could you please open the "Network" tab or similar in the developer tools of your browser, reload the page and show us the content of the response of "info.php" when opening the signup page? (Make sure to remove private details like host domain).
@tusharjambhekar To pin down the problem: is the "signup" button visible on the login page?
In the file src/function/config.php, make sure you have $ALLOW_SIGN_UP setted at true is True
The request provokes an error on your webserver. You should check your logs for more information.
I am unable to find any logs at apache as well as at mysql, nothing coming
Then it's nearly impossible to pin it down.
I am getting below unusual error message at /httpd/error_log
Can you please provide the specified line from the file in your installation? I can't see anything wrong in this file in the repo.
To get a ‘signup not allowed’ message, the php backend should return a ‘method not allowed’ message (not anything else). And this message will only be returned if $ALLOW_SIGNUP is false.
Looks very weird to me.
On Fri, Mar 16, 2018 at 1:37 PM Benjamin Häublein notifications@github.com wrote:
Can you please provide the specified line from the file in your installation? I can't see anything wrong in this file in the repo.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/issues/202#issuecomment-373789578, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNCga1_U6aPmZY8LPHL8Yvgn7oc_Kks5te_hLgaJpZM4St2iy .
How to troubleshoot from this
You need to show us your webservers error log. The access log is not enough to figure it out.
And if you don’t mind:
Please provide the password manager login address of your AWS instance
Please paste your Apache error log, it would contain PHP error
On Sat, Mar 17, 2018 at 10:00 AM Benjamin Häublein notifications@github.com wrote:
You need to show us your webservers error log. The access log is not enough to figure it out.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/issues/202#issuecomment-373922262, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNHLaQl-L5bAj5gEyVEwuoHRg7qNRks5tfRcKgaJpZM4St2iy .
On Sat, Mar 17, 2018 at 11:50 AM Jeffery ZHAO zzy8200@gmail.com wrote:
And if you don’t mind:
Please provide the password manager login address of your AWS instance
Please paste your Apache error log, it would contain PHP error
On Sat, Mar 17, 2018 at 10:00 AM Benjamin Häublein < notifications@github.com> wrote:
You need to show us your webservers error log. The access log is not enough to figure it out.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/issues/202#issuecomment-373922262, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNHLaQl-L5bAj5gEyVEwuoHRg7qNRks5tfRcKgaJpZM4St2iy .
Hi , If you there free I can give you access of AWS instance.
On Sat, Mar 17, 2018 at 9:20 PM, Jeffery Zhao notifications@github.com wrote:
And if you don’t mind:
Please provide the password manager login address of your AWS instance
Please paste your Apache error log, it would contain PHP error
On Sat, Mar 17, 2018 at 10:00 AM Benjamin Häublein < notifications@github.com> wrote:
You need to show us your webservers error log. The access log is not enough to figure it out.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/ issues/202#issuecomment-373922262, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNHLaQl- L5bAj5gEyVEwuoHRg7qNRks5tfRcKgaJpZM4St2iy
.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/issues/202#issuecomment-373930292, or mute the thread https://github.com/notifications/unsubscribe-auth/AX78FRcXTSE5XGVglQdPjwkrMgA4GvEgks5tfTC6gaJpZM4St2iy .
I am trying to browse from Linux text-browser there also I am getting the following issue
Can you please provide the specified line from your local file named in the error log in your installation? I can't see anything wrong in this file in the repo.
Yes I know nothing wrong in the repo but then also don't know what is this error.
[Sat Mar 17 17:20:47 2018] [error] [client 183.83.212.166] PHP Parse error: syntax error, unexpected '[' in /var/www/html/rest/info.php on line 28, referer: http://ec2-54-226-202-102.compute-1.amazonaws.com/signup.php
Which php version is installed?
It's php56.x86_64
Could you try switching to php 7?
Yes , I am going to do it right now only ... thinking of that
Upgraded php version to 7 can able to login to signup page but now getting as error " Hostdomain mismatch. Please check your config file."
Yes, please check your config, especially this line: //This is to prevent cross-site attacks. If $HOSTDOMAIN is not the prefix of HTTP_REFERER string, an exception will be raised. $HOSTDOMAIN...
I'm using PHP5.6 as well and I can run password-manager smoothly. Weird...
But anyway, after editing $HOSTDOMAIN, you will be able to use it
I have done changes at config.php then also giving the error .
According to the README
file:
From v9.13, Password-Manager only supports HTTPS
Plus, $HOSTDOMAIN
must be exact ! So you have to set up the HTTPS to make it work.
An alternative is to set $HOSTDOMAIN to http:// instead of https://. Though this is not tested. Finally you will need https to keep your password safe
On Sun, Mar 18, 2018 at 5:00 AM Pofilo notifications@github.com wrote:
According to the README file:
From v9.13, Password-Manager only supports HTTPS
Plus, $HOSTDOMAIN must be exact ! So you have to set up the HTTPS to make it work.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/issues/202#issuecomment-373982645, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNDWFGtn9YxlsNT9njFY2a5qwEoknks5tfiI0gaJpZM4St2iy .
Thanks http:// working but I will configure web server to run on ssl .
@tusharjambhekar I want to figure out why PHP 5.6 doesn't work. Could you compare your phpinfo() page with mine?
Mine is here: https://secure.zzeyu.com/
Hi I have already uninstalled the old version of PHP.
I have enabled AWS RDS(MySql) VM can able to access webpage but unable to access link for signup.php.