Jump to content

robynd

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Location
    Sarasota, Florida
  • First Name
    Robyn
  • Last Name
    Dombrowski

Recent Profile Visitors

173 profile views

robynd's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm having this exact same problem! Were you able to resolve it with the host? I think my host does use varnish.
  2. Thanks for helping with this. The module developer found the code issue and has fixed it. I really appreciate your time taking a look. cheers!
  3. Removed that chunk. Saved. Uploaded. Cleared Cache. No change. It's got to be something else. And, the original code is working on git.wescoturf.com.
  4. It's strange that this same file is on my sandbox git.wescoturf.com and working fine. It worked fine on my live site until I played with the media server. :-/ I really appreciate the help.
  5. Thanks everyone. No change. Cleared cache first. Don't shame me for using Dreamweaver as my code editor please. I've grown attached to it after 16 years of designing. Attached is a screenshot from my editor showing a syntax error regarding the first {/literal} closing tag. ??
  6. Line 189 changes depending on what editor I use.
  7. Thanks. I'm afraid I'm not a coder; but a designer. This is the last chunk of that file. Is there anything that stands out? {if} looks closed to me and I didn't change the file. {if Configuration::get('PH_BLOG_FB_INIT')} <script> var lang_iso = '{$lang_iso}_{$lang_iso|@strtoupper}'; {literal}(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/"+lang_iso+"/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); {/literal} </script> {/if} <script> $(function() { $('body').addClass('simpleblog simpleblog-single'); }); </script>
  8. I have a ticket out to the module developer; but he's slow to respond so I thought there may be some help here. Getting a 500 error on single blog posts: https://www.wescoturf.com/blog/training-events/fall-2016-wesco-turf-university The function was working. This showed up after I was experimenting with cloudfront cdn. The only thing I did that may have caused this was set the media server to our new cname and test it. All css broke so I reverted. I think that may have triggered something? Debug shows: Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/wescot5/public_html/modules/ph_simpleblog/views/templates/front/single.tpl" on line 189 "</script>" unclosed {if} tag <-- thrown in /home/wescot5/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 189 I'm using 1.6.0.13 I've cleared the cache in the Backoffice and looking at the files, it looks like it's clear. The only thing I haven't done is force a recompile. I'm a newbie to Prestashop that inherited this beast. Works fine in the sandbox: http://git.wescoturf.com/blog/company-news/test-absolute-path Any guidance on this? Thank you in advance.
  9. Hello, We are using Prestashop as a corporate site and ecommerce site. Our Products are a link in the menu with a dynamic dropdown depending on if the customer is logged in and if they are, the type of customer. I want to add a 'landing page' for the main Products link in the menu that would act like the dropdown (hiding and showing appropriately) with the product categories showing on the page. Is there a module to do this? Our site / shop: https://www.wescoturf.com/ Thank you for any ideas or suggestions. I have programmers that I can use; but I thought there already may be something out there (I've looked but...). Robyn
  10. Awesome! Thanks for pointing me in the right direction. http://doc.prestashop.com/display/PS16/PrestaShop%27s+developer+tools
  11. I've seen results like these: https://www.prestashop.com/forums/topic/453381-two-servers-fresh-install-different-speeds/ Example: Load Time 4594 ms - You'd better run your shop on a toaster Querying Time 1026 ms Queries 358 Memory Peak Usage 17.6 Mb Included Files 220 files - 3.57 Mb PrestaShop Cache - Mb Global vars 0.68 Mb PrestaShop Version 1.6.1.0 PHP Version 5.5.26 (OK) MySQL Version 5.6.23-log (OK) Memory Limit 256M Max Execution Time 600s Smarty Cache enabled Smarty Compilation auto etc. Can someone explain where and how I can run this for 1.6 please? I need a baseline for some database and website optimizations. Thank you!
  12. Hi Mat_D1245 I'm experiencing the same exact problem. Chrome and IE and only know about it when a customer calls. Clearing their cookies allows them to see the items in their cart. The problem is inconsistent so very hard to troubleshoot. Turning off ajax cart seemed to keep things quiet for a few weeks. I'm going to try turning off most of the CCC options (developer said they were causing a CPU load too). This is frustrating. Did you have any luck? Robyn
  13. Hello, Here is an overview of what I need. BTW, I'm new to Prestashop but not new to CMS systems (WordPress). 1. A link or button to only show on the product page in categories I select 2. That link or button opens a pop up with the form 3. The product name (maybe image) would automatically be added to the form 3. The form fields can be customized and added/deleted 4. The form can be sent to specific emails 5. We can have more than one form and send to more than one email I've looked at tons of modules but none seem to do all of these together. Is there anything like this available? We would consider hiring someone to build this if one isn't out there. Our site: https://www.wescoturf.com/ Thanks!
×
×
  • Create New...