Jump to content
thirty bees forum

AndyC

Members
  • Posts

    1,149
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by AndyC

  1. Hi All

    Over the past few hours I have received about 50 emails from badbot so far and they keep rolling in from differnt IP's

    it does say Amazon.com & data services but don't know if that means anything

    Should I be concerned / what can I do my end

    thanks

     

  2. Hi All

    (TB 1.5.1 - PHP 8 - Panda Theme) I have gotten round to adding stripe to my website. But it seems to have knock out my Custom Payment Module. While it is not a huge issue,it is nice to have when people don't trust payments from websites (yes I have had a few) I currently also have Nochex PayPal & now Stripe which would make 4 in total....

    Also,how can I move these options around if I need to.  Thanks

  3. Any Help please Got this error come back while trying to edit a discount..

    Not good enough to work it out myself, I wish I could though.

    Also, received the email error, but has URL details in 

    Thank-you

     

    Quote

    [] operator not supported for strings

    in file classes/controller/AdminController.php at line 594

    Source file: classes/controller/AdminController.php

    575:                }
    576:
    577:                // If the method named after the action exists, call "before" hooks, then call action method, then call "after" hooks
    578:                if (!empty($this->action) && method_exists($this, 'process'.ucfirst(Tools::toCamelCase($this->action)))) {
    579:                    // Hook before action
    580:                    Hook::triggerEvent('actionAdmin'.ucfirst($this->action).'Before', ['controller' => $this]);
    581:                    Hook::triggerEvent('action'.get_class($this).ucfirst($this->action).'Before', ['controller' => $this]);
    582:                    // Call process
    583:                    $return = $this->{'process'.Tools::toCamelCase($this->action)}();
    584:                    // Hook After Action
    585:                    Hook::triggerEvent('actionAdmin'.ucfirst($this->action).'After', ['controller' => $this, 'return' => $return]);
    586:                    Hook::triggerEvent('action'.get_class($this).ucfirst($this->action).'After', ['controller' => $this, 'return' => $return]);
    587:
    588:                    return $return;
    589:                }
    590:            }
    591:        } catch (Throwable $e) {
    592:            if ($this->postProcessHandleExceptions) {
    593:                static::getErrorHandler()->logFatalError(ErrorUtils::describeException($e));
    594:                $this->errors[] = $e->getMessage();
    595:            } else {
    596:                if ($e instanceof PrestaShopException) {
    597:                    throw $e;
    598:                } else {
    599:                    throw new PrestaShopException($e->getMessage(), 0, $e);
    600:                }
    601:            }
    602:        }
    603:
    604:        return false;
    

    Stack trace

     

    PHP version: 8.0.28.  Code revision: 1.5.1 build for PHP 8.0

     

  4. Hi

    I've looked around but can't seem to find 1 for TB.. I was wondering if there was a auto page/scroll for you product. I see websites have gotten rid of page numbers, was wondering if there was 1 for TB

  5. Hi
    Want to get it all up and running on the latest core and modules theme as well
    Panda theme
    Product Fields manager v2.4.2 - by Anvanto ( later versions don't seem to work)
    Nochex APC Module v2.2 - by Nochex

    are the most important modules .Although Fields manager plays havoc with any payment module and has had to be modified to work

  6. On 9/3/2023 at 2:30 PM, nickz said:

    Succesfully or with some issues?
    If the server trys to force you, change the server. Some server cause errors.

    I want to pay as I have some modules that may cause issues . I failed to upgrade myself so would prefer someone else to do it... I can ask on People per hour but would prefer it to be done my 1 of the team here

  7. I know it's been a long time since this post but I think it is time I bit the bullet and upgraded

    What is required if I buy the upgrade to the latest version as it doesn't really say.

    thanks 

  8. Hi   (TB 1.4 pre latest version .. Revws - Product Reviews v2.3.1 - by DataKick)

    I recently started using clarity to see what is actually happening when customers visit my site.

    Anyway they tried 3 times to leave a review but kept getting this error

    the link was definitely a review link that was sent to customer, other customers have left reviews

    Any ideas

     

    Screenshot 2023-08-23 222956.jpg

  9. 4 hours ago, the.rampage.rado said:

    Yes, attribute class that was changed in order to continue to php8 might refuse to play nicely with this module. You tried but it's not working, right?

    Yeah & I can't find a solution. I need a text box with a cost and tick boxes with costs as well .. Drop down boxes but no costs

     

  10. On 5/16/2023 at 8:45 AM, zen said:

    Right.. I might update it in order to maybe make some steps / confirmation and also understand webp format now.

    Made my life easier as it removed so many images I didn't need  Maybe also add a deleted section (If possible) as there was no way to look back once you have left.

    Can recommend it if anyone else needs to use it

    • Like 1
  11. 1 hour ago, zen said:

    you might want to try my laundry machine for images directory then in order to save space.. here is the module

    Thanks ,installed and tried it ... I didn't read the instruction - be really careful with this tool - There is no possible rollback!

    I thought it would just show them first and ask you to delete... It removed literally hundreds of images from a wep module that doesn't work with panda 

    • Haha 1
  12. Thanks ... It was set to long.. But has been that way for a long time.. I did set to short but used another module to rebuild images which obviously didn't work.

    I've tried again today with automatic and seems to have worked this time.. My biggest problem was the time it was taking, over 3 hours as have quite a few images. But everything is back to normal. So thank you

    • Like 1
  13. Hi All

    Am still on Version 1.6 and php 7.4 & Panda

    I have been lucky enough to have been trouble free for quite some time now.

    But today my images for some reason have gone completely haywire as I thought it would be a good idea to regenerate my images as I haven't done it in a long while.. My first thought which seemed to work was to delete and re-add the images that were huge via admin products and that did seem to work but there are just to many.. I've regenerated 3 times and it hasn't helped

    My next idea was to try a restore but it hasn't work either... what could the issue be please as as you can see from the image some of them are huge does matter where it can be home page category or product.

    They have been fine up until today ... thank you

    Screenshot 2023-05-14 203504.png

×
×
  • Create New...