Blank page registration form...
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Apr 20, 2016 5:12 pm
- Reply with quote
- Report this post
Hi. In the "Shop and Buy" template with Joomla 3.X / VM3 ... When a customer opens the form of registration, through the link:
http://www.ingrossoperparrucchiere.it/i ... gistration
If the customer clicks on the button "ENTER OR REGISTRATI" in the upper right corner of the website, to use a different method of registration or login, the system responds with a completely blank page without consent do anything else ... some solution ?, thanks, greetings ...
http://www.ingrossoperparrucchiere.it/i ... gistration
If the customer clicks on the button "ENTER OR REGISTRATI" in the upper right corner of the website, to use a different method of registration or login, the system responds with a completely blank page without consent do anything else ... some solution ?, thanks, greetings ...
-
- Platinum Boarder
- GK User
- Sat Apr 23, 2016 12:13 pm
- Reply with quote
- Report this post
Hello,
Please check your error logs or enable logging errors to the screen under Joomla! general settings. Without it, we are unable to find a reason of your issue.
Please check your error logs or enable logging errors to the screen under Joomla! general settings. Without it, we are unable to find a reason of your issue.
-
- Moderator
- GK User
- Sat Apr 23, 2016 11:48 pm
- Reply with quote
- Report this post
Hi. Ok, just enable Joomla error log, thank you, I hope for your reply, greetings ...
-
- Platinum Boarder
- GK User
- Mon Apr 25, 2016 9:06 pm
- Reply with quote
- Report this post
Hello again, my mistake - I've wrongly understand your issue - in your case it is probably caused by fact that you haven't published any log in module on the login module position. You can also disable error logging in joomla.
-
- Moderator
- GK User
- Tue Apr 26, 2016 8:35 am
- Reply with quote
- Report this post
Hello, I understand. As you can solve ?, thanks, greetings ...
-
- Platinum Boarder
- GK User
- Wed Apr 27, 2016 3:50 pm
- Reply with quote
- Report this post
Please just publish log in module on the login module position.
-
- Moderator
- GK User
- Wed Apr 27, 2016 11:03 pm
- Reply with quote
- Report this post
Hi. Please do not understand what you mean ... could you explain in more detail ?, thanks, greetings ...
-
- Platinum Boarder
- GK User
- Thu Apr 28, 2016 2:26 pm
- Reply with quote
- Report this post
1) Please go to the module manager
2) Please find a login form module
3) If there is no login form module instances - please create a new one using the "Add new" button in the module manager
4) Please set module position of the module to "login"
5) Please make sure that module is set to be displayed on all subpages of your websites under the "Menu assignment" tab.
2) Please find a login form module
3) If there is no login form module instances - please create a new one using the "Add new" button in the module manager
4) Please set module position of the module to "login"
5) Please make sure that module is set to be displayed on all subpages of your websites under the "Menu assignment" tab.
-
- Moderator
- GK User
- Thu Apr 28, 2016 4:37 pm
- Reply with quote
- Report this post
I have done just as well as directed, but still does not work ... any ideas ?, thanks, greetings.
-
- Platinum Boarder
- GK User
- Fri Apr 29, 2016 9:14 pm
- Reply with quote
- Report this post
Are you sure? When I'm clicking the registration link on http://www.ingrossoperparrucchiere.it/ then I see the log in form.
-
- Moderator
- GK User
- Fri Apr 29, 2016 9:36 pm
- Reply with quote
- Report this post
Hi. It is very likely that you have not understood me well the problem ...
1) Click on the link: http://www.ingrossoperparrucchiere.it/i ... gistration
2) Link the point page 1) open, you click again on button "ENTER OR REGISTRATI" on the top right, and you will see that the system responds with a blank page ...
* Virtually after abir page point 1), I do not want to register and want to reopen the link: "Login or REGISTRATI" to login for example Facebook, or other credentials or because I forget the password, I can not do it because it's system responds with a blank page ...
Any solution ?, thanks, greetings ...
1) Click on the link: http://www.ingrossoperparrucchiere.it/i ... gistration
2) Link the point page 1) open, you click again on button "ENTER OR REGISTRATI" on the top right, and you will see that the system responds with a blank page ...
* Virtually after abir page point 1), I do not want to register and want to reopen the link: "Login or REGISTRATI" to login for example Facebook, or other credentials or because I forget the password, I can not do it because it's system responds with a blank page ...
Any solution ?, thanks, greetings ...
-
- Platinum Boarder
- GK User
- Sun May 01, 2016 12:12 pm
- Reply with quote
- Report this post
Please try to open file layouts/blocks/tools/login.php in the template directory.
And change the following line:
to:
And change the following line:
- Code: Select all
<?php if($this->API->modules('login') && !GK_COM_USERS) : ?>
to:
- Code: Select all
<?php if($this->API->modules('login')) : ?>
-
- Moderator
- GK User
- Sun May 01, 2016 1:00 pm
- Reply with quote
- Report this post
Hi, ok, I just tested and it works fine, perfect, thanks, greetings from Italy ...
-
- Platinum Boarder
- GK User
- Thu Jun 30, 2016 2:21 am
- Reply with quote
- Report this post
There is an error in some complete.php at templates\YOUR-TEMPLATE\html\com_users\registration (e. g. Template gk_technews)!
You have to change from line 22 this:
to this:
You have to change from line 22 this:
- Code: Select all
<?php if ($this->params->get('show_page_heading')) : ?>
<header class="component-header">
<h1><?php echo $this->escape($this->params->get('page_heading')); ?></h1>
</header>
<?php endif; ?>
to this:
- Code: Select all
<div class="registration-complete<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<header class="component-header">
<h1><?php echo $this->escape($this->params->get('page_heading')); ?></h1>
</header>
<?php endif; ?>
</div>
<?php endif; ?>
-
- Junior Boarder
14 posts
• Page 1 of 1