Jump to content
php.lv forumi

Recommended Posts

Posted

Nu man ir problemas ar GD moduļa pievienošanu. Nu man tas GD modulis ir folderitī 'extensions' un php ini failaa man tas modulis ir atkomentets, takšto visam būtu jaiet, bet tā nav. Varbūt vēl ko vajag?

Posted
Nu man ir problemas ar GD moduļa pievienošanu. Nu man tas GD modulis ir folderitī 'extensions' un php ini failaa man tas modulis ir atkomentets, takšto visam būtu jaiet, bet tā nav. Varbūt vēl ko vajag?

Pārstartēt apaci?

Posted

Nu tik stulbs jau nēsmu :D To jau kādas 10 reizes esmu izdarījis.

 

P.S. Man viss ir uz winXP un php man ir kā madulis, varbūt noder.

Posted

Nu es daruju šitā: atkomentēju vēl kaut kādu tur moduli, restarteju apache un skatijos phpinfo(); tur kur ir rakstīts Additional Modules bet tai ailē ir tukšums, nav ne GD ne citi ko atkomentēju. Varbūt japārbauda savādāk?

Posted

Nē, viss pareizi.

Tādā gadījumā - tev iekš php.ini nav pareizi norādīta moduļu direktorijas atrašanās vieta. Pamēģini to dll failu iemest c:\windows\ direktorijā.

Posted

Direktorija ir noradita pareizi

; Directory in which the loadable extensions (modules) reside.

extension_dir = "D:\usr\local\php\extensions\"

Posted

Nesaprotu šito: PHP ini failā

; Directory in which the loadable extensions (modules) reside.

extension_dir = D:\usr\local\php\extensions

Bet phpinfo(); lapā
extension_dir c:\php4 c:\php4
Posted

Atradu

;include_path = ".;c:\php\includes"
un
; crack.default_dictionary = "c:\php\lib\cracklib_dict"
Bet tie ir aizkomenteti, takšto neskaitās. Un man šķiet, ka php to ini failu neredz, jo nomainiju register globals no OFF uz ON un phpinfo(); nekas nemainijās. Murgs kaut kāds!!!
Posted

a kurā vietā tev tas php.ini atrodas? Dokumentācijā ir rakstīts tā:

The next step is to set up a valid configuration file for PHP, php.ini. There are two ini files distributed in the zip file, php.ini-dist and php.ini-recommended. We advise you to use php.ini-recommended, because we optimized the default settings in this file for performance, and security. Read this well documented file carefully and in addition study the ini settings and set every element manually yourself. If you would like to achieve the best security, then this is the way for you, although PHP works fine with these default ini files. Copy your chosen ini-file to a directory where PHP is able to find and rename it to php.ini. By default PHP searches php.ini in your Windows directory:

 

On Windows 9x/ME/XP copy your chosen ini file to your %WINDIR%, which is typically C:\Windows.

On Windows NT/2000 copy your chosen ini file to your %WINDIR% or %SYSTEMROOT%, which is typically C:\WINNT or C:\WINNT40 for NT/2000 servers

http://lv.php.net/manual/en/install.windows.php

Posted

palaizjot phpinfo() tiek atgriezta arii rindinja, kur atrdaas ini fails:

 

Configuration File (php.ini) Path

Posted

Es atradu kļūdu php.ini bija ar nosaukumu php.ini-diclimer vai kaut kaa taa. Tapēc apache nevarēja to atrast. Nu bet tas tagad taka būtu! Paldies tev Aleksej, ka paklīdzēji atrisināt problēmu.

×
×
  • Create New...