Jump to content

jbriccola

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Location
    Switzerland
  • First Name
    Jacopo Maria
  • Last Name
    Briccola

jbriccola's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Found the issue. It had to do with customer's data within a module that created a loop of queries with specific customers. Fixed.
  2. Hi, I'm experiencing a problem that I have been unable to solve. For seemingly random customer on my shop, when an order is created both from the shop font or the back office, the order is created with no status assigned (no entry in order_history table) and we get an Error 500 page. The PHP log shows a memory exhausted error, but PHP is allowed to use 4GB of memory (we have massively increased it in order to test the problem, usually 512MB). The issue occurs with all payment methods enabled on the store (Bank Wire, PayPal, Cash on Delivery), different products purchased and changing the user data (addresses, email, name, group) does solve the problem. We are using PS 1.7.4.2 on an Apache web server with mysql 5.7.23 and PHP 7.0.32. Has anybody experienced the same issue and maybe solved it? Thanks
  3. Hi, I had to put this project on hold for a while, but I will give this a try and let you know if it works. Thanks!
  4. Hi, I'm trying to develop a module for my store that automatically generates a PDF of the order invoice upon completion of the order process. I used the actionValidateOrder hook and I am able to make my code run at the right moment, but I have no clue how to generate the PDF in a specific folder of my server (the save part is not the issue, but the generate PDF is). I'm completely clueless. Can anyone help me?
×
×
  • Create New...