Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module development #49

Closed
maxwhite opened this issue Oct 17, 2012 · 2 comments
Closed

Module development #49

maxwhite opened this issue Oct 17, 2012 · 2 comments

Comments

@maxwhite
Copy link

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 ?

@fundaev
Copy link
Member

fundaev commented Oct 25, 2012

@fundaev fundaev closed this as completed Oct 25, 2012
@maxwhite
Copy link
Author

On 10/25/2012 11:30 AM, Sergei Fundaev wrote:

Sorry for the delay.

As far as I understand, it is the same issue
http://bt.litecommerce.com/view.php?id=42302, isn't it?


Reply to this email directly or view it on GitHub
#49 (comment).

Hi, yes it is the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants