Jump to content
thirty bees forum

Havouza

Trusted Members
  • Posts

    1,511
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Havouza

  1. @wakabayashi that worked like a dream. Can you also solve the next problem? I use some Awsome fonts on the page. Is there a way to link them to the cms pages
  2. OK Thanks a lot
  3. Is it possible to add css classes to a css-file and use them on the cms pages like T&C etc
  4. Havouza

    CSS SCSS

    I changed the css for my team on the new project as I always do. Uploaded and all was fine. Went to bed woke up this morning and opened the shop page. All css changes were gone: WHAT IS THIS? Has is something to do with the scss files? If so, can I shut it off, I have no time or interest to learn one more thing.
  5. decrypted PrestaShopException Call to undefined method TbUpdaterModule\ConfigurationTest::testDir() at line 593 in file modules/tbupdater/tbupdater.php php 588. 589. $success = false; 590. if (substr($file, -4) == '.zip') { 591. if (Tools::ZipExtract($file, $tmpFolder) && file_exists($tmpFolder.DIRECTORY_SEPARATOR.$moduleName)) { 592. if (file_exists(_PS_MODULE_DIR_.$moduleName)) { 593. => if (!ConfigurationTest::testDir(_PS_MODULE_DIR_.$moduleName, true, $swag, true)) { 594. $this->addError(sprintf($this->l('Could not update module `%s`: module directory not writable.'), $moduleName)); 595. 596. return false; 597. } 598. $this->recursiveDeleteOnDisk(_PS_MODULE_DIR_.$moduleName); - TbUpdater->extractModuleArchive - [line 462 - modules/tbupdater/tbupdater.php] - [3 Arguments] php 457. } catch (Exception $e) { 458. return false; 459. } 460. } 461. if (@file_exists($zipLocation)) { 462. => return $this->extractModuleArchive($moduleName, $zipLocation, false); 463. } 464. 465. return false; 466. } 467. ```Argument [0] tbupdater Argument [1] /var/www/vhosts/host-thirty.com/httpdocs/modules/tbupdater.zip Argument [2] - **TbUpdater->downloadModuleFromLocation** - [line `431` - `modules/tbupdater/tbupdater.php`] - [2 Arguments]php 426. $moduleInfo = $this->getModuleInfo($moduleName); 427. if (!$moduleInfo || !isset($moduleInfo['binary'])) { 428. return false; 429. } 430. 431. => if (!$this->downloadModuleFromLocation($moduleName, $moduleInfo['binary'])) { 432. return false; 433. } 434. 435. return true; 436. } Argument [0] tbupdater Argument [1] https://github.com/thirtybees/tbupdater/releases/download/1.1.3/tbupdater-v1.1.3.zip - **TbUpdater->updateModule** - [line `1525` - `controllers/admin/AdminModulesController.php`] - [1 Arguments]php 1520. $moduleToUpdate[$name]['displayName'] = $moduleInfo['displayName']; 1521. } 1522. } 1523. 1524. foreach ($moduleToUpdate as $name => $attr) { 1525. => if (!$tbupdater->updateModule($name)) { 1526. $this->errors[] = sprintf(Tools::displayError('Module %s cannot be upgraded: Error while extracting the latest version.'), ''.$attr['displayName'].''); 1527. } else { 1528. $moduleUpgraded[] = $name; 1529. } 1530. } Argument [0] tbupdater - **AdminModulesControllerCore->postProcessCallback** - [line `1442` - `controllers/admin/AdminModulesController.php`]php 1437. } 1438. } 1439. 1440. // Call appropriate module callback 1441. if (!isset($ppmReturn)) { 1442. => $this->postProcessCallback(); 1443. } 1444. 1445. if ($back = Tools::getValue('back')) { 1446. Tools::redirectAdmin($back); 1447. } - **AdminModulesControllerCore->postProcess** - [line `379` - `classes/controller/Controller.php`]php 374. if ($this->checkAccess()) { 375. if (!$this->contentonly && ($this->displayheader || (isset($this->className) && $this->className))) { 376. $this->setMedia(); 377. } 378. 379. => $this->postProcess(); 380. 381. if (!empty($this->redirectafter)) { 382. $this->redirect(); 383. } 384. - **ControllerCore->run** - [line `742` - `classes/Dispatcher.php`]php 737. if (isset($paramsHookActionDispatcher)) { 738. Hook::exec('actionDispatcher', $paramsHookActionDispatcher); 739. } 740. 741. // Running controller 742. => $controller->run(); 743. } catch (PrestaShopException $e) { 744. $e->displayMessage(); 745. } 746. } 747. - **DispatcherCore->dispatch** - [line `63` - `admin/index.php`]php 58. if (!isset($REQUEST['controller']) && isset($REQUEST['tab'])) { 59. $REQUEST['controller'] = strtolower($_REQUEST['tab']); 60. } 61. 62. // Prepare and trigger admin dispatcher 63. => Dispatcher::getInstance()->dispatch(); ```
  6. From beginning I just packed the shop and unpacked it on another domain connecting to the same db. I tried to find all configs that I needed to change but it never worked so I just cleaned it out and started over. It is your suggestion really for my 9 products but it will be very nice I hope
  7. Solved, I installed a clean shop
  8. @Traumflug I am sure you know. You worked a lot with the cloning.
  9. Hi! What config files do I need to change when I have moved the shop to new domain?
  10. Havouza

    homeslider text

    Marcus, you referred to my comment about my use of smartphone that is 0. But I am very aware of the use of small screens among the human race ;-) And have tried to make my new project usable in such devices
  11. Havouza

    homeslider text

    I have never used the two first ones. But realize that need something because the hype to use smartphones for web surfing. I don't even own a smartphone, I use the mobile to make calls and send text, nothing else. I don't need to waste time to check the phone all the time, I manage anyway. But that is probably a question about age But it is funny to sit outside the supermarket and study people coming and going. If they are under 40 95% has a big smartphone in the hand, over fifty has a small mobile in the pocket or in the belt.
  12. Havouza

    homeslider text

    I use vw size settings. It scale automatically but tend to be too small quickly
  13. I can also install it on a beauty clone to test
  14. You can always look at the page, it is coming together
  15. Hi! Yes in a way. But I will do it simpler from beginning. Then I will use TB even it it is np to 15 products only
  16. As I always have said. If you dont have work, you can always construct something
  17. And Lesley said something about Installatron
  18. We need to start call mdekker Speedy Gonzales
  19. OK. I have an empty server in the middle of Europe (Strasbourg). 32 Gb Ram 10 cores 100% SSD. Could shops in a bigger geographical area have use for such server?
  20. OK that I grasp. Now about Elasticsearch. Must the server be in the same server as the shop? Same network?. Or can there be one server connected to multiple shops over internet?
  21. Following this thread with interest. Looked on the Algolia web today and on prices. Can anyone of you experts explain what 10000 records mean? 100000 operations?
  22. @alwayspaws yes, but not the shop. Another project that I am working on Feeling better today?
  23. Anyone know a chat script that work similar to the one in this forum. With the chat visible when you scroll the page
  24. I have even an account in Russian Rubles in Moscow. My wife is a translator and does some of the jobs for a Russian agency. The problem is to get the money out without paying huge fees
×
×
  • Create New...