Aagha

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Created Fatal error: Uncaught PDOException: could not find driver
I'm having an issue where the PHP interpreter is working as expected when I'm running from the command line, but if I open a PHP page through PHPStorm, I'm getting a different result. I have a very... -
Created Can't set default path for project to open in browser
I've got Apache, PHP, and MySQL (MariaDB) running on Windows, with Apache and PHP working properly. However, in PHPStorm I can't figure out how to get it to recognize the location of my project whe... -
Created Starting new on Win 11 with or without WSL?
I'm getting started on a new Win 11 Pro machine with WSL2 installed. I'd like to setup an AMP stack and wondering if I should use my XLD and snap on WSL2 (pointer to directions?) or just install an... -
Edited No suggestions for PDO object
I'm referencing a PDO object but not finding any of the functions available on it. I've included "ext-pdo" in my composer.json but it seems trying to "use" it isn't helping. What am I missing? I ... -
Created Create simple alias for reptitive task
I'm new to PHPStorm and PHP I'm wanting to create a simple alias. I find myself constantly typing: echo "<br>"; I'd like to create an alias that generates that code: echobr I've searched the forums...