Plesk Unable to update scheduled backup information: MySQL query failed: Unknown column ‘backup_time’ in ‘field list’

Error in scheduling a backup
10th December 2008, 04:38 AM#1

105547111
Registered User

Join: Jul 2006
Posts: 203 Error in scheduling a backup [fixed]
I tried to schedule a backup I get this error at the top:

Error: Unable to update scheduled backup information: MySQL query failed: Unknown column ‘backup_time’ in ‘field list’

So its not saving the info any idea’s on a fix?
10th December 2008, 05:02 AM#2

105547111
Registered User

Join: Jul 2006
Posts: 203 Fixed it, yum removed psa-backup-manager and then put it back on through plesk – works!!!

Hey where are the backups stored now? Its not /var/lib/psa/dumps/1/ anymore

Interakt resize image quality

zener
11-22-2005 17:29:38 GMT +2
Hello,

I’m using the tNG_showDynamicThumbnail function to create thumbnails dynamicaly.

I need a way to set the quality of the thumbnail? Is it possible? the generated thumbnails are too big…

Thank you in advance

Back | Reply | Quote | Top
Florin CARLIG[InterAKT]
11-23-2005 18:11:15 GMT +2
Hello zener,

Take a look at the code in the includes\common\lib\image\KT_image.class.php – look at the resize_gd function. Lower the 80 from this function:

$this->createNewImg($img, $folder . $destinationFileName, 80);

to decrease quality.

Regards,
Florin CARLIG