Page 1 of 1

Login issue

Posted: Fri Jan 27, 2017 8:34 am
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!

Re: Login issue

Posted: Fri Jan 27, 2017 10:08 am
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.

Re: Login issue

Posted: Fri Jan 27, 2017 3:14 pm
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.

Re: Login issue

Posted: Sat Jan 28, 2017 5:47 pm
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.

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

Posted: Sat Jan 28, 2017 6:47 pm
by axew3
Fixed, 1.5.9 has just been patched to resolve also this.

Re: Login issue

Posted: Sat Jan 28, 2017 7:44 pm
by Lantern
So thats is really support :) thanks !