リモートサーバーから読み込む方法でエラーが出ます

「まったく何も分からない・・・」そんなユーザーさんの為のフォーラムです。どんなご質問でもお気軽にどうぞ。
返信
mezzo
記事: 6
登録日時: 2012年10月11日(木) 16:32

リモートサーバーから読み込む方法でエラーが出ます

投稿記事 by mezzo » 2019年11月19日(火) 16:10

リモートサーバーから読み込む方法で、下記のエラーが出ます。
Deprecated: Non-static method cmsview::listpage() should not be called statically in /home/****/****/public_html/************.php on line 1


▼記述しているのはこれです。
<?php require_once( "cmsdesigner/include/view.php.inc" );cmsview::listpage( "****", "default", 10 ); ?>

(階層、ファイル名は伏せてあります)

CMSDesignerのバージョンを変更してもサーバーのPHPバージョンを変更してみてもエラーが出てしまいます。
何が問題となっているのでしょう?

返信