You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create own module for Litecommerce. I've created the files and then use "Pack It" button. I've received .tar archive. Then I've tried to install this module from archive and I get an error
"ERROR: "0" (code N/A)
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'packSize' at row 1
"
I looked in .tar file found .phar.metadata.bin file and didn't find "packSize" column, but in database packSize column doesn't support
NULL values and doesn't have, I think there is a problem. Why local installed Litecmmerce creates incorrect archives ?
Also I tried to download extension from shop (PayPal) then I used "Pack It" function and received archive. Then I uninstalled Paypal and
try to install it from created packege and I again got an error:
"ERROR: "0" (code N/A)
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'packSize' at row 1
"
And as in previous case there is no "packSize" column in .phar.metadata.bin.
So, how can I create a module ad then install it on my local Litecommerce for testing ? Is it a bug or I do something wrong ?
The text was updated successfully, but these errors were encountered:
I'm trying to create own module for Litecommerce. I've created the files and then use "Pack It" button. I've received .tar archive. Then I've tried to install this module from archive and I get an error
"ERROR: "0" (code N/A)
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'packSize' at row 1
"
I looked in .tar file found .phar.metadata.bin file and didn't find "packSize" column, but in database packSize column doesn't support
NULL values and doesn't have, I think there is a problem. Why local installed Litecmmerce creates incorrect archives ?
Also I tried to download extension from shop (PayPal) then I used "Pack It" function and received archive. Then I uninstalled Paypal and
try to install it from created packege and I again got an error:
"ERROR: "0" (code N/A)
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'packSize' at row 1
"
And as in previous case there is no "packSize" column in .phar.metadata.bin.
So, how can I create a module ad then install it on my local Litecommerce for testing ? Is it a bug or I do something wrong ?
The text was updated successfully, but these errors were encountered: