xotihcan
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Rechecking the postsJanis,
Thank you for your answer.I also saw that there’s an action on save_post which does something very similar. That work just fine.
Forum: Plugins
In reply to: [User Access Manager] UAM not working after migrating databaseIs there a way to check that? How can I check if long queries are not allow?
Forum: Plugins
In reply to: [Mobile Native Android App Maker for WordPress] Wiziapp Stopped WorkingIt happenedd the same to me… The menu tab is missing.
It happend after installing the mobile share from the wiziapp plugin list.Forum: Plugins
In reply to: [User Access Manager] UAM not working after migrating databaseNone…
I don’t know why it happens and nobody answered.Forum: Plugins
In reply to: [User Access Manager] UAM not working after migrating databaseAnyone ?
Forum: Plugins
In reply to: [Link Fixer] database errorI have the same problem!!
PHP Warning: mysql_real_escape_string(): A link to the server could not be established in […]/wp-content/plugins/permalink-finder/includes/pf-404.php on line 760
Line 760:
$sql=$sql." if(INSTR(LCASE(post_name),'".mysql_real_escape_string($ss[$j])."'),1,0)+" ;
You should change mysql_real_escape_string with other data validation funcion https://codex.www.ads-software.com/Data_Validation
Forum: Plugins
In reply to: [WP-Polls] Multiple PollsHi Lester,
I have the same problem!
I tried the cookie & IP and IP only logging methods.When voting the first poll, you can’t vote on any of the others, the Vote button doesn’t do anything.
This is the URL of the post: https://www.aperderpeso.com/quieres-perder-kilos-con-la-dieta-dukan-a-perder-peso-y-abc-dukan-te-ayudaran-a-lograrlo/
EDIT: It’s a problem with a custom function. HTMLPurifier breaks the javascript on the button.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Very High G comment regionDid you do anything to solve this?
I have the same problemForum: Plugins
In reply to: [HyperDB] XMLRPC not workingThe problem was mine!
Close IT!Fixed it.
On plugins/wpmp_switcher.php.
Before:
if (is_admin() || strtolower(substr($_SERVER['REQUEST_URI'], -9))=='/wp-admin') {
After:
if ((is_admin() || strtolower(substr($_SERVER['REQUEST_URI'], -9))=='/wp-admin') && empty($_REQUEST['action'])) {