你必須提供php.exe的路徑,然後是函數路徑。
我假設你有PHP版本5.3,
/opt/php53/bin/php /home4/shah/public_html/proof/oinvoices/index.php migrate reset
/opt/php53/bin/php /home4/shah/public_html/proof/oinvoices/index.php migrate latest
,如果你想運行一個cron作業,首先要在遷移功能
:
public function clean_up(){
if (!$this->migration->version(0)) {
echo $this->migration->error_string();
}
// unset table cache - this will force it to update
unset($this->db->data_cache['table_names']);
if (!$this->migration->latest()) {
echo $this->migration->error_string();
}
}
則:如果你是使用php5.3
/opt/php53/bin/php/home4/shah/public_html/proof/oinvoices/index .PHP遷移CLEAN_UP
如果你使用php5.4
的/ opt/php54 /斌/ PHP /home4/shah/public_html/proof/oinvoices/index.php遷移CLEAN_UP
希望能解決你的問題。
那麼,怎麼了?當你運行cron時會發生什麼/不會發生什麼?你有沒有收到任何錯誤信息?讓我們輕鬆爲您提供幫助,包括我們所需的所有信息。 – Styphon 2015-03-25 10:43:58
它不工作,沒有看到錯誤 – 2015-03-25 10:44:58
你有服務器上的SSH訪問嗎? – Philip 2015-03-25 12:32:29