My server company recently upgraded to the plesk control panel. THe panel seems great but all of the cron jobs that I previously created seem not to run under the plesk scheduling system.
These crons (below) which run my Powersearch and Template Data Feed modules were working fine before the plesk upgrad, but now simply do not run. I am working with my server company to isolate the problem, but I wonder if anyone else had these problems and has identified a solution?
wget -q --post-data='Screen=SUTL&Action=SUTL&Store_Code=AntiqueMa ps&Module_Code=exprodf&UserName=xxx&Password=xxx&P rovision=yes&Submit=Login&ExProdF_report=11&includ e_status=A&ExProdF_Custom_Fields=1&ExProdF_UI=modu les/ui/mmui.mvc' --no-check-certificate -O - 'https://geographicus.cybrhost.com/mm5/admin.mvc' > /dev/null
wget -q --post-data='Screen=SUTL&Action=SUTL&Store_Code=AntiqueMa ps&Module_Code=powrsrch&UserName=xxx&Password=xxx& Provision=yes&Submit=Login&powrsrch_rebuild=777777 7&powrsrch_fulltext=name,descrip' --no-check-certificate -O - 'http://www.geographicus.com/mm5/admin.mvc' > /dev/null
Kevin
These crons (below) which run my Powersearch and Template Data Feed modules were working fine before the plesk upgrad, but now simply do not run. I am working with my server company to isolate the problem, but I wonder if anyone else had these problems and has identified a solution?
wget -q --post-data='Screen=SUTL&Action=SUTL&Store_Code=AntiqueMa ps&Module_Code=exprodf&UserName=xxx&Password=xxx&P rovision=yes&Submit=Login&ExProdF_report=11&includ e_status=A&ExProdF_Custom_Fields=1&ExProdF_UI=modu les/ui/mmui.mvc' --no-check-certificate -O - 'https://geographicus.cybrhost.com/mm5/admin.mvc' > /dev/null
wget -q --post-data='Screen=SUTL&Action=SUTL&Store_Code=AntiqueMa ps&Module_Code=powrsrch&UserName=xxx&Password=xxx& Provision=yes&Submit=Login&powrsrch_rebuild=777777 7&powrsrch_fulltext=name,descrip' --no-check-certificate -O - 'http://www.geographicus.com/mm5/admin.mvc' > /dev/null
Kevin
Comment