1

I am a PHP and XAMPP noob. I would like to enable PHP error logging in Chrome. I have located 2 Chrome extensions that purport to do this. But each requires that I install libraries on my server. I am using a local installation of XAMPP as my server, and I am wondering where exactly I need to install these libraries.

The libraries consist of various files and folders, but the important files appear to be PHP files. In my XAMPP area, there exists a php/ext directory. But there are no folders or php files in it (only .dll files). So this didn't seem like the right area. Correct me if I'm wrong though.

The plugins in-question are PHP Console and FirePHP. I think there are more, but these 2 appear to have what I need.

Thanks in advance.

1 Answer 1

1

In general while using xampp, just move your php files/libraries to

xampp->htdocs(folder)

to make it work.
i.e. .php extensions work inside htdocs folder and its subsidiary folders only.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.