When Dolphin 7 tell me about setup cron jobs, I close it thinking that I would do it later , Now I'm facing problem in Uploading Audio and videos "You have 1 Not processed sound(s) in this folder " error is coming , do help me , I don't know how to insert the following command in cron.php
MAILTO=xyz@live.com * * * * * cd /var/www/abchost/123.com/httpdocs/periodic; /usr/bin/php -q cron.php
Thanks in advance.
|
That is done from the cron section inside cpanel or whatever hosting control panel your hosting provider gave to you.
See cron section(step 5) in the dolphin install guide for more information. http://www.boonex.com/trac/dolphin/wiki/DetailedInstall
https://www.deanbassett.com |
I have created one thanks for the help, but still Not processed error is coming ...what to do further? |
Now post your error here so people can help.
https://www.deanbassett.com |
PHP Warning: PHP Startup: mcrypt: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match in Unknown on line 0 Could not open input file: cron.php |
Information i could find on this using a google search indicates some of the PHP modules were compiled with a different version of php then the one that cron is using.
This is a hosting problem, you will need to contact your host.
https://www.deanbassett.com |
I checked with my hosting they don't give support for softwares :( when i checked my php version through putty the following was the message , please help.
# php -v PHP Warning: PHP Startup: mcrypt: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: mhash: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match in Unknown on line 0 PHP 5.2.17 (cli) (built: Jan 7 2011 10:39:29) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies with the ionCube PHP Loader v4.0.5, Copyright (c) 2002-2011, by ionCube Ltd.
|
Then you should tell them to do the same thing you just did. Maybe it will open their eyes as to where the problem is.
The errors obviously indicate a hosting problem with the way they compiled php. So it is their problem, and they need to fix it.
If they are blaming dolphin then they are idiots and you need to find a new host that knows what they are doing.
https://www.deanbassett.com |
I think i need to change the hosting coz they are not giving support for php also, now I'm stuck I can't do anything due to this I'm not able to upload audio/video on my site. Any help? |