Jump to content
thirty bees forum

the.rampage.rado

Silver member
  • Posts

    1,147
  • Joined

  • Last visited

  • Days Won

    97

Everything posted by the.rampage.rado

  1. I'm using Warehouse but I expect this module to work with any theme or am I wrong? Yes, email is sent both to the customer and to the admin. Which is bad. On all other instances where the CAPTCHA appears is working just fine. I'm using the latest Warehouse.
  2. Interesting. Not for the site owners tho....
  3. The updates are not pushed to the admins. This was the same with the new updater and now with this update. Some files have to be fixed manually on your side in order to be pushed to our BOs? EDIT: After I updated the contact form still can be send w/o confirming the captcha as in 1.0.2. So spamming is still very possible. Theme WH latest - TB - 1.0.3 I can send you the URL on PM.
  4. I have numbers in my urls with no problem. I think it's something specific to the op configuration.
  5. Just a noob question from a noob like me - I've still not tested elasticsearch but read about it few months ago. The question is - can we run this search indexing module/thing without separate server to run the backend of the service? Can I run it in my server that's hosting my site?
  6. Have you tried turning OFF Smarty and Page caching? I've never stumbled on issues in ASM but who knows....
  7. OMG What a lame mistake!!! :D I've deleted the demo row .... :D Sorry guys! Now it's not giving this notice but it acting again strange. If I have the code pasted the Performance page shows both options as ON. If I turn them off the code is also changed and If I turn them on again the code is true else true... :)
  8. But I'm not playing with it... I'm poking debug mode with those lines. And this behaveour is not present in PS for sure when editing those lines so it's something else down the pipe...
  9. @lesley - today I tested again - when adding this code I'm unable to install modules. The system says: This functionality has been disabled. EDIT- the same message is shown in Performance also and profiling and debug are ON and can't be turned off? Probably there are other changes than those in Performance controller that affect how defines is processed?
  10. most ****1.6**** prestashop templates work with tb
  11. Buy Warehouse from Themeforest - costs pennies for what you can do with it. The latest 1.6 version works just fine with 1.0.6
  12. The quick menu is working it's magic but it fails to give you warning about your current setup. It could be just like the maintanence mode - if it's on - give warning. That way we can receive notification if those two settings are not ON. The rest of the options in Performance are just additions and give little trouble when editing is in force. Sometimes I fail to update my translations with cache on, CCC never does any trouble and when it's set it's set for good, media servers are the same, template compilation too.. But as @dosbiner said - it will be nice feature for the future not high priority, we're just chatting... :)
  13. I had to install the module couple of times but now the URLs are working again. No edits to the code. I had problems with the URLs and the posts giving 404
  14. @lesley - yes, I forgot from where I learned it and thus failed to give you credit!!! Sorry! It's really good addition.
  15. I think they will not boost any performance. Only if you're on the modules page in BO they get scanned so the gain (which I believe is very low) is only visible there. @dosbiner - thank you for your suggestion, I'll give it at try!
  16. Thank you!!! Also - one more thing - how I can automatically exclude .md files from uploading with Filezilla?
  17. Oh you mean on theme install.... Hmmm strange... I can't test that now, I don't have clean setup in fron of me.
  18. I believe I can but just to double check: - block currencies - I only have one currency - will it affect the core if I remove it from server? - block search - I use theme provider's search box - community theme configurator - I don't use this theme - theme configurator - what does it work anyway, never installed it? OK to remove? At the moment I have 43 modules installed - most of them are theme related.
  19. Yes, this would be awesome! Like little red/yellow/green lamp. Where the different colors show the following conditions: - red - all off - yellow - smarty on, caching off - green - smarty on, caching on And little popup notification on mouseover with short description on what does it mean. On click - referral to Performance page. Honestly 50% of the time I have to turn off my caching (when translating or editing front end) I forget to turn it on... :) This will really help!
  20. Did we find solution for SimpleBlog URL issue? Best regards, Radoslav
  21. Just installed 1.0.6 and WH 3.8.7 - no errors or white screens on module install. Please can you tell me what module does you trouble?
  22. I want to use this: ```php/* Debug only / if ($_SERVER['QUERY_STRING'] == 'error') { define('_PS_MODE_DEV_', true); }else{ define('_PS_MODE_DEV_', false); } / Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false); if (_PS_MODE_DEV_ === true) { @ini_set('display_errors', 'on'); @error_reporting(E_ALL | E_STRICT); define('_PS_DEBUG_SQL_', true); } else { @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); } if ($SERVER['QUERYSTRING'] == 'profile') { define('PSDEBUGPROFILING', true); }else{ define('PSDEBUGPROFILING', false); } ``` in my defines.inc.php but when I replace the coresponding lines in the file I can't install modules. It gives 'this functionality has been disabled'. I would like to use this function that way instead of the BO option because it quicker and more convenient.
  23. Yes, I can confirm that running w/o full cache TB is times faster than PS... So don't worry - they will fix it soon and it will become even better!
  24. ZenCart is dead from at least 6-7 years. You should have migrated to PS a long time ago -> lots of lost customers...
  25. I've migrated one store and installed cleanly one other - no issue on both with 3.8.6 and 1.0.5. I don't know about 3.8.7..
×
×
  • Create New...