Jump to content
thirty bees forum

Havouza

Members
  • Posts

    1,446
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Havouza

  1. A module gives this error after the OS was updated. Shop using PHP 7.4

    Php log say this
    PHP Deprecated:  Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/jv80/public_html/classes/module/Module.php(963) : eval()'d code on line 2219

    Somerthing to do about it, or delete the module

    error.jpg

  2. Hi!
    Suddenly I get a new error when trying to upload a product image. Any hint what can have happened. Nothing is changed

    lowtide.jpg : Fil (storlek: 9779) är för stor (max : 0)

    In english it say that the file is too big, max 0

    Server is ubuntu 20.4

    Php 7.4 fpm

    Allowed upload size is 20 M

  3. Well, all products have unique names, also in these problem cases. This must in my opinion mean that the URL also will be unique. This has at least worked in the other 1500+ products we have in each shop.

    After I rolled back, we recreated the same products, and now there is no problem. So I still don't think that is the problem.

  4. I wrote the post and added the pics. But they came up in wrong order. But I think it's quite obvious which pic is which anyway. But it does not matter now, the rollback fixed it so we keep it there. We have tested everything. Taken away the post that always show up, it just change post. Maybe something went wrong with the update but for now we keep it as is. Perhaps I will try to update it again and see if the same thing happens but that means some downtime if it goes wrong so that has to wait.

  5. After update to stable 1,4 we have got a very strange problem. If you follow the pic you will understand

    1. From phpmyadmin. Note the ref nr 85619 which is correct

    2. BO Ref or artikelnr 85619. correct

    3 nSearch for 85619. Note the image and price. Its correct

    4. Detail for trhe product. Wrong refnumber (Artikelnr), wrong picture, wrong description.

    All Info and picture is taken from the 85626.

    Whatever product we add, it come correct in the first 3 steps but the get all info and ref nr from 85626.

    How is this possible

    Skärmbild phpmyadmin1.png

    bo85619.png

    details.png

    search85619.png

  6. Again, core updater were updated BEFORE I deleted the tb updater. I then reinstalled the tbupdster and directly tested to update to 1.4 stable without any update of the core updater. So your assumption is wrong. 

    You also suggest it can be a adblocker. Who has an adblocker on a dedicated webshop VPS.

    But 1.4 is now installed and I assume that 1.5 will be years ahead so the problem is solved. 

  7. 6 minutes ago, wakabayashi said:

    Are these all files from the /vendor/ folder?

    • config/json/files.json modified
    • vendor/composer/autoload_classmap.php modified
    • vendor/composer/autoload_files.php modified
    • vendor/composer/autoload_psr4.php modified
    • vendor/composer/autoload_static.php modified
    • vendor/composer/installed.json modified
    • vendor/composer/installed.php modified
    • vendor/composer/platform_check.php modified
    • vendor/guzzlehttp/guzzle/README.md modified
    • vendor/guzzlehttp/guzzle/UPGRADING.md modified
    • vendor/guzzlehttp/guzzle/composer.json modified
    • vendor/guzzlehttp/guzzle/src/Client.php modified
    • vendor/guzzlehttp/guzzle/src/ClientInterface.php modified
    • vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php modified
    • vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php modified
    • vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php modified
    • vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php modified
    • vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php modified
    • vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php modified
    • vendor/guzzlehttp/guzzle/src/Exception/ClientException.php modified
    • vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php modified
    • vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php modified
    • vendor/guzzlehttp/guzzle/src/Exception/RequestException.php modified
    • vendor/guzzlehttp/guzzle/src/Exception/ServerException.php modified
    • vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php modified
    • vendor/guzzlehttp/guzzle/src/Exception/TransferException.php modified
    • vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php modified
    • vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php modified
    • vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php modified
    • vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php modified
    • vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php modified
    • vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php modified
    • vendor/guzzlehttp/guzzle/src/Handler/Proxy.php modified
    • vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php modified
    • vendor/guzzlehttp/guzzle/src/HandlerStack.php modified
    • vendor/guzzlehttp/guzzle/src/MessageFormatter.php modified
    • vendor/guzzlehttp/guzzle/src/Middleware.php modified
    • vendor/guzzlehttp/guzzle/src/Pool.php modified
    • vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php modified
    • vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php modified
    • vendor/guzzlehttp/guzzle/src/RequestOptions.php modified
    • vendor/guzzlehttp/guzzle/src/RetryMiddleware.php modified
    • vendor/guzzlehttp/guzzle/src/TransferStats.php modified
    • vendor/guzzlehttp/guzzle/src/Utils.php modified
    • vendor/guzzlehttp/guzzle/src/functions.php modified
    • vendor/guzzlehttp/guzzle/src/functions_include.php modified
    • vendor/guzzlehttp/psr7/README.md modified
    • vendor/guzzlehttp/psr7/composer.json modified
    • vendor/guzzlehttp/psr7/src/AppendStream.php modified
    • vendor/guzzlehttp/psr7/src/BufferStream.php modified
    • vendor/guzzlehttp/psr7/src/CachingStream.php modified
    • vendor/guzzlehttp/psr7/src/DroppingStream.php modified
    • vendor/guzzlehttp/psr7/src/FnStream.php modified
    • vendor/guzzlehttp/psr7/src/Header.php modified
    • vendor/guzzlehttp/psr7/src/InflateStream.php modified
    • vendor/guzzlehttp/psr7/src/LazyOpenStream.php modified
    • vendor/guzzlehttp/psr7/src/LimitStream.php modified
    • vendor/guzzlehttp/psr7/src/Message.php modified
    • vendor/guzzlehttp/psr7/src/MessageTrait.php modified
    • vendor/guzzlehttp/psr7/src/MimeType.php modified
    • vendor/guzzlehttp/psr7/src/MultipartStream.php modified
    • vendor/guzzlehttp/psr7/src/NoSeekStream.php modified
    • vendor/guzzlehttp/psr7/src/PumpStream.php modified
    • vendor/guzzlehttp/psr7/src/Query.php modified
    • vendor/guzzlehttp/psr7/src/Request.php modified
    • vendor/guzzlehttp/psr7/src/Response.php modified
    • vendor/guzzlehttp/psr7/src/Rfc7230.php modified
    • vendor/guzzlehttp/psr7/src/ServerRequest.php modified
    • vendor/guzzlehttp/psr7/src/Stream.php modified
    • vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php modified
    • vendor/guzzlehttp/psr7/src/StreamWrapper.php modified
    • vendor/guzzlehttp/psr7/src/UploadedFile.php modified
    • vendor/guzzlehttp/psr7/src/Uri.php modified
    • vendor/guzzlehttp/psr7/src/UriComparator.php modified
    • vendor/guzzlehttp/psr7/src/UriNormalizer.php modified
    • vendor/guzzlehttp/psr7/src/UriResolver.php modified
    • vendor/guzzlehttp/psr7/src/Utils.php modified
  8. Hi!

    Started update to stable 1.4. Have installed 1.4 before as bleeding edge.

    Now I get a huge list of modified files. Is it something to worry about. No files have been changed by me or anyone here. Can it be from the latest update

×
×
  • Create New...