-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.7-PL1
-
Fix Version/s: 3.0.8-RC1
-
Component/s: Database Abstraction Layer (DBAL)
-
Labels:None
-
Environment:PHP Environment: 5.3.2
Database: PostgreSQL 8.2
-
phpBB Import Key:
I get an error
Value '6185080811' is out of range type integer.
Problem is here in functions.php funktion set_config_count
line 182.
int4 for postgresql are only up to 2147483647. If the sum of the uploaded files(size) is over these limit, i get the described error.
No problem if im under 2 GB as filesize in summary, but im already arround 6 GB
I fixed it with changing int4 to int8
- caused
-
PHPBB3-10016 set_config_count() fails on PostreSQL 7
-
- Closed
-
-
PHPBB3-10146 Firebird cannot handle DECIMAL(255, 0)
-
- Closed
-