XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 22, 2009, 1:46:25 AM (15 years ago)
Author:
toemon
Message:

ImpressCMSで投稿すると、イベント通知するためにXOOPSをロードしたところで
Fatal error: Call to a member function prefix() on a non-object in C:\xampp\htdocs\impress\kernel\configitem.php on line 331のエラーが、
しょうがないので wp-admin/post.phpの場合は事前にXOOPSをロードするようにしてみた。
予約投稿は問題ないみたいだけれど、もいっかいイベント通知の確認しないと駄目かも

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/request_url.php

    r96 r132  
    4040} 
    4141 
     42function is_admin_post_call(){ 
     43        return check_page_call('wp-admin/post.php'); 
     44} 
     45 
    4246function is_xmlrpc_call(){ 
    4347        $ret =  check_page_call('xmlrpc.php'); 
Note: See TracChangeset for help on using the changeset viewer.