[ERROR LOGS] file adfly.php

More
8 years 1 month ago #31758 by alexonb
hello,
PHP message: PHP Notice: Undefined index: query in /var/www/[website]/plugins/content/adfly/adfly.php on line 69.

THANK advance to update it

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #31779 by nordmograph
You can redownload, this should be fixed now.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago #33363 by alexonb
Replied by alexonb on topic [ERROR LOGS] file adfly.php
Code:
protected function _load($url,$key,$uid,$domain,$advert_type) { $url = parse_url($url); $nurl = $url['host']; if($url['path']) $nurl .= $url['path']; /*here*/if($url['query']) /*here*/ $nurl .= '?'.$url['query']; $api = 'http://api.adf.ly/api.php?'; $api .= 'key='.$key; $api .= '&uid='.$uid; $api .= '&advert_type='.$advert_type; $api .= '&domain='.$domain; $api .= '&url='.urlencode($nurl); if ($data = file_get_contents($api) ) return $data; }

Where is fix, same... i can fix that but for others person its important without eror, so what mind it?
  1. if then if
  2. if then elseif
  3. if then else if

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago #33364 by nordmograph
I just checked, the fix had been added:
@ was added
Code:
if(@$url['path']) $nurl .= $url['path']; if(@$url['query']) $nurl .= '?'.$url['query'];

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

Time to create page: 0.349 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.