Jump to content
thirty bees forum

jnsgioia

Members
  • Posts

    357
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jnsgioia

  1. I downloaded the new patch file if that is what you mean. I will try the whole process again. I checked the file I uploaded and found public static $cacheLang = []; on line 48.
  2. I'm actually not terribly worried about it. TB loads very quickly. I just don't like seeing that F on Pingdom :)
  3. I am wondering if I set up a cookieless domain for TB and put the address in the media server field will the static content be copied over, do I have to move the static content manually, or do I need to set up a mirror shop on that domain? I have built quite a few websites but am new to prestashop/tb :|
  4. I reapplied the patch, cleared the OPCache and all other caches, restarted the php and got the same error.
  5. I applied the new patch and got the same error on the back office product page. So replaced the AdminController.php file with the old one again :(
  6. I found with prestashop 1.7 (which is what this upload is based on) I had to change the field separator to | and the multiple value separator to ~. The upload file I use for the prestashop site worked here without any problems.
  7. Both the PayPal and Amazon modules have the same problem so I am guessing it is a TB bug not a problem with the module. Orders using both those payment methods go through with no problems, however if a new customer tries to log in the flow is fine until the last step where they are added to the database. Debug did not return an error for Amazon, but the PayPal error is: Warning: Invalid argument supplied for foreach() in xxxxxx/Store/classes/Customer.php on line 686 [PrestaShopException] Property PayPalModule\PayPalLoginUser->id_customer is empty at line 974 in file classes/ObjectModel.php In the Amazon module test order I requested an account be added at checkout. The order processed as a guest order and no account was added. The order confirmation page with the statement saying an account would be added loaded and then a box popped up saying there was an error and to try again or contact us. I checked an my database is not corrupt and the file permissions appear to be correct.
  8. @mdekker I didn't replace the other file in the patch with the old one. Should I, or should I just leave it and hope that 1.01 is released soon?
  9. I was able to check my import and it was 31: Summary.
  10. I found the cause of the problem. It was the patch for the back end security. I replaced the AdminController.php file with the old one and I could open the page that was throwing the above error.
  11. Me too! I want to transfer from prestashop but I won't be able to if I can't get on that page! Every other page is opening fine. The front office is working as it should. I haven't changed the translations in the back office. I did change some things in the front office translations a couple of days ago, but nothing to do with products.
  12. If you have any ideas as to what went wrong with my back office overnight please help. I copied the error in a post in the general thread. :)
  13. I went to check how I imported the short description and got an error message on the product page. Once I get that figured out I will be able to tell you.
  14. I tried to access the product page in the back office this morning and got this error: Fatal error: Uncaught Error: Access to undeclared static property: AdminProductsControllerCore::$cache_lang in /xxx/Store/controllers/admin/AdminProductsController.php:5234 Stack trace: #0 /xxx/Store/classes/helper/HelperList.php(263): AdminProductsControllerCore->displayPreviewLink('f090e4742c2e633...', '1', 'Evolution Is St...') #1 /xxx/Store/classes/helper/HelperList.php(177): HelperListCore->displayListContent() #2 /xxx/Store/classes/controller/AdminController.php(3154): HelperListCore->generateList(Array, Array) #3 /xxx/Store/controllers/admin/AdminProductsController.php(2613): AdminControllerCore->renderList() #4 /xxx/Store/classes/controller/AdminController.php(2429): AdminProductsControllerCore->renderList() #5 /xxx/Store/controllers/admin/AdminProductsController.php(2531): in xxx/Store/controllers/admin/AdminProductsController.php on line 5234 I have not done anything with the AdminProductsController.php or anything with products at all in the last few days. I have been trying to figure out the login problem with PayPal and Amazon. Thank you for any insights into this problem.
  15. The debug page returned the following error: Warning: Invalid argument supplied for foreach() in (my site)/classes/Customer.php on line 686 [PrestaShopException] Property PayPalModule\PayPalLoginUser->id_customer is empty at line 974 in file classes/ObjectModel.php Is this a bug with TB or something I am doing wrong? Thanks
  16. By viewing the page source of the sign in page and the checkout page I was able to get the return urls. This fixed the problem I was having above. Now I get a 500 server error when the customer returns from PayPal if it is a new customer. Customers who are already registered can sign in with no problem. This is happening with both PayPal and Amazon logins.
  17. Yes, payments work fine, but login will not connect to PayPal giving the error "redirecturi provided in the request does not match any of the registered clients." So I need to see what the redirecturi provided is so I can fix it. As for the email problem, I think it is because the PayPal sandbox merchant email is not a live email.
  18. Yes, Country=USA. I have all other countries activated except most in Africa, Iran, Iraq and North Korea.
  19. Yes, but nothing is said about the return url. On PayPal they say: Return URL - Target URL where users will be redirected after test transactions. Which file would show me what the module is sending to PayPal? I can then enter that information on the form in PayPal.
  20. What is or where do I go to find the url to use for the return url for log in? In checking PayPal in sandbox mode the regular checkout and the express checkout both work fine but login returns this error: redirect_uri provided in the request does not match any of the registered clients. Also I am not getting email notifications of the orders. They show in the back office but I have not received an email notification. I did receive emails when I tested Stripe (which worked without a hitch).
  21. @mdekker Thank you!
  22. The guest checkout in the default theme does not recognize the state in the address form. The states are listed in the dropdown, and populate the field when selected but on submitting the form an error is returned "This country requires you to choose a State." This does not happen when an account is created and an address is added. I tested it using addresses from both the US and Canada.
×
×
  • Create New...