Hello everyone :)

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Hello everyone :)

Postby XenoCid3R » 24. August 2009 20:52

well im kinds new to Apache and running a server/workstation from my own computer.

what i wanted to do is install a Joomla on my computer so i can access it faster and easily. before that i had an hosting plan that i can run through a remote server.
so i went to the joomla webiste and follow the instruction to install, and the first things it says install xampp. so i did everything it working, but....
im running vista and after following the instruction downloading the xdebug dll.
i cannot seem to see the lines i need to change in the php.ini file:
I cannot see the Bolded lines
[XDebug]
;; Only Zend OR (!) XDebug
zend_extension_ts="C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=10000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"

For Windows Vista, you will use the file downloaded from the XDebug site. So the first line will be
zend_extension_ts="C:\xampp\php\ext\php_xdebug-2.0.0-5.2.2.dll"

i cannot find zend_extension_ts=

maybe iu did something wrong with the instructions. i tryed google it, but no luck (i probably searched the wrong search string)....

or if anyone know a better source i can look for how to run joomla ( or even to run a working workstation with server) i will apriseate it.

Thanks for the help, for anyone who might help here.

oh my OS is Vista 32

if you need more info let me know,
XenoCid3R
 
Posts: 3
Joined: 24. August 2009 20:37

Re: Hello everyone :)

Postby Wiedmann » 24. August 2009 22:18

it says install xampp. so i did everything it working

Which XAMPP version have you installed?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: Hello everyone :)

Postby XenoCid3R » 24. August 2009 23:04

XAMPP 1.7.2

would it be better to reinstall V. 1.7.0?
XenoCid3R
 
Posts: 3
Joined: 24. August 2009 20:37

Re: Hello everyone :)

Postby Wiedmann » 24. August 2009 23:11

XAMPP 1.7.2

XDebug is already part of the XAMPP 1.7.2 (full) package. Just enable the line:
Code: Select all
zend_extension = "\xampp\php\ext\php_xdebug.dll"


There is also a "[XDebug]" in the "php.ini", so you can configure it to your need.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: Hello everyone :)

Postby XenoCid3R » 24. August 2009 23:33

thanks Wiedmann
its working now :) Woot Woot ;)
XenoCid3R
 
Posts: 3
Joined: 24. August 2009 20:37

Re: Hello everyone :)

Postby sporty » 16. November 2009 10:48

I'm using xampp 1.7.2 too and I uncommented the xdebug line you mentioned, but it's still not working :( any suggestions please?
my OS is windows xp
sporty
 
Posts: 4
Joined: 16. November 2009 10:44

Re: Hello everyone :)

Postby Wiedmann » 16. November 2009 11:11

I uncommented the xdebug line you mentioned, but it's still not working

So you can't see XDebug in phpinfo()?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: Hello everyone :)

Postby sporty » 16. November 2009 11:19

no, I can't
sporty
 
Posts: 4
Joined: 16. November 2009 10:44

Re: Hello everyone :)

Postby Wiedmann » 16. November 2009 11:22

What exactly have you changed? (Of course, you must restart Apache...)

BTW:
Something in Apaches "error.log"?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: Hello everyone :)

Postby sporty » 16. November 2009 11:27

"Xdebug requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact Derick Rethans at http://xdebug.org for a later version of Xdebug."

I guess this is the part related to my problem...

the whole log is:
[Mon Nov 16 12:29:23 2009] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 16 12:29:23 2009] [notice] Child 4060: Exit event signaled. Child process is ending.
[Mon Nov 16 12:29:24 2009] [notice] Child 4060: Released the start mutex
[Mon Nov 16 12:29:25 2009] [notice] Child 4060: All worker threads have exited.
[Mon Nov 16 12:29:25 2009] [notice] Child 4060: Child process is exiting
[Mon Nov 16 12:29:25 2009] [notice] Parent: Child process exited successfully.
[Mon Nov 16 12:29:28 2009] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 16 12:29:28 2009] [notice] Digest: done
[Mon Nov 16 12:29:29 2009] [notice] Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
[Mon Nov 16 12:29:29 2009] [notice] Server built: Jul 22 2009 11:35:54
[Mon Nov 16 12:29:29 2009] [notice] Parent: Created child process 4408
[Mon Nov 16 12:29:29 2009] [notice] Digest: generating secret for digest authentication ...
[Mon Nov 16 12:29:29 2009] [notice] Digest: done
Xdebug requires Zend Engine API version 220060519.
The Zend Engine API version 220090626 which is installed, is newer.
Contact Derick Rethans at http://xdebug.org for a later version of Xdebug.


[Mon Nov 16 12:29:30 2009] [notice] Child 4408: Child process is running
[Mon Nov 16 12:29:30 2009] [notice] Child 4408: Acquired the start mutex.
[Mon Nov 16 12:29:30 2009] [notice] Child 4408: Starting 150 worker threads.
[Mon Nov 16 12:29:30 2009] [notice] Child 4408: Starting thread to listen on port 443.
[Mon Nov 16 12:29:30 2009] [notice] Child 4408: Starting thread to listen on port 80.
sporty
 
Posts: 4
Joined: 16. November 2009 10:44

Re: Hello everyone :)

Postby Wiedmann » 16. November 2009 11:31

You are using the XDebug which is bundled with XAMPP?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Re: Hello everyone :)

Postby sporty » 16. November 2009 11:40

you are right, may be I changed the .dll time ago and forgot about it, i got the right dll and it's working now, THANKS A LOT :D u saved my day :idea:
sporty
 
Posts: 4
Joined: 16. November 2009 10:44

Hello everyone :)

Postby Oumsofiane » 27. December 2009 09:44

I have exactly the same problem, I'm using XAMPP 1.7.3 and it's for the same reason to use joomla, and I stoped at the first step, here is what I did:
1- I put: implicit_flush = On
2- I looked for the section [Zend] and I could not find it, but it's ok cause they ask me to put in comment every thing in that secion
3- I added the following lines under the section [XDebug]

;; Only Zend OR (!) XDebug
zend_extension_ts="C:\xampp\php\ext\php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=10000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="C:\xampp\tmp"


I tried to see if php_xdebug.dll really exist, in ext/php and it exists.

here is what I got in the EROR.LOG and I couldn't see XDebug in PhpInfo(). :cry:
[Sun Dec 27 00:27:11 2009] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 27 00:27:11 2009] [notice] Digest: done
[Sun Dec 27 00:27:12 2009] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Sun Dec 27 00:27:12 2009] [notice] Server built: Nov 11 2009 14:29:03
[Sun Dec 27 00:27:12 2009] [notice] Parent: Created child process 504
[Sun Dec 27 00:27:16 2009] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 27 00:27:16 2009] [notice] Digest: done
[Sun Dec 27 00:27:18 2009] [notice] Child 504: Child process is running
[Sun Dec 27 00:27:18 2009] [notice] Child 504: Acquired the start mutex.
[Sun Dec 27 00:27:18 2009] [notice] Child 504: Starting 150 worker threads.
[Sun Dec 27 00:27:18 2009] [notice] Child 504: Starting thread to listen on port 443.
[Sun Dec 27 00:27:18 2009] [notice] Child 504: Starting thread to listen on port 80.


if any body knows how, please save me lol

thank you very much,
Oumsofiane
 
Posts: 2
Joined: 27. December 2009 09:25

Re: Hello everyone :)

Postby Oumsofiane » 27. December 2009 09:52

sorry guys, I just uncommented
zend_extension = "c:\xampp\php\ext\php_xdebug.dll" as you already tald me, and it's working.
thanks so much wiedmann you ARE THE BESTEST !!!! :lol:
Oumsofiane
 
Posts: 2
Joined: 27. December 2009 09:25


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 132 guests