Jump to content
php.lv forumi

Recommended Posts

Posted

Kādam ir idejas, kā atbrīvoties no sekojošām kļūdām?

 

--------------------------------------------------------------------------

Warning: main(SOAP/Server.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\webservice\pathfinder_server.php on line 6

 

Fatal error: main(): Failed opening required 'SOAP/Server.php' (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c:\program files\easyphp1-8\www\webservice\pathfinder_server.php on line 6

---------------------------------------------------------------------------

 

Mēģināju konfigurēt include_path iekš php.ini, bet kkā netiek ņemts vērā mans iestatījums!

Kurš ir tas maģiskais parametrs, kas jākonfigurē?

 

Mans ceļš līdz bibliotekai ir "C:\Program Files\EasyPHP1-8\php\pear\go-pear-bundle\pear"

Posted

php.ini

;;;;;;;;;;;;;;;;;;;;;;;;;

; Paths and Directories ;

;;;;;;;;;;;;;;;;;;;;;;;;;

 

; UNIX: "/path1:/path2"

;include_path = ".:/php/includes"

;

; Windows: "\path1;\path2"

;include_path = ".;c:\php\includes"

include_path = ".;c:\Programmas\wamp\www\admin\include"

 

Šis man uz windows, localhost iet!

Posted (edited)

Jā - tieši šo es arī konfigurēju, bet nezkādēļ manas vēlmes tiek ignorētas.

Protams arī pārstartējot serveri ...

 

Nesaprotu, kur tiek izrakts, ka: include_path='.;C:/Program Files/EasyPHP1-8\php\pear\')

Edited by DIVX5
Posted
SOAP/Server.php' (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c

Tie sleši ( \ un / ) tur tev tā arī ir? Divi uz vienu pusi trīs uz otru?

Posted (edited)

c:\program files\easyphp1-8\www\webservice\pathfinder_server.php

C:/Program Files/EasyPHP1-8\php\pear\'

c:\program files\easyphp1-8\www\webservice\pathfinder_server.php

C:\Program Files\EasyPHP1-8\php\pear\go-pear-bundle\pear"

Tumša bilde!

Vienā vietā www otrā php!

Atnāks bubu vai andrisp un ieviesīs skaidrību!

Edited by Aikss
Posted

Nu ja kas varēja arī mēģināt konfigurēt to ceļu no php, izmantojot kaut vai to pašu "ini_set" funkciju, tad pilnīgi noteikti mainītos un tāda nejaušība kā cits ini fails būtu izslēgta.

×
×
  • Create New...