Login issue

User avatar
Lantern
User www
User www
Posts: 66
Joined: Fri Sep 09, 2016 12:07 pm
Location: The Netherlands
Contact:

Login issue

Post by Lantern »

Hi Axew3,

I have some login issue

. when log in through the phpbb login widget it will send me straight to my forum and i don't want that it must be on the WP front page.

how can i solve this?

Thx and keep up the good work!
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Login issue

Post by axew3 »

yes it is an addition on 1.5.7 that should fire only on forum, instead return forum page ever on login instead than the page user is on when he login.
I will try to give a look into as soon.

After i see there is a problem with avatar on last topics if user have as avatar
avatar.driver.upload
like you have choose to use in profile for avatar in this site: is stored as gif, and server answer FORBIDDEN that the image can't be loaded (also if it is in place without .htaccess). It do not happen with jpg. And i thing in phpBB 3.2 should be so something different about, but not sure until we not put eyes on code.
Really strange. Let you know as soon about both.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Login issue

Post by axew3 »

after chomd permissions reset,
seem to work ok now.
But also note:
And to get avatars .gif working displayed into Last Posts widget, i had to change into:

Code: Select all

<Files *>
Allow from axew3.com
</Files>
the file /phpBB3/images/avatars/upload/.htaccess

because this other work with jpg here here at axew3.com, but not with gif images:

Code: Select all

<Files *>
Order deny,allow
Deny from all
Allow from axew3.com
</Files>
this leave me little bit confused at moment.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Login issue

Post by axew3 »

1.5.9 has been just released. The code should redirect ok, on servers where/when

Code: Select all

$_SERVER['HTTP_REFERER']
is available.
While i see after update, it seem to not work properly here at axew3.com.
So, or i've do some error evaluating something or the reason is the above i mention.
I will do some test more, and in case i'll patch soon about this 1.5.9--

But in the while update as soon, because 1.5.9 contain also a security fix.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re->solved: Login issue on WP_w3all login/out widget

Post by axew3 »

Fixed, 1.5.9 has just been patched to resolve also this.
User avatar
Lantern
User www
User www
Posts: 66
Joined: Fri Sep 09, 2016 12:07 pm
Location: The Netherlands
Contact:

Re: Login issue

Post by Lantern »

So thats is really support :) thanks !
Post Reply