- Joined
- 15/7/23
- Messages
- 30
can you tell the number of the line please?@writetrendy
Open file XV/Setup.php
Find all:
$table->changeColumn('image', 'varchar', 500)->setDefault('');
Replace with:
$table->changeColumn('image', 'varchar', 1000)->setDefault('');
And try upgrade again.