W

Error when update XenVn 2.5.0

@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.
can you tell the number of the line please?
 
Similar content Most view View more
Back
Top Bottom