DIVX5 Posted March 23, 2008 Report Share Posted March 23, 2008 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" Link to comment Share on other sites More sharing options...
Aikss Posted March 23, 2008 Report Share Posted March 23, 2008 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! Link to comment Share on other sites More sharing options...
DIVX5 Posted March 23, 2008 Author Report Share Posted March 23, 2008 (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 March 23, 2008 by DIVX5 Link to comment Share on other sites More sharing options...
Aikss Posted March 23, 2008 Report Share Posted March 23, 2008 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? Link to comment Share on other sites More sharing options...
DIVX5 Posted March 23, 2008 Author Report Share Posted March 23, 2008 Nop - tā nav....nevar saprast, kur tāda rindiņa tiek izrakta.... Link to comment Share on other sites More sharing options...
Aikss Posted March 23, 2008 Report Share Posted March 23, 2008 (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 March 23, 2008 by Aikss Link to comment Share on other sites More sharing options...
DIVX5 Posted March 23, 2008 Author Report Share Posted March 23, 2008 Ahaa - atradu :) Stulba kļūda - laboju ne to php.ini failu. Īstais atradās citur.... Tnx - anyway ;) Link to comment Share on other sites More sharing options...
Maris-S Posted March 25, 2008 Report Share Posted March 25, 2008 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. Link to comment Share on other sites More sharing options...
Recommended Posts