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

Fix failing updates to banner table #954

Merged
merged 1 commit into from Mar 5, 2021
Merged

Conversation

geekwright
Copy link
Contributor

When impmade exceeds capacity of medium int (at 16777216,) this error results:

Error number: 1264
Error message: Out of range value for column 'impmade' at row 1

These changes bump impmade and clicks columns to int, matching imptotal. That, too, could be exceeded, but not quickly.

Fix is applied by running upgrade or on fresh install.

When impmade exceeds capacity of medium int (at 16777216,) this
error results:

Error number: 1264
Error message: Out of range value for column 'impmade' at row 1

These changes bump impmade and clicks to int, matching imptotal.
That, too, could be exceeded, but not quickly.

Fix is applied by update or fresh install.
@mambax7 mambax7 merged commit f5b70a1 into XOOPS:master Mar 5, 2021
@geekwright geekwright deleted the bannerints branch March 7, 2021 05:58
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

Successfully merging this pull request may close these issues.

None yet

2 participants