Jump to content

ellenvandrunen

Members
  • Posts

    32
  • Joined

  • Last visited

Profile Information

  • First Name
    Ellen
  • Last Name
    van Drunen

Recent Profile Visitors

321 profile views

ellenvandrunen's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. Ok, I guess that's a bit more complicated and not what this topic is about. Thanks anyway!
  2. Thank you Daresh, so I guess the breadcrumb issue has been resolved due to your module. Thanks for that! Offtopic: anything I could do to resolve these errors?
  3. Hi Daresh, I ran the test: https://search.google.com/structured-data/testing-tool/u/0/?hl=en#url=https%3A%2F%2Fwww.bike4travel.nl I see some errors, but I don't know if they are related to your module (I'm not a programmer, we try to do this ourselves and sometimes things get complicated ) Thanks again.
  4. Daresh, I'm not sure how to 'read' the Google warning. Yesterday there were 78 warnings. I installed your module and edited the breadcrumb.tpl but today I have 181 warnings. Did it not work? Hopefully you can shed some light on it. Do you need some specific information?
  5. Thank you Daresh, I implemented it and Google is now validating. Hopefully it's resolved. Thanks again for the module and the help. Ellen
  6. Hi Daresh, thank you for the module. I'm not a coder and I see all kinds of different 'breadcrumps'. I installed your module, but in my breadcrumb file I do not know where exactly I need to override the code and insert your hook. This is my breadcrumb code at the moment: <!-- Breadcrumb --> {if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if} <div class="breadcrumb clearfix"> <a class="home" href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{l s='Return to Home'}"><i class="icon-home"></i></a> {if isset($path) AND $path} <span class="navigation-pipe"{if isset($category) && isset($category->id_category) && $category->id_category == (int)Configuration::get('PS_ROOT_CATEGORY')} style="display:none;"{/if}>{$navigationPipe|escape:'html':'UTF-8'}</span> {if $path|strpos:'span' !== false} <span class="navigation_page">{$path|@replace:'<a ': ' <span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a itemprop="url" '|@replace:'data-gg="">': '> <span itemprop="title">'|@replace:'</a>': '</span> </a> </span>'} </span> {else} {$path} {/if} {/if} </div> {if isset($smarty.get.search_query) && isset($smarty.get.results) && $smarty.get.results > 1 && isset($smarty.server.HTTP_REFERER)} <div class="pull-right"> <strong> {capture}{if isset($smarty.get.HTTP_REFERER) && $smarty.get.HTTP_REFERER}{$smarty.get.HTTP_REFERER}{elseif isset($smarty.server.HTTP_REFERER) && $smarty.server.HTTP_REFERER}{$smarty.server.HTTP_REFERER}{/if}{/capture} <a href="{$smarty.capture.default|escape:'html':'UTF-8'|secureReferrer|regex_replace:'/[\?|&]content_only=1/':''}" name="back"> <i class="icon-chevron-left left"></i> {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]} </a> </strong> </div> {/if} <!-- /Breadcrumb --> Can you please tell me what code I need to replace with your hook? Thank you so much. Ellen
  7. Hi guys, a short update, I decided to update to 1.6.1.24 and that worked like a charm! Now I am wondering if we even should update to 1.7? Or is 1.6 going to be obsolete any time soon? Looking forward to hear your thoughts, Ellen
  8. Hi, anyone? I have now created a very new environment to test the upgrade. Would love for the update to work or maybe get an amazing tip to fix this...
  9. Hi guys, Today I tried to update my old prestashop website. First I created a clone, downloaded the latest 1-click-update addon and started the update. I noticed php gave an error (I was still running an obsolete version). So, first I tried upgrading this to 7.1 but then the clone didn't work at all. So, I went back to 7.0 and the clone worked again. I ignored the PHP warnings and started the update. Well, I got a lot further than the previous time I tried to run the update, but unfortunately I ended up with an error: "All files upgraded. Now upgrading database...[Ajax / Server Error for action upgradeDb] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: " 500 Server Error Oops, something went wrong. Try to refresh this page or feel free to contact us if the problem persists." I now have the option to refresh the page or to go back to a backup (there are apparently 3 backups in the dropdown, but I never created these... as far as I can recall) So, what should I do now? I haven't refreshed yet (the last time nothing worked anymore after the refresh and I had to start all over with a new clone). I am not a webmaster by the way, we try to maintain our shop ourselves. It was an old presta intallation: 1.6.1.5 Hopefully someone can help me. Best regards, Ellen
  10. Wow! Thank you so much Razaro! Now, let's hope update is quick and easy ;)
  11. Hi Razaro, I've send you a pm. Guys, thank you so much for helping! Really appreciate it. Ellen
  12. In Prestashop admin configuration information I see a warning of missing files: /cache/smarty/compile/index.php, /css/index.php are missing. But, I have the same warning in the live site. Is there anything else I should check? Thanks again, Ellen
  13. Thank you Fabry, that's what it looks like in de database now. But unfortunately it did not resolve the problem.
×
×
  • Create New...