Jump to content

Recommended Posts

Posted

Hi all- I'm drawing a blank here. I want to upgrade my version of MT to the latest. Do I just FTP the .exe file and extract it server side? Into what folder should I place the upgrade file?

TIA-

Dida

Posted

HI- Ive got a paid MT account and downloaded the ZIP file for upgrading, i.e. *not* the entire v3.12 zip file (mistakenly mentioned exe file) Where should I put it?

 

Again, TIA-

Dida :D

Posted

OK- so i upgraded with no problem. I'm now trying to take avantage of the cool new FUTURE posting feature. I have followed the cron job instructions on LMT site, and am getting email msgs. stating that "no such file or directory exists." However, the tool direcory is in fact installed on my server in the mt directory. What am i missing?

 

This is the command line i have typed in the cron job area of cPanel:

cd /home/MYAREA/public_html/mt/tools/run-periodic-tasks

 

TIA-

Dida

Posted (edited)

Why the cd?

 

It should just be the path/command to a script. You cannot use a change directory command unless it is in a script.

 

example:

/home/cpanelname/public_html/cgi-bin/run-this-script.cgi

Edited by TCH-Bruce
Posted

Ok, according to that you are missing half of it in your sample. It should be entered like this:

 

cd /home/username/public_html/path/to/mt/; ./tools/run-periodic-tasks

 

There are two commands here.

 

cd /home/username/public_html/path/to/mt/;
This command changes to your Movable Type folder change the username to your cpanel name. Change the path/to/mt/ to your actual folder path to MT.

 

./tools/run-periodic-tasks

Run the script

Posted

Thanks again Rick- in the tutorial it looks like there is a space after the last semi-colon. Also, may i assume that the script will first run 15 minutes after I configure this job (per the tutorial), so that the FUTURE option won't appear immediately in MT? Am wondering because am eager to use!

Cheers-

Dida

Posted

HI- I'm stumped-now I'm not evfn getting the cron job email, and of course the FUTURE option not showing up yet in MT . What the heck am I missing? :lol:

Dida

Posted

Arvind and Elise have co-authored the tutorial i refer to. But I'll check with him anyway. I'll post the solution here. THANKS for your help.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...