Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/modPukiWiki/plugin/notice.inc.php on line 14
lolipopがPHP5に対応したよーなので使えるようにしてみたら、なんかエラーが出るように。
Catchable fatal error: Object of class PukiWikiRender could not be converted to string in ~~~
なんぞわからんなりにいじくりまわしたらなんとか治った。
- %inst-dir%/wp-content/plugins/modPukiWiki/class/PukiWikiRender.php
class PukiWikiRender {
var $_body;
var $_settings;
var $_linerules;
var $_pattern;
var $_replace;
var $_source;
var $_md5hash;
/* ▼08/10/27 ichi 追加▼
*************************************************/
static $_count = 0;
/*************************************************/
/**
* @desc PukiWikiRenderクラスのコンストラクタ
*
* @param $config 使用するconfigファイルのファイル名
* @return
*
* @author
*/
function PukiWikiRender($config='') {
/* ▼08/10/27 ichi 追加▼
*************************************************/
$this->_id = PukiWikiRender::$_count++;
/*************************************************/
//デフォルトの設定ファイル読込
require (MOD_PUKI_DEFAULT);
PukiWikiConfig::initParams();
foreach($_settings as $key=>$value) {
PukiWikiConfig::setParam($key,$value);
}
PukiWikiConfig::initRules();
PukiWikiConfig::addRuleArray($_rules);
PukiWikiConfig::initInterWiki();
$this->_body = &new PukiWikiBody($this,1);
//コンストラクタのパラメータで$configが指定されている場合は、読み込む。
if ($config and file_exists(MOD_PUKI_CONFIG_DIR.$config.".php")) {
include (MOD_PUKI_CONFIG_DIR.$config.".php");
} else if ($config and file_exists(MOD_PUKI_CONFIG_DIR.$config.".dist.php")){
include (MOD_PUKI_CONFIG_DIR.$config.".dist.php");
}
}
/* ▼08/10/27 ichi 追加▼
*************************************************/
function __toString(){
return strval($this->_id);
}
/*************************************************/
とりあえずエラー出なきゃいいやくらいの感覚。困ったらまたその時に考える。
あと、magic_quote_gpcがoffにならねっぽ?
この度、全svサーバーのメンテナンスにより順次php5をリリースいたしておりますが、php5環境では弊社サーバの仕様によりphp環境変数の変更が行えません。
例 ).htaccessの場合 … php_value mbstring.internal_encoding EUC-JP
例 )ini_setの場合 … ini_set(mbstring.internal_encoding, EUC-JP);現在、当該事項の対応・検証を行っております。今しばらくお待ち頂けます様よろしくお願いいたします。
うんこ!うんこ!
なんかやり方あんじゃろか。
Prev / Next in same category
Comment Form
Trackbacks (0)
トラックバックはありません。
Comments (10)
Right here is the right website for anyone who wishes to find out about this topic. You understand a whole lot its almost hard to argue with you (not that I personally will need to…HaHa). You definitely put a fresh spin on a topic that has been discussed for years. Excellent stuff, just excellent!
The MCSA Exam is the most grueling of Microsoft’s datacenter-focused titles, and shouldn’t be undertaken by those with less than several years of solid administration experience. If you don’t understand how all the network pieces fit together, you’re not ready yet to tackle this series of exams.
なんぞわからんなりにいじくりまわしたらなんとか治った。
onally four fastens to acquire the knowledge.
rchase sorbet; climbers even more magical role to protect MM grounds carrying MM left cross right cross over the bushes and small trees,
とりあえず、しばらくはhtml直書きでネスト作ることも無さそうなので、無理やりにリストのネストの時のみ対応。
%inst-dir%/wp-includes/formatting.php のfunction wpautop(~){~}内。
any people want Rolex, Movado and additionally Hublot experience these sort of connections it also will involve approximately two and additionally four fastens to acquire the knowledge.
てのがマスター/サーヴァントだったりとか。
一方、優れたスーパーコピー素材で作りますから、質感が素晴らしいです
なんかエラーが出る・・・なんぞこれ。
ちょっと下記のようにイジイジしてみたらとりあえずエラー無くなった。