PHP Classes

After Installation - nothing happens

Recommend this page to a friend!

      PHP Secure Login and Registration  >  All threads  >  After Installation - nothing happens  >  (Un) Subscribe thread alerts  
Subject:After Installation - nothing happens
Summary:need help - please
Messages:23
Author:Superluk
Date:2016-12-20 22:59:04
 
  1 - 10   11 - 20   21 - 23  

  1. After Installation - nothing happens   Reply   Report abuse  
Picture of Superluk Superluk - 2016-12-20 22:59:04
Because of any reason .... i tried every update the last hours.

After install and start index.html (or index.php) - in Registration Form oder Login Form, after pressing "register now" or "login" - nothing happens.

Any ideas ....?


  2. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of Ashraf Gheith Ashraf Gheith - 2016-12-20 23:11:55 - In reply to message 1 from Superluk
Did you upload the DB and connect to it in configuration file?
You also need a working mailer on the server. When you click register you will get an email with the verification code.

Is there any errors in the console ?

  3. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of Superluk Superluk - 2016-12-20 23:24:59 - In reply to message 2 from Ashraf Gheith
Thanks for quick reply - i have about 8 webdomains installed on my webserver "Domainfactory"
In every of them are mail running - also logins, register etc from phpclasses.

I am PDO used to install and connect, but in your class, last update with render->(masks) - nothing happend.
The versions before, the login-form was seen, but also nothing happend after clicking "register" or "login" button.

Maybe, have to wait, what other users will say about this class.

For now, i do not have any idea, what is wrong

  4. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of Ashraf Gheith Ashraf Gheith - 2016-12-20 23:28:37 - In reply to message 3 from Superluk
I will test it and let you know by tomorrow. It is something with path configurations.

  5. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of lemon Azam lemon Azam - 2016-12-21 05:29:44 - In reply to message 4 from Ashraf Gheith
localhost/php-secure-login-2016-12- ... is empty

file location and DB setup are okay.

How to fix it?

  6. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of Superluk Superluk - 2016-12-21 10:01:33 - In reply to message 5 from lemon Azam
Hi, tried a while ...

after changing index.php to:

require_once '../class/user.php';
require_once 'config.php';
include("inc/indexhead.htm");
include("inc/indextop.htm");
include("inc/loginform.php");
include("inc/activationform.php");
include("inc/indexmiddle.htm");
include("inc/registerform.php");
include("inc/indexfooter.htm");
// include("inc/userpage.php");
// $user->indexHead();
// $user->indexTop();
// $user->loginForm();
// $user->activationForm();
// $user->indexMiddle();
// $user->registerForm();
// $user->indexFooter();


i can see Login and Registerform on screen.
After filling out the fields and click "Register Now" ..... > nothing happens. No saved record in Mysql, no email ...?

I tried with PHP 5.6.21 and PHP 7

  7. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of lemon Azam lemon Azam - 2016-12-21 11:14:31 - In reply to message 6 from Superluk
Thanks for making some progress , I can now see the login and regs forms.

Still not working the whole process of signup and login

  8. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of Ashraf Gheith Ashraf Gheith - 2016-12-21 12:30:29 - In reply to message 7 from lemon Azam
I have updated the files, it works fine on my side. Does it work now ?

  9. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of Superluk Superluk - 2016-12-21 13:14:58 - In reply to message 8 from Ashraf Gheith
Hi, i installed the latest version .13
i can see the form for login and register - but by clicking on "register now" or "login" - nothing happens .... ?!?

  10. Re: After Installation - nothing happens   Reply   Report abuse  
Picture of Superluk Superluk - 2016-12-21 13:18:31 - In reply to message 9 from Superluk
I can see the Form, because i included by my own - like this:
require_once '../class/user.php';
require_once 'config.php';
include("inc/indexhead.htm");
include("inc/indextop.htm");
include("inc/loginform.php");
include("inc/activationform.php");
include("inc/indexmiddle.htm");
include("inc/registerform.php");
include("inc/indexfooter.htm");
// include("inc/userpage.php");
$user->indexHead();
$user->indexTop();
$user->loginForm();
$user->activationForm();
$user->indexMiddle();
$user->registerForm();
$user->indexFooter();


You can test the class here and see (latest version):

peloschek.at/test/login_class3/exam ...

 
  1 - 10   11 - 20   21 - 23