Current Page: 1 of 1
Results 1 - 7 of 7
14 years ago
fatbob
The problem was a syntax error in php.ini I found it by moving about the extension_dir line from top to bottom of the file and when it reverted to C:/php5 in phpinfo(), I knew the fault lay above it. If php.ini has a syntax error, it reads to the point of the error and statements beyond this are ignored.
Forum: WampServer English
14 years ago
fatbob
I changed my directory root to Y/folder/ and edited the document root twice in httpd.conf ticked the php_curl in extensions loaded config file W:\wamp\bin\apache\Apache2.2.11\bin\php.ini php.ini has been modified restarted all services But under phpinfo Curl is not installed and extension_dir is listed as C:\php5 Meant to add that php.ini edited to extension_dir = "W:/wamp
Forum: WampServer English
15 years ago
fatbob
Thank you. For reference I made 2 changes, search for wamp/www and don't forget the extra / at the end. I rather stupidly had changed the serverroot !! ServerRoot "c:/wamp/bin/apache/apache2.2.8" leave this alone!
Forum: WampServer English
15 years ago
fatbob
I just upgraded to wamp2, but the facility to change the default localhost directory that used to be present in the old install is no longer available. How do I change my localhost directory from c:\wamp\www to j:/somewhereelse Thanks
Forum: WampServer English
16 years ago
fatbob
Thanks for that, what I did was incredibly stupid, but just in case someone else has a related problem extension=php_dbg.dll-5.2.x REMEMBER to remove the dll version so it reads extension=php_dbg.dll and also when you move the dll into /php/ext/ likewise remove the dll version number php_dbg.dll Classic stupidity!! Thanks Post Edited (10-30-07 19:11)
Forum: WampServer English
16 years ago
fatbob
add to the top of your script. error_reporting (E_ALL); You have missed out a ; at the end of your echo line, it could be something as simple as that.
Forum: WampServer English
16 years ago
fatbob
I am trying to add the following to php.ini at the end of the file to enable a debug module to run under php. It throws up configuration error messages. How do I add it without upsetting the balance of things? extension=php_dbg.dll-5.2.x (I add this using the add button which is accepted OK) The following cannot be added by cut and paste to the end of php.ini without errors so how do I add it p
Forum: WampServer English
Current Page: 1 of 1