Quote:
Originally Posted by ALcorn
FrankieFive, you need to adjust the number of caracters of the field filename of the table cron of your database because the default value of 50 caracters is not enought.
Try to run this query in the PHPMyAdmin:
Code:
ALTER TABLE `cron` CHANGE `filename` `filename` VARCHAR( 70 ) NOT NULL
|
Is there a step by step instruction on how to do this?