napcok
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Registration – reset password?This is a long term bug and affects many many users.
It is also hard to spot for website owners with registration enabled. They loose many users because of that bug.
It is a shame that developers ignore it ??Forum: Plugins
In reply to: [Simple Directory] Search widget does not workNew version 1.6.6 is released and this bug is still not fixed.
I think you should test before release.
This bug is very easy to fix anyway, just change short open tag to normal php open tag in line 29 in archive-listing.php
Also if you use define( ‘WP_DEBUG’, true ); in wp-config.php you will see more debug information like for example:
Notice: Undefined variable: current_version in /wp-content/plugins/simple-directory/simple-directory.php on line 45
Forum: Alpha/Beta/RC
In reply to: Registration – reset password?I don’t know why there is “;” at the end of this link. I personally use gmail.com and have no “;” there and also reset password link is good there. I realized this is problem for some e-mail providers just few days ago. I have website in polish, so lot of users uses polish e-mails like: wp.pl, onet.pl, tlen.pl – all of them have problem with setting password, beacause wrong reset password url.
Looks like many (at last many polish e-mail providers) doesn’t use this standard.
For now, as a workaround I use “theme my login” plugin, which allows users to set their password during registration.
Forum: Alpha/Beta/RC
In reply to: Registration – reset password?Maybe “<>” is an indusrtry standard, but unfortunatelly almost 50% of new registered users gets wrong reset password link since this change.
With lot of e-mail providers generated reset password link is wrong.
The “>” sign becomes part of url, the result is they cannot reset/set their password ??
https://pokaz.im/di-2NH5.pngForum: Plugins
In reply to: [WP CSV] No posts found despite there being lots of posts thereHello ??
I had the same problem…
Apache error_log says:
[Thu Jan 22 22:08:11.518080 2015] [:error] [pid 3019] [client 127.0.0.1:49504] PHP Warning: mysqli_fetch_array() expects parameter 2 to be long, string given in /opt/www/programy.lh/wp-content/plugins/wp-csv/CPK_WPCSV_Posts_Model.php on line 37, referer: https://programy.lh/wp-admin/tools.php?page=wp-csv.php
I solved this by editing CPK_WPCSV_Posts_Model.php
Replaced MYSQL_ASSOC with MYSQLI_ASSOC.
Hope it helps