require-once

    8熱度

    1回答

    我試圖在本地機器上運行我的在線網站。我偶然發現了一個問題。 這是我的htaccess AddDefaultCharset UTF-8 Options -Indexes #php_value include_path .:/home/sites/www.example.it/example.it/htdocs/conf/ php_value include_path .:/XAMPP/htd

    5熱度

    2回答

    我正在使用具有以下代碼的php庫:require_once dirname(__FILE__) . '/config.php'; 從我讀到的,dirname(__FILE__)指向當前目錄。 因此寫require_once 'config.php';難道不容易嗎? 我唯一的猜測是,包括dirname(__FILE__)確保require_once函數使用絕對路徑而不是相對路徑。

    0熱度

    1回答

    我有錯誤 Call to undefined method Exception::message() 主叫 Utils::message() (我捕捉異常並通過消息替換) 含有此對象的文件被包括(在對象內部require_once)以及另一個定義爲Utils的文件。 所以我的問題是爲什麼Utils的方法不被識別。所有類都包含在主代碼之前。包含順序是否重要?任何其他提示? 編輯。我Utils類:

    1熱度

    1回答

    還是我誤解mod_rewrite的用法? 我需要幾個Web應用程序的實例,簡單的方法可能是將所有文件複製到另一個文件夾並修改配置文件以建立到另一個數據庫的連接,但我試圖根據子文件夾更改連接參數 Options +FollowSymLinks RewriteEngine On RewriteRule xyz/config.php config.php?id=xyz [L] RewriteRul

    0熱度

    1回答

    我有一個joomla網站,我正在用.php創建一個照片庫,用query1調用圖片SELECT(這個php用完了joomla,但是調用了來自joomla DB) 當gallery.php位於我的網站的根目錄時,它工作正常。但是,當我想插入一個文件夾中,然後我得到這個錯誤: Warning: require_once(/homez.420/xxxxx/www/gallery/includes/defi

    0熱度

    1回答

    我公司通過在WordPress functions.php文件的一些require_once語句看起來像這樣 // Initial theme setup require_once locate_template('/inc/init.php'); // Register widget areas require_once locate_template('/inc/sidebar.php

    0熱度

    2回答

    所以我在與包括AJAX請求調用的PHP頁面上的文件的一個問題: $(document).ready(function() { $("#image-status").html('Processing images...'); }); function process_images(files) { $.ajax ({ type: "POST", url: "includ

    1熱度

    2回答

    爲什麼PHPUnit的號召班上CTestCase工作: require_once('PHPUnit/Autoload.php'); .... PHPUnit_Framework_Assert::assertNotNull($object); 但如果我把它在成分目錄中的文件相同的方式,它顯示我: require_once(PHPUnit/Autoload.php): failed to o

    0熱度

    3回答

    我想在一臺新服務器上設置一個我不是原始所有者的網站 - 在Apache2中,文檔根目錄已經設置爲/ var/www/html,這是index.php所在的位置我想成爲默認的'主頁'所在地。 www中的其他目錄中有許多文件。例如,/common/cachelite/Lite.php也可以在/ var/www中找到。 的index.php中引用的這個PHP使用require_once,象下面這樣: e

    0熱度

    3回答

    我想測試PHPUnit中我的PHP應用程序。我的問題是require_once沒有找到我想測試的文件。我得到這個錯誤: Warning: require_once(C:\MyProject\phpunit-tesztek\include/../include/form.php): failed to open stream: No such file or directory in C:\MyPr