exists
2004/07/16, 02:43 PM
はじめまして、existsと申します。
smarty を使用して、(s71.xrea.com)でページの作成を手探りでやっています。
ブラウザから、新規のページを作成しようとした時、以下のようなエラーが出て、困っています。
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 1000 is not allowed to access /virtual/9999999/public_html/libs/Smarty.class.php owned by uid 10172 in /virtual/9999999/public_html/note/content/siken.php on line 2
Warning: main(/virtual/9999999/public_html/libs/Smarty.class.php): failed to open stream: Success in /virtual/9999999/public_html/note/content/siken.php on line 2
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 1000 is not allowed to access /virtual/9999999/public_html/libs/Smarty.class.php owned by uid 10172 in /virtual/9999999/public_html/note/content/siken.php on line 2
Warning: main(/virtual/9999999/public_html/libs/Smarty.class.php): failed to open stream: Success in /virtual/9999999/public_html/note/content/siken.php on line 2
Fatal error: main(): Failed opening required '/virtual/9999999/public_html/libs/Smarty.class.php' (include_path='.:/usr/local/lib/php') in /virtual/9999999/public_html/note/content/siken.php on line 2
PHPの、safe_modeの設定によるものなのではないかな?と推定しているのですが、
どなたか、回避する方法を、教えてください。 :confused:
#Smarty2.6.3
#スクリプトは、自分のPC win PHP4.3.2 apache1.3.28 で動作してます。
smarty を使用して、(s71.xrea.com)でページの作成を手探りでやっています。
ブラウザから、新規のページを作成しようとした時、以下のようなエラーが出て、困っています。
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 1000 is not allowed to access /virtual/9999999/public_html/libs/Smarty.class.php owned by uid 10172 in /virtual/9999999/public_html/note/content/siken.php on line 2
Warning: main(/virtual/9999999/public_html/libs/Smarty.class.php): failed to open stream: Success in /virtual/9999999/public_html/note/content/siken.php on line 2
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 1000 is not allowed to access /virtual/9999999/public_html/libs/Smarty.class.php owned by uid 10172 in /virtual/9999999/public_html/note/content/siken.php on line 2
Warning: main(/virtual/9999999/public_html/libs/Smarty.class.php): failed to open stream: Success in /virtual/9999999/public_html/note/content/siken.php on line 2
Fatal error: main(): Failed opening required '/virtual/9999999/public_html/libs/Smarty.class.php' (include_path='.:/usr/local/lib/php') in /virtual/9999999/public_html/note/content/siken.php on line 2
PHPの、safe_modeの設定によるものなのではないかな?と推定しているのですが、
どなたか、回避する方法を、教えてください。 :confused:
#Smarty2.6.3
#スクリプトは、自分のPC win PHP4.3.2 apache1.3.28 で動作してます。