Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-settings.php on line 472

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-settings.php on line 487

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-settings.php on line 494

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-settings.php on line 530

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-includes/cache.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-includes/theme.php on line 623

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/custom_posts/custom_posts.php on line 22

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/pukiwiki.php on line 46

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/pukiwiki.php on line 67

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/pukiwiki.php on line 75

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/pukiwiki.php on line 92

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/modPukiWiki/class/PukiWikiRender.php on line 70

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/modPukiWiki/class/PukiWikiElement.php on line 181

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/modPukiWiki/class/PukiWikiElement.php on line 538

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/modPukiWiki/class/PukiWikiElement.php on line 695

Deprecated: Assigning the return value of new by reference is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/modPukiWiki/class/PukiWikiElement.php on line 1087

Deprecated: Function ereg() is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/wp-ban/wp-ban.php on line 112

Deprecated: Function ereg() is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/wp-ban/wp-ban.php on line 112

Deprecated: Function ereg() is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/wp-ban/wp-ban.php on line 112

Deprecated: Function ereg() is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/wp-ban/wp-ban.php on line 112

Deprecated: Function ereg() is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/wp-ban/wp-ban.php on line 112

Deprecated: Function ereg() is deprecated in /home/users/1/fool.jp-ichi/web/blog/wp-content/plugins/wp-ban/wp-ban.php on line 112
[WordPress] lolipop PHP5 | おれせか
おれせか

なんかそれっぽいのをうにうに。


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);

現在、当該事項の対応・検証を行っております。今しばらくお待ち頂けます様よろしくお願いいたします。

php5をご利用中、またはphp4から移行される皆様へ

うんこ!うんこ!

なんかやり方あんじゃろか。

追記。

ユーザーページからできるようになったらし。

PHP5の php.ini の設定をユーザー専用ページから行うことができます。

ロリポップ!レンタルサーバー - php.iniの設定

PAGETOP
PAGETOP
PAGETOP

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!

[2013/05/15 (水) 22:22]

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.

[2013/06/07 (金) 12:30]

なんぞわからんなりにいじくりまわしたらなんとか治った。

[2014/12/25 (木) 13:03]

onally four fastens to acquire the knowledge.

[2015/08/13 (木) 11:56]

rchase sorbet; climbers even more magical role to protect MM grounds carrying MM left cross right cross over the bushes and small trees,

[2015/08/13 (木) 16:10]

とりあえず、しばらくはhtml直書きでネスト作ることも無さそうなので、無理やりにリストのネストの時のみ対応。

%inst-dir%/wp-includes/formatting.php のfunction wpautop(~){~}内。

[2015/09/16 (水) 15:59]

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.

[2015/10/13 (火) 16:56]

てのがマスター/サーヴァントだったりとか。

[2015/11/23 (月) 17:30]

一方、優れたスーパーコピー素材で作りますから、質感が素晴らしいです

[2016/01/15 (金) 17:49]

なんかエラーが出る・・・なんぞこれ。
ちょっと下記のようにイジイジしてみたらとりあえずエラー無くなった。

PAGETOP

Comment Form

PAGETOP

Trackbacks (0)

トラックバックはありません。

PAGETOP

Trackback URL

PAGETOP

Search