Problem with info page after registering

September 2015 Joomla Template
GK User
Tue Sep 13, 2016 5:21 pm
I'm using Easy-Profile component instead of deafult (in technews) k2 registration.
I had a few problems that I solved (https://www.gavick.com/forums/technews/problem-with-css-52347).

NEW PROBLEM:
When I successfully register on my site (http://www.ngoproject.fundacjaaie.eu/portal/index.php/component/users/?view=registration) the info page is shown:
Image

Where, how to change it/customize it?
User avatar
Fresh Boarder

teitbite
Sat Sep 17, 2016 12:43 pm
Hi

Not sure if I understand. Do You want to make changes to the look of error page or to fix a problem that error page is shown ?

If it's the first than css style for error page is in /css/system/error.php and php file with HTML is error.php

If You meant the error to not show try add a menu item element of type Register, and there You should select a page to redirect to after proper registration (same thing may work with Login type).
User avatar
Moderator

GK User
Sat Sep 17, 2016 9:22 pm
Hi,
thx for reply. I wasn't sure where is a problem - so i didn't exactly know what I want : ).
Now I'm sure that I want to fix a problem that error page is shown (after successful registration) and I'll try your solution.

[EDITED few minutes later]
Hmmmm i don't see where can i change page to redirect after registration??

Here is answer from easy-profile support:
Easy Profile extends Joomla user management (not replace), so registration process and page is the same of Joomla with many improvements. After Registration Joomla redirect you to a blank page with success message and instructions to activate account.
User avatar
Fresh Boarder

teitbite
Sun Sep 18, 2016 11:36 am
Hi

Our products does not overwrite registration functionality either, so it has to be some Joomla issue itself.

Sorry I meant Login menu item type, not Registration. There You can set redirection which I think is used after proper registration. If that will not work please use one of the joomla registration redirect plugins: https://extensions.joomla.org/extension ... rfilters=1 or contact joomla developers.
User avatar
Moderator

GK User
Sun Sep 18, 2016 11:58 am
Hmmmmm.
Here is my test site: http://www.tescik.zebrok.com/component/users/?view=registration - user easy-profile active, no k2 installed. Correct info about successful registration works fine. Same Joomla version (3.6.2), same datebase version (5.6.29), same php (7.0.7) - on both sites ngoproject.fundacjaaie.eu and www.tescik.zebrok.com
I don't think so that Joomla causes problem.
At my production site: http://www.ngoproject.fundacjaaie.eu/ i have disabled option "User Profile" in :administration->k2->Paramenter (button)->Advanced->K2 User Profile
https://www.easy-profile.com/support/easy-profile-user-manual.html#reply-2384

I'll try plugins, but i think it's only a workaround not a solution :(.
User avatar
Fresh Boarder

GK User
Sun Sep 18, 2016 12:16 pm
"Sorry I meant Login menu item type, not Registration. There You can set redirection which I think is used after proper registration."

It doesn't work - in "login" menu item type i can define, where to redirect afer login (internal address or external), but there is no option to configure redirect after registration.
I'm searching/testing plugins, but without luck : (.
User avatar
Fresh Boarder

GK User
Tue Sep 20, 2016 3:48 pm
Any news, ideas, suggestions?
User avatar
Fresh Boarder

teitbite
Wed Sep 21, 2016 10:32 am
Hi

Make one small test and switch template to Protostar, which is default joomla template. If problem will still be there it means it's something plugin or joomla. If problem will not show during this test it would mean it's connected with our template. If the second case occurs send me joomla panel access and ftp access in one PM, so I'll pass it to programmers.
User avatar
Moderator

GK User
Thu Sep 22, 2016 12:00 pm
On Prostar - everything is fine:
Image

I'll send U a PM with joomla & ftp account.
User avatar
Fresh Boarder

teitbite
Sun Sep 25, 2016 2:01 pm
Hi

Looks like this module is overwriting functionality of user component, so I've disabled our override and everything works correctly. To disable override I've renamed /html/com_user to /html/_com_user
User avatar
Moderator

GK User
Sun Sep 25, 2016 10:31 pm
teitbite wrote:Hi

Looks like this module is overwriting functionality of user component, so I've disabled our override and everything works correctly. To disable override I've renamed /html/com_user to /html/_com_user


Thank you. There is no error, but also there is no info about successful registration...
Image
User avatar
Fresh Boarder

teitbite
Mon Sep 26, 2016 1:51 pm
Hi

Messages are there, but hidden under header. Have You resized header to be bigger ? Try use this code in override.css

Code: Select all
#gkPageContent {
    padding: 124px 0 0;
}
User avatar
Moderator


cron