odbc_connect issue while running debugger |
|
This has nothing to do with PhpEd.
Your browser runs in HTTP mode. From your description you are running PHP in CLI mode (command line). Those modes each one loads different version of php.ini settings. Most likely your PHP in CLI mode won't load ODBC extension, while it loads in HTTP mode. Execute in console
to see loaded PHP extensions. If missing enable ODBC extension for CLI mode. Find what php.ini is loaded via saving phpinfo into local file e.g. execute in CLI:
and find Loaded Configuration File. Lookup at stackoverflow, there are plenty of answers about this, e.g. https://stackoverflow.com/questions/8954964/how-should-i-to-set-the-error-log-for-php-cli/30823469#30823469. |
||||||||||||||||
|
|
lubosdz
Actually it kinda does. PhpED was not set up for my project correctly so it was involved but was not a PhpED problem. But your reply lead me to the solution, so thank you. The problem did turn out to not using my IIS web server (Win10). Once I did that I found a permissions problem that has existed for quite a while but had not shown up until now. Thank you again. |
||||||||||||
_________________ DM |
odbc_connect issue while running debugger |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by