2016-09-23 61 views
0

我正在嘗試爲DataTables設置服務器端腳本代碼。我迄今所做的:從包裝SSP CLASS in DATATABLES

  1. 下載SSP
  2. 安裝PEARL PHP服務器上
  3. 改變php.ini文件的include_path放置在同一文件夾中的SSP類珍珠文件夾

我不斷收到錯誤消息:

PHP Fatal error: require(): Failed opening required '\crm\maintenance\ssp.class.php' (include_path='C:\Program Files (x86)\php\v5.3\pear\') in C:\IIS\CRM\maintenance\khalid.php

Thhis就是我如何調用SSP類

require('ssp.class.php'); 

一些建議!

回答

0

以上步驟工作。在編輯的問題,我已經注意到,我試圖在下面列出聲明的路徑爲這樣的:

require('\xxx\xxxssp.class.php'); // this does not work 

按照以下步驟爲綱的問題本身,也將努力!

相關問題