Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

php - Cron Jobs stopped working -


i've been running daily cron job few months , working fine. cron job runs php script database action mails email address results. few days ago, when script ran, database action stopped working, send me email. changed php script send different email, still sends me old one. can't seem new scripts run , when set email address cron job run doesn't send one.

any thought how can on track?

more information: use linux os cpanel.

i've used following commands. /usr/bin/php -f /home/[user]/public_html/[path script] /usr/bin/php -q /home/[user]/public_html/[path script] /usr/local/bin/php -f /home/[user]/public_html/[path script] /usr/local/bin/php -q /home/[user]/public_html/[path script]

php says path php /usr/bin/php however, used work local part in there.

@dampes8n- i'd rather not. php script includes few sql commands , mail function. works fine without errors when visited browser. @paul- inclined believe. think cron daemon stuck somehow. when try add new cron jobs, don't register going off, , won't send emails email address when cron should go off.

i complete newbie cron. access cron jobs in cpanel x. i'm pretty sure don't use crontab. detailed instructions actions you'd me take great.

well, wound contacting hosting support. turns out domain moved new server , cron jobs still running on old one.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -