attachserial_configuration.php

  • Posts: 846
  • Thank you received: 92
10 years 4 months ago #163990

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : 2.3.2 ( last)
-- HikaSerial version -- : 1.8.2 (last )
-- Joomla version -- : 2.5.18 ( 2.5.22 last)
-- PHP version -- : 5.3.9

in \administrator\components\com_hikaserial\extensions\plg_hikaserial_attachserial\attachserial_configuration.php

in line 138

before
<th><a href="#add" onclick="return window.attachserial.attachserialAddText();">
<img src="<?php echo HIKASERIAL_IMAGES;?>icon-16/add.png" alt="<?php echo JText::_('HIKA_ADD'); ?>
</a></th>

after change

<th><a href="#add" onclick="return window.attachserial.attachserialAddText();">
<img src="<?php echo HIKASERIAL_IMAGES;?>icon-16/add.png" alt="<?php echo JText::_('HIKA_ADD'); ?>" />
</a></th>

it don't disturb me since discover this when use eclipse for debug spy php variable .
eclipse show me others errors but i don't understand why ? ( too strict parser setting ? )

Attachments:
Last edit: 10 years 4 months ago by lionel75.

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

  • Posts: 12953
  • Thank you received: 1778
10 years 4 months ago #164000

Hello,
After checking your screenshot, it seems like you errors are coming from the joomla breadcrumb module files, and from the "xmap" component files.

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

Time to create page: 0.064 seconds
Powered by Kunena Forum