hello dolphin friends,
i tryed everything but its not work, i think i write wrong dir
my dir is /usr/local/bin/var/www/web0/html/mydomain/periodic/cron.php
what i make wrong ? pls help me!!
hello dolphin friends, i tryed everything but its not work, i think i write wrong dir my dir is /usr/local/bin/var/www/web0/html/mydomain/periodic/cron.php what i make wrong ? pls help me!! |
I don't think that's the correct path. Look in /inc/header.inc.php and see what the directory path is, and use that (adding /periodic/cron.php). BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I agree. if nothing else, there should be a space and a -q in between /var and /www Nothing to see here |
thanks for reply but i try it too and its not work. here is my path what in inc/headerinc.php "/var/www/web0/html/mydomain.com/"; and i thing the correct comment is /usr/local/bin/var/www/web0/html/mydomain.com/periodic/cron.php/ but its not work:-( any ideas?? |
thanks for reply but i try it too and its not work. here is my path what in inc/headerinc.php "/var/www/web0/html/mydomain.com/"; and i thing the correct comment is /usr/local/bin/var/www/web0/html/mydomain.com/periodic/cron.php/ but its not work:-( any ideas?? That looks very incorrect. Try this:
/usr/local/bin/php -q /var/www/web0/html/mydomain.com/periodic/cron.php BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
i try it, its not working Nathan:-( |
i try it, its not working Nathan:-( Is there an email from the cron, what does it say? Make sure the cron is set to run every minute.
If you're trying to test video uploads, upload a new video and give it a few minutes to process. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
regular or embedding video? |
regular upload is not working |
regular upload is not working Can you message me your site (and control panel?) login, so I can take a closer look? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
i neeeed help please i do everyting but its not work can someone help me please?? |
Did you see Nathan's post above yours? He offered to help, just send him your info.
i neeeed help please i do everyting but its not work can someone help me please??
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Try this /var/www/web0/html/mydomain.com/periodic; /usr/bin/php -q cron.php don't forget the correct domain. so much to do.... |