Results 1 to 2 of 2

Thread: cronjob issue "GET or not to GET"

  1. #1

    Default cronjob issue "GET or not to GET"

    hello, I usually enter this command line for cronjobs on my server

    GET 'fullcronarchiveurlanditsvariables'> /dev/null

    now, Vshare cronjob command line is a little different, I don't know if it's working or not, video imported using /admin/import_video.php are always in Process Queue, never really imported

    this is the cronjob line I have entered, can u pls check it?

    /usr/bin/php -q '/home/sessogr/public_html/video/cron.php'

    should I add ">" and/or "/dev/null" or should I replace "/usr/bin/php" with "GET"

    ple help me a little, thanks

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: cronjob issue "GET or not to GET"

    You need to make sure that "/usr/bin/php" is the path to PHP on your server. It is normally "/usr/bin/php" or "/usr/local/bin/php." The portion at the end of that (the > /dev/null &) tells the cron to output the messages to null (in other words, do not output anything) and the ampersand (&) tells it to run the process in the background versus the foreground. They are not needed for the command to work.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

Similar Threads

  1. allowing absolute url in fckeditor in "email users" option
    By paolo in forum General Discussions
    Replies: 1
    Last Post: 11-22-2008, 12:59 AM
  2. locate "page" folder? modify html file
    By pmarket in forum Template Modifications
    Replies: 1
    Last Post: 02-17-2008, 02:26 PM
  3. Where is "guest bar" also bar "most viewed" etc
    By abeez in forum Template Modifications
    Replies: 2
    Last Post: 01-21-2008, 03:33 AM
  4. Bottom Advert Broken in "Recently Added Groups" page
    By grynmoors in forum Installation Support
    Replies: 2
    Last Post: 09-09-2007, 01:24 AM
  5. "Classified " Site, and "Image Hosting"
    By chiefody in forum Sales Questions
    Replies: 1
    Last Post: 07-04-2007, 08:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •