Jump to content
thirty bees forum

spidawebs

Members
  • Posts

    224
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by spidawebs

  1. That table doesn't exist, so I've just tried to create it with that code, but it won't create it. It says:

    dot.gif MySQL returned an empty result set (i.e. zero rows). (Query took 0.0226 seconds.)
    CREATE TABLE `tb_stripe_review` ( `id_stripe_review` int(11) NOT NULL AUTO_INCREMENT, `id_order` int(11) unsigned NOT NULL, `status` int(11) unsigned NOT NULL DEFAULT '0', `id_review` varchar(255) DEFAULT NULL, `id_payment_intent`varchar(255) DEFAULT NULL, `id_charge` varchar(255) DEFAULT NULL, `captured` tinyint(1) DEFAULT NULL, `test` tinyint(1) DEFAULT NULL, PRIMARY KEY (`id_stripe_review`) )
     
    ...but the table is still not there?
  2. I've just installed this update and tested it. It won't work at all with any of the stripe test cards. No matter which one I use, it says declined straight away.

    So I tried it with my card and it seemed to process it, but then went to a page saying this:

     An error occurred:

    • Failed to create stripe review object

    And the order has not come through. 

    Any idea what could be wrong? I'm using the standard thirty bees 5 step checkout.

     

     

  3. This is the only error I can see in the logs:

    [Fri Oct 05 08:45:56.644386 2018] [:error] [pid 833] [client 40.68.122.101:22395] PHP Warning: requireonce(/home/admin/domains/ageasbowlshop.co.uk/publichtml/vendor/paragonie/randomcompat/lib/bytesafestrings.php): failed to open stream: No such file or directory in /home/admin/domains/ageasbowlshop.co.uk/publichtml/vendor/paragonie/randomcompat/lib/random.php on line 57 [Fri Oct 05 08:45:56.644444 2018] [:error] [pid 833] [client 40.68.122.101:22395] PHP Fatal error: requireonce(): Failed opening required '/home/admin/domains/ageasbowlshop.co.uk/publichtml/vendor/paragonie/randomcompat/lib/bytesafestrings.php' (includepath='/home/admin/domains/ageasbowlshop.co.uk/publichtml/vendor/pear/archivetar:/home/admin/domains/ageasbowlshop.co.uk/publichtml/vendor/pear/consolegetopt:/home/admin/domains/ageasbowlshop.co.uk/publichtml/vendor/pear/pear-core-minimal/src:/home/admin/domains/ageasbowlshop.co.uk/publichtml/vendor/pear/pearexception:.:/usr/local/lib/php') in /home/admin/domains/ageasbowlshop.co.uk/publichtml/vendor/paragonie/randomcompat/lib/random.php on line 57

    Is that what is causing the problem?

  4. HELP! I have just upgraded from 1.0.3 to 1.0.7 using the upgrade module. The upgrade completed successfully but as soon as I refreshed the page, I have lost access to both the backend and the frontend.

    It just comes up with a 500 server error and this message:

    This page isn’t working www.ageasbowlshop.co.uk is currently unable to handle this request.

    Any idea what could be wrong and how to fix it? I will have a look at the server logs and post again if I find anything in there which may help.

  5. @datakick I've just checked out your latest demo. Looks great, but I really think when people enter their address you need the zip code first and then use an automatic address lookup to complete the address. People make so many mistakes when typing their address manually and it also takes a lot longer which leads to higher abandonment.

    If you could allow compatibility/option to use an address lookup system I think it would improve it tremendously.

    I personally use https://craftyclicks.co.uk at the moment.

  6. I've just been informed by someone trying to order on our website that they are unable to do so unless they tick the "subscribe to newsletter box" on the checkout.

    I have just tried to place an order myself as I thought this can't be right, but it is.

    You can't order unless you subscribe to the newsletter which is against GDPR rules.

    See screenshots below. I even have the newsletter option disabled in the backend so it shouldn't even be showing at all.

    Any ideas how to fix this? I'm using the standard thirtybees template and 5 step checkout.

    0_1531737762039_screenshot.png

    0_1531737775461_screenshot2.png

  7. I'm tearing my hair out over this and still can't get it resolved.

    The hosting company are adamant it is being caused by an .htaccess file. I've deleted all the ones I can find and it still doesn't work. Here's another error related to it I have found in the logs:

    [Wed Jun 06 09:22:39.573409 2018] [accesscompat:error] [pid 9044] [client 40.68.122.101:27000] AH01797: client denied by server configuration: /home/domains/domain.com/privatehtml/api

    Please, does anyone know how to fix this? It seems there are several bugs with the webservice.

×
×
  • Create New...