Hi,
As the title says, your plugin creates a conflict with WordPress above 5.2.3 or 5.2.4.
If we update WordPress it breaks our website.
And WordPress clearly identifies your plugin as the cause.
So, can you update your plugin, please?
Or, if you don’t intend to, could you tell us how, if possible, can we transfer all the cloaked links created using your plugin (to what other plugi, maybe), please?
Thank you.
]]>I tried it on one my Multisite WP installation and have this mistake, when I go by a plugin’s link: Fatal error: Uncaught Exception in /home/user/www/sitedir/wp-content/plugins/wp-affiliate-links/models/model/record.php:78 Stack trace: #0 /home/user/www/sitedir/wp-content/plugins/wp-affiliate-links/models/stat/record.php(18): WPAL_Model_Record->insert() #1 /home/user/www/sitedir/wp-content/plugins/wp-affiliate-links/models/destination/record.php(139): WPAL_Stat_Record->insert() #2 /home/user/www/sitedir/wp-content/plugins/wp-affiliate-links/actions/wp_loaded.php(64): WPAL_Destination_Record->redirect('META_REFRESH') #3 /home/user/www/sitedir/wp-includes/class-wp-hook.php(286): wpal_wp_loaded('') #4 /home/user/www/sitedir/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #5 /home/user/www/sitedir/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #6 /home/user/www/sitedir/wp-settings.php(546): do_action('wp_loaded') #7 /home/user/www/sitedir/wp-config.php(101): require_once('/home/user/ww...') #8 /home/user/www/sitedir/wp-load.php(37): require_once('/hom in /home/user/www/sitedir/wp-content/plugins/wp-affiliate-links/models/model/record.php on line 78 На сайте возникли временные проблемы технического характера.
So it does not redirects to a goal url.
Redirect works only if I use Meta Refresh Redirect.
Thank you for a good work, I am using the plugin anyway, just want to report the bug ??
Hi,
I have tried to create a new link but when I click the ‘Save Link’ button I get this error message
Not Acceptable!
An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.
What does this mean, and how do I fix this?
Thanks
]]>Hi
When I create a redirect link with geo-location targeting, the plugin gets my geo-location wrong.
It gets my IP address correct, but it thinks I’m in Romania when I am in the UK. I have tried using different UK IP addresses using a VPN, here are the results:
– London IP address #1: shown as from Romania
– London IP address #2: no location shown
– Manchester (another city in the UK) IP address: correct location shown (UK)
Please will you make the geo-location targeting more accurate.
Thanks,
Sammie
]]>Hi there,
1) I was wondering where can I find the feature No Follow link?
2) how can i reset the clicks data?
]]>hola espero me puedan ayudar con este error que me lanza al intentar instalar el plugin ¨wp affiliate likns¨ dice lo siguiente:
Instalación fallida: <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> 500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.
]]>I installed the plugin and created redirect links for each of my pages. The page redirects work but I put the google tracking code into the box labeled header tracking code and it will not synch or send data to analytics.
]]>Hi there,
My name is Elias and I’m getting a syntaxis error at /wp-content/plugins/wp-affiliate-links/views/admin/edit/index.php in line 53
This is the line 53 : <?php $types = [
ant this is the part of code with the problem:
———————————————————————————————
<select name=”redirect_type”>
<?php $types = [
‘META_REFRESH’ => ‘Meta Refresh Redirect’,
‘FRAME’ => ‘Frame Redirect’,
‘JAVASCRIPT’ => ‘Javascript Redirect’,
‘REFERER_MASK’ => ‘Referer Masking’,
‘301’ => ‘301 Permanent Redirect’,
‘302’ => ‘302 Redirect Temporary’,
‘307’ => ‘307 Redirect Temporary’
];
foreach ($types as $type => $label) {
$selected = ”;
if($post[‘redirect_type’] == $type){
$selected = ‘selected=”selected”‘;
}
?>
<option value=”<?php echo $type ?>” <?php echo $selected?><?php echo $label ?></option>
<?php
} ?>
</select>
———————————————————————————————
So I tried to fix it, changed it to:
———————————————————————————————
<select name=”redirect_type”>
<?php $types = array(
‘META_REFRESH’ => ‘Meta Refresh Redirect’,
‘FRAME’ => ‘Frame Redirect’,
‘JAVASCRIPT’ => ‘Javascript Redirect’,
‘REFERER_MASK’ => ‘Referer Masking’,
‘301’ => ‘301 Permanent Redirect’,
‘302’ => ‘302 Redirect Temporary’,
‘307’ => ‘307 Redirect Temporary’
);
foreach ($types as $type => $label) {
$selected = ”;
if($post[‘redirect_type’] == $type){
$selected = ‘selected=”selected”‘;
}
?>
<option value=”<?php echo $type ?>” <?php echo $selected?><?php echo $label ?></option>
<?php
} ?>
</select>
———————————————————————————————
but it didn’t work, now the select “Cloaking Method” option at the template appears empty
How could I fix this problem?
Thanks for your time
regards Elias
]]>Hi, first of all congrats for your plugin, it gets the job done with every link. Everything seems to wok just fine, but once in awhile I get the below error in the log. What can I do to stop getting this?
[14-Sep-2016 13:03:33 UTC] PHP Fatal error: Uncaught exception ‘Exception’ in /home/cate/public_html/wp-content/plugins/wp-affiliate-links/models/model/record.php:78
Stack trace:
#0 /home/cate/public_html/wp-content/plugins/wp-affiliate-links/models/stat/record.php(18): WPAL_Model_Record->insert()
#1 /home/cate/public_html/wp-content/plugins/wp-affiliate-links/models/destination/record.php(139): WPAL_Stat_Record->insert()
#2 /home/cate/public_html/wp-content/plugins/wp-affiliate-links/actions/wp_loaded.php(64): WPAL_Destination_Record->redirect(‘META_REFRESH’)
#3 [internal function]: wpal_wp_loaded(”)
#4 /home/cate/public_html/wp-includes/plugin.php(524): call_user_func_array(‘wpal_wp_loaded’, Array)
#5 /home/cate/public_html/wp-settings.php(432): do_action(‘wp_loaded’)
#6 /home/cate/public_html/wp-config.php(84): require_once(‘/home/cate/publ…’)
#7 /home/cate/public_html/wp-load.php(39): require_once(‘/home/cate/publ…’)
#8 /home/cate/public_html/wp-blog-header.php(13): require_once(‘/home/cate/publ…’)
#9 /home/cate/public_html/index.php(17): re in /home/cate/public_html/wp-content/plugins/wp-affiliate-links/models/model/record.php on line 78
Ad link does not work
]]>1) Downloaded and installed your plugin.
2) Went to your site and couldn’t read a thing as it wasn’t in English and there is translator on it.
3) Interested in the Pro version, but could see where you could read or access the info on your site.
4) Tried the video help that is built into your plugin ( nice touch) but it didn’t work ???
5) Would like to know more about this plugin but in English
Thank you….
]]>