Login issue

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Login issue

Re: Login issue

by Lantern » Sat Jan 28, 2017 7:44 pm

So thats is really support :) thanks !

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

by axew3 » Sat Jan 28, 2017 6:47 pm

Fixed, 1.5.9 has just been patched to resolve also this.

Re: Login issue

by axew3 » Sat Jan 28, 2017 5:47 pm

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: Login issue

by axew3 » Fri Jan 27, 2017 3:14 pm

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

by axew3 » Fri Jan 27, 2017 10:08 am

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.

Login issue

by Lantern » Fri Jan 27, 2017 8:34 am

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!

Top