Jump to content

johnny_loki

Members
  • Posts

    14
  • Joined

  • Last visited

About johnny_loki

  • Birthday 05/04/1987

Profile Information

  • First Name
    johnny
  • Last Name
    loki

johnny_loki's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  1. Ok guys I found out what is going on, the supplier edited the category name from Νέοι και Used Η/Υ to Νέοι & Used Η/Υ I just checked the categories in the backoffice just in case and seems that is the error, can we delete this pointless topic? Thanks!
  2. Hey guys at my website just a few hours ago, when I tried to access the subcategories under Νέοι και Used Η/Υ seem to be empty that happens on top and side menus altogether. But this happens only on this category all other work just fine! When accessing a new arrival which is under these categories opens as should and when using the breadcrumb to move back to the subcategory it works. I didn't change anything to the code for about a month now so it can't be an error I made in editing. Any ideas on that?
  3. ok found out what needs to be done if we change the "left" variable to 100% everything seems to be working fine ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 100%; /* match ul width */ top: 0; } ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; } ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 100%; /* match ul width */ top: 0; }
  4. the thing is that I am not sure if I delete the correct error_log as when I viewed the folder /log there were several files, which I delete but none was named after error_log and there was no new file created in there after deletion.
  5. Yeah mate as I said the link.php in line 116 it just closes the code with the } but the overide/classes/tools.php doesn't exist. In the classes/tools.php is the string which I can't figure out what is causing it.
  6. yeah I still get the same errors Warning: Declaration of Link::getCategoryLink($category, $alias = NULL, $id_lang = NULL, $selected_filters = NULL, $id_shop = NULL) should be compatible with LinkCore::getCategoryLink($category, $alias = NULL, $id_lang = NULL, $selected_filters = NULL, $id_shop = NULL, $relative_protocol = false) in H:\root\home\bkarakostas-001\www\e-Solution\override\classes\Link.php on line 116 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 and in the link.php line 116 I have just this } which is closing the whole php and on tools.php line 1394 ( until 1396) if (isset($array_str[$str])) { return $array_str[$str]; } I don't get it everything seems fine.
  7. I found the error logs where my server stores it core/logs/ but the errors still exist, either it's another file or the errors persist
  8. Cool I just asked the guys in the server as I couldn't find it either in the admin or the core folders and I am waiting for them to delete the darn thing, and I will give you an update. Thanks for you time mate
  9. newbie question, in the root folder I can only see the error500.html where is the error_log located exactly? I searched on the internet I found just one post and says it's on the root folder
  10. I added the css but there seems to be a problem when a sub category has another level in, the float seems to be off about 1cm away from the menu tab is there a way to fix this?
  11. It seems that in override/classes/ there is no Tool.php file though. Should I just copy the one from classes/ ?
  12. Hey guys, after I changed the layout of my theme (the topmenu to be exact) and ofc cleared cache I got these errors, though it seems there are no actual errors, when turn dev mode off everything seems to be working alright but it seems that the importer I am using needs it to be on, any ideas on what could be causing these to appear? the website is www.e-solution.gr and currently have dev mode off but if needed I can enable it to check it out. Thank you in advance Warning: Declaration of Link::getCategoryLink($category, $alias = NULL, $id_lang = NULL, $selected_filters = NULL, $id_shop = NULL) should be compatible with LinkCore::getCategoryLink($category, $alias = NULL, $id_lang = NULL, $selected_filters = NULL, $id_shop = NULL, $relative_protocol = false) in H:\root\home\bkarakostas-001\www\e-Solution\override\classes\Link.php on line 116 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 Warning: Illegal offset type in isset or empty in H:\root\home\bkarakostas-001\www\e-Solution\classes\Tools.php on line 1394 and this warning goes on for like 100 more times.
  13. So I managed to find out what's going on I used the code from here http://www.w3schools.com/howto/howto_js_tabs.asp, first I had use this https://www.prestashop.com/forums/topic/273632-solved-cant-add-an-iframe-in-cms-page-155/ as angrycat suggested and then add the style to the cms.css simple as that and ofc I had to turn on the iframes from general. In prestashop\classes\Validate.php line 392 At public static function isCleanHtml($html, $allow_iframe = false) comment out this code /* if (preg_match('/<[\s]*script/ims', $html) || preg_match('/('.$events.')[\s]*=/ims', $html) || preg_match('/.*script\:/ims', $html)) return false; if (!$allow_iframe && preg_match('/<[\s]*(i?frame|form|input|embed|object)/ims', $html)) return false; */
  14. So guys I've been trying to add something like this http://www.w3schools.com/howto/howto_js_tabs.asp to a cms page in my shop, the thing is that even after editing the cms.tpl when adding the HTML code in the editor and try to save I get an error saying "the content field is invalid" so I gave up this code and tried adding this https://www.prestashop.com/forums/topic/170472-tutorial-tabs-for-cms-content/ but even so when I try to locate the blockcms css folder it's not in the blackhawk theme I am using not even in the default-bootstrap. Any Ideas?
×
×
  • Create New...