Jump to content
thirty bees forum

jnsgioia

Trusted Members
  • Posts

    365
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jnsgioia

  1. I was able to check my import and it was 31: Summary.
  2. 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.
  3. 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.
  4. 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. :)
  5. 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.
  6. 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.
  7. 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
  8. 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.
  9. 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.
  10. Yes, Country=USA. I have all other countries activated except most in Africa, Iran, Iraq and North Korea.
  11. 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.
  12. 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).
  13. @mdekker Thank you!
  14. 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...