Jump to content
thirty bees forum

Beeta

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Beeta

  1. your opinion is still the same? do you know if "pos tpv" will support thirtybees in the future?
  2. I think I'm not the only one that is going to notice that as in the 1.03 to 1.04 upgrade article/instructions there's no mention of cleaning the DB. I see references of them in multiple tb_module* tables: tb_module tb_module_access tb_module_group tb_module_shop tb_hook_module but maybe there are more in other tables too.
  3. If I launch the core updater it say that I have 24 not compatible modules... I think that they are the modules merge in a single one some versions ago: graphnvd3 gridhtml pagesnotfound sekeywords statsbestcategories statsbestcustomers statsbestproducts statsbestsuppliers statsbestvouchers statscarrier statscatalog statscheckup statsequipment statsforecast statslive statsnewsletter statsorigin statspersonalinfos statsproduct statsregistrations statssales statssearch statsstock statsvisits why they are still there? I followed upgrading instructions deleting them in past upgrades... maybe they are still (but not active) in the DB?
  4. how about add "Unread Content" link (only for logged in users) below RECENT POSTS in the left menu?
  5. TB 1.1.x and 1.2.x will be a better PS 1.7 like TB 1.0.x is a better PS 1.6.x? Are you going to use 1.7 base code for next TB major releases?
  6. The problem I noticed with the Core CSV import is that it doesn't do any preventive check but import all the data right away. example: It doesn't check if a "SEO: Specify URL name" already exist or have invalid character, it just write it in the DB and then two product will have the same seo url or have invalid character in it.
  7. OT: and please please take a look how template inheritance works in xenforo because is awesome!
  8. ok solved the cron entry have % and in crontab they need to be escaped
  9. Same problem here and my sandbox with 1.0.8. controllers/front/cron.php lacks of your commit at line 182 I now manually modified but it doesn't get updated anyway (edit: but it seams that the cron is not running at all 😰)
  10. Xenforo doesn't need to be constantly managed, or at least not more then invision community. I respect your choice and as I said you in private, I'll get over it (in 1 or 2 years 😄)
  11. I really hate Invision Community... I suggested Xenforo 2.1 some months ago. SGRUNT! In case 12 months from now you need help to migrate to xenforo, I can help for free. 😉
  12. @foolab said in Layered navigation interferes with theme pagination: I noticed that my problem is still there if I try to filter with blocklayered the ROOT category that includes all the other categories. In case I filter a sub-category the block layered works correctly. I found this warning on the php error log file, can be related? PHP Warning: Invalid argument supplied for foreach() in /home/nginx/domains/domain.com/public/modules/blocklayered/blocklayered.php on line 1827 this is the content of the file from line 1827 and forward: foreach ($data as $key_params => $params) { if (!isset($selected_filters[$key_params])) { $selected_filters[$key_params] = []; } foreach ($params as $key_param => $param) { if (!isset($selected_filters[$key_params][$key_param])) { $selected_filters[$key_params][$key_param] = []; } $selected_filters[$key_params][$key_param] = $this->filterVar($param); }
  13. I'm trying to upgrade my TB 1.0.7 sandbox to 1.0.8 and I'm getting this error: ``` Analyzing the situation... Testing directories... Downloading... (this can take a while) Download complete. Now extracting... File extraction complete. Now backing up files. [Ajax / Server Error for action backupFiles] textStatus: "error " errorThrown:" " jqXHR: " " Archives will come from https://github.com/thirtybees/thirtybees/releases/download/1.0.8/thirtybees-v1.0.8.zip and https://api.thirtybees.com/updates/packs/thirtybees-extra-v1.0.8.zip md5 hashes for core and extra should be resp. 805bf1b9e8ee6abf17e5e32f0b433a9f and cc9ea91c50ea0c2390f2af2a79efbdad Downloads took 0 seconds. "/latest" directory has been emptied Archive /home/nginx/domains/domain.com/public/admin2254x5srx/autoupgrade/download/thirtybees-v1.0.8.zip extracted Archive /home/nginx/domains/domain.com/public/admin2254x5srx/autoupgrade/download/thirtybees-extra-v1.0.8.zip extracted ``` I already read the 1.07 thread where someone got the same error but I can't understand what I need to do to fix it. Manual upgrade? I can't see error on logs. The pgrade from 1.0.6 to 1.0.7 went smooth (Debian and php5.6), 1.0.7 to 1.0.8 (CentOS 7 and php 7.1) is giving me that error. File and Directories permissions are ok: find ./ -type d -exec chmod 755 {} \ ; find ./ -type f -exec chmod 644 {} \;
  14. Examples: You want to clone/duplicate a PUT-SOMETHING-HERE*, every time you have to create a new one and configure it from zero even though 90% of the times you need to change only a little thing. *PUT-SOMETHING-HERE: Carrier Cart rule Customer Order etc
  15. I have a list of product with very long names. In the product names there are features values (color, year, country) Product Name Germany Black 1963 With prestools I can search for the value in the name and modify/add the "true" features value.
  16. @datakick said in [Free Module]Revws - Product Reviews: I will add a new dedicated hook to the module for this particular use case. That way, you will be able to call this hook anywhere in the product template, and it will not impact other modules. wait! I didn't "mess" with templates so much but I always thought that was possible to add a hook from TB/PS backend, and then attach to it what module view you want... it has to be done the other way around instead?!
  17. @musicmaster said in Prestools - the mass edit toolset: Of course Prestools has quite a lot of different functions and it depends what you want to do. But in general it is not possible. I would like to set up some automatic mass edits once or twice a week adding features from a product name search. I don't want to do it by a plain sql query because I'm afraid to mess up with the DB... prestools do that with an plain sql query?
  18. is it possible to configure a cronjob that run a specific prestools mass edit?
  19. I noticed that my problem is still there if I try to filter with blocklayered the ROOT category that includes all the other categories. In case I filter a sub-category the block layered works correctly.
  20. @traumflug said in Product list BO with manufacturers and suppliers columns: Why not? PageCache has its flaws, but the other cache systems should work just fine. Even for development I keep Smarty cache turned on, with “recompile if something has changed”. It's a sandbox. I have no TB installation in production right now. I'm going to follow your advice for "recompile if something has changed".
  21. @wakabayashi worked! (I have no cache active, didn't think to it) thank you
  22. done... but the issue is still there. I think it's not possible that the issue is my nginx config because the issue is there without friendly urls too no js errors in console p.s. I'm using the italian translation (no other languages are installed)... I have to try with english (UK or USA)?
  23. @datakick I just installed 1.0.21 and the issue is there. I disable all the third parties module and the issue is there.
×
×
  • Create New...