Posted on 12 January 2009.
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
Posted in Plesk
Posted on 12 January 2009.
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
Posted in PHP
Posted on 08 January 2009.
A cron job (run by the cron daemon, or cron service) is a request for the server to run a particular command and/or program via the command line and set points during the hour, day, week, month or year.
The name is derived from Greek chronos (χρόνος), meaning time. Continue Reading
Posted in Plesk
Posted on 08 January 2009.
Event.observe(window, ‘load’,
function() {
document.body.innerHTML = document.body.innerHTML.replace(“CDL”, “bar”); }
);
Posted in JavaScript - Ajax