We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Migration error: decimal column type

Hello is there any solution for the bug here https://github.com/phalcon/phalcon-devtools/issues/56 ? I keep getting the error below after upgrading phalcon 1.2.3

PhalconException: Column type does not support scale parameter



98.9k

hi, this is fixed in 1.30, could you please try with that version?

This is wierd because i exactly followed the instructions written here https://phalcon.io/en/download and made fresh installation for Ubuntu 12.04.1 LTS with PHP5-FPM. Is there are way to upgrade ?



98.9k

1.3 is not released yet, you need to install it from the respective branch:

git clone https://github.com/phalcon/cphalcon
cd cphalcon
git checkout 1.3.0
cd build
sudo ./install