ページ 11

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

Posted: 2019年11月19日(火) 16:10
by mezzo
リモートサーバーから読み込む方法で、下記のエラーが出ます。
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バージョンを変更してみてもエラーが出てしまいます。
何が問題となっているのでしょう?