Errors in some hikashop files

  • Posts: 100
  • Thank you received: 1
11 years 1 month ago #93533

Hi

I believe these files have errors in them


administrator/components/com_hikashop/extensions/plg_hikashoppayment_authorize/authorize_end.php

Line 13 - <iframe name="frame" scrolling="auto" height="1000" width="660" Frameborder="no" src="<?php echo $vars["x_relay_url"].'&iframe='.$url;?>></iframe>

Missing end quotes "

<iframe name="frame" scrolling="auto" height="1000" width="660" Frameborder="no" src="<?php echo $vars["x_relay_url"].'&iframe='.$url;?>"></iframe>

plugins/hikashoppayment/authorize/authorize_end.php

Line 13 - <iframe name="frame" scrolling="auto" height="1000" width="660" Frameborder="no" src="<?php echo $vars["x_relay_url"].'&iframe='.$url;?>></iframe>

Missing end quotes "

<iframe name="frame" scrolling="auto" height="1000" width="660" Frameborder="no" src="<?php echo $vars["x_relay_url"].'&iframe='.$url;?>"></iframe>
administrator/components/com_hikashop/views/vote/tmpl/normal.php

Line 43 <input type="text" size="100" name="<?php echo $this->vote_type_input; ?>" value="<?php echo $this->element->vote_type."\"\"/>";?>

Missing end quotes ">

<input type="text" size="100" name="<?php echo $this->vote_type_input; ?>" value="<?php echo $this->element->vote_type."\"\"/>";?>">


Line 54 <input type="text" size="100" name="<?php echo $this->vote_pseudo_input; ?>"
value="<?php if($newItem == true){echo "\"";}else if($this->element->vote_pseudo == '0'){echo $row->username."\" disabled=\"disabled\"";}else{echo $this->escape(@$this->element->vote_pseudo)."\"";}?> />


Incorrect closing tag / and missing end quotes

<input type="text" size="100" name="<?php echo $this->vote_pseudo_input; ?>"
value="<?php if($newItem == true){echo "\"";}else if($this->element->vote_pseudo == '0'){echo $row->username."\" disabled=\"disabled\"";}else{echo $this->escape(@$this->element->vote_pseudo)."\"";}?>">



thanks Patrick

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

  • Posts: 26008
  • Thank you received: 4004
  • MODERATOR
11 years 1 month ago #93571

Thanks,

The first file (authorize_end in the administrator part) is just a copy of the plugin for the install process.
That's why the error is display two times (first in administrator and then, in plugins).

We would fix this error right now, there would be included in the next package.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum