Jump to content
thirty bees forum

SLiCK_303

Trusted Members
  • Posts

    1,200
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. SLiCK_303

    Erro CronJobs

    no, the latest version is 2.1.1, and it doesnt work, get 2.1.0
  2. SLiCK_303

    Erro CronJobs

    yup, a common problem, d/l the old version, and make sure you dont upgrade it in BO>modules.
  3. SLiCK_303

    Erro CronJobs

    what version of the cronjob module are you using?
  4. ok, I figured it out. On php 7.1.x, revws 1.0.5 doesnt work for me, on php 5.6.x it works fine.... edit: just for fun I tried php 7.0.x, didnt work on that either for me edit: ok, so i tested more, and it has to do with the smarty cache on or off. If i have it on in php 7.1, the module doesnt work for me, if i turn it off it works fine.
  5. I did as you suggested, I uninstalled the module, then deleted, then installed 1.0.5, then imported my old reviews. The bug is still there. When I login I no longer see the stars in the product list on the index, like New arrivals/Popular/Best Sellers/Specials... edit: hmm. this is only happening on my production site, on my test 1.0.3 site its working fine. I'll do some more digging and get back to you. edit: well I dunno what it is about 1.0.5, but it doesnt work on my system. I'm back to 1.0.4....
  6. I installed 1.0.4 and it worked fine. I re-install 1.0.5 and it's now doing the opposite, its showing if I'm logged in, but not to guests. so... i have no clue whats going on. edit: after clearing my BO cache, and my browsers cache, it's doing what I originally said. The stars are not showing on the index pages when I'm logged in, if i log out, they show fine. signed out signed in
  7. after a rest they are showing up, if I'm not signed in. As soon as I sign in they disappear from the index pages again.
  8. The review stars are not showing any longer on the index (New arrivals/Popular/Best Sellers/Specials). They show on the lists, when you go into a category, but not on those pages.
  9. two things about 1.0.5. 1st you forgot to change the version number in config.xml. 2nd, when you're in the BO modules, and you click on you as the author, your module does not come up. oh...and 3rd...thanx for the great module!
  10. yeah, it'll be pretty cool to be sure. @datakick has his module coded for it already, he just hasn't done a release yet. My birthdaygift module is already coded for it too, so you should see it show up in the Actions area under All external Actions. If you dont see it there, you probably need to upgrade to the newest version of my module.
  11. So.... @30knees and @zimmer-media, or anyone else that tested it, what did ya think of the module, any input yet? Quite a bit has changed since v0.5.0, you might wanna d/l the new version and check it out. That will require a reset of the module tho. So hopefully you didn't get too crazy setting up levels or anything yet.
  12. and...what was your memory_limit set at?
  13. 24000 is a lot of products, maybe try it in chunks, of like 1300 or something?
  14. Looks like your missing images to your products, and you need to allocate more php memory (memorylimit). Do you know your memorylimit setting right now?
  15. @chandra said in [Free Module] Birthday Gift: So it basically does not create a voucher within an year even if the birthday changes, right? Correct, it's based on the user id, and when it was entered into the database.
  16. I u/l a new version, this has better group picking, you pick by a dropdown, instead of manually. Also this 'should', not let a person change their birthday, and get another voucher for a year.
  17. BACKUP YOUR FILES AND DB FIRST!! I don't believe there are any db changes, you 'should' just be able to copy all tb1.0.3 files over your existing site. If you using the default theme, and you've modified it, then don't copy over the theme. I would try this first. If that fails then try this... Step 1) Backup your files and DB before doing this!! ALL of your files, and your datebase via phpMyAdmin, a FULL backup!! 2) Delete all folder except: /config /img /modules (except the modules you have installed. In other words delete all core modules) /overrides (which is probably your problem so i dunno) /theme/. 3) Unzip the tb1.0.3 file to your computer, and delete /install and /img folders. Then rename admin to your old admin name. 4) Upload the rest to your site, coping over anything that may exist, which shouldnt be much 5) Edit your /config/settings.inc.php file, change the "define('TBVERSION', '1.0.1');" to "define('TBVERSION', '1.0.3');" 6) using phpMyAdmin, modify your tbconfiguration table changing PSVERSIONDB to 1.0.3 and PSINSTALL_VERSION to 1.0.3 (they both should say 1.0.1) 7) goto you admin url, login, and check your settings just for fun, they should all be the same. 8) enjoy 1.0.3 I have to say though, that doing a clean install of 1.0.3 is the better way to go, then you start nice and fresh. All you do is copy over your theme, and your img folder, and install any of your modules you need again. You can 'try' the first way, but this way is better in the long run. Of course you would need to import your customer info, all your product info, ect, but it can be done (and is out of the scope of this writing)
  18. I'm sure your getting tiered of new releases, but I just did another one. This one is just a re-write of the way I handle some variables, no new functions. Just install over the old version.
  19. Here I am, with yet another release. This one will allow you to pick the groups and order statuses via a drop down menu, instead of manually entering them. Simply install over your existing module, and check your settings, to make sure everything is the same, especially the order states and groups.
  20. Try version 2.1.0, it seems to work for me
  21. @zimmer-media , I'll look into it........
  22. no, that is always a possibility. You would have to watch the vouchers to see if that was happening. I have no solution for a person doing that.
  23. ok, I added a new version that you can set the max days for an email to send, so you can now set it up to only send ones between x and y days. Also, I added the ability to set more that one order state, again I did it the dirty way were you have to manually enter the order states, but it works. Next version will have the order states and group access in drop downs, so you can pick them nicely without having to figure out the numbers. U/l this version and do a reset, or just install this version over your old.
  24. @Chandra , I see what you are talking about. yes, right now it will send out emails older than x days, all of them, untill it does it once, then it will be up-to-date and only send out new ones older than x days. I will make the changes, and set it up to only send ones between x and y days. Stand by for a new release...
×
×
  • Create New...