I enabled Errors on startup in PHP.INI and I get several messages about missing DLL’s. How come?
Especially the one for SQLite (?) - while I’m just working on SQLite App.
Any ideas ?
Arthur
I enabled Errors on startup in PHP.INI and I get several messages about missing DLL’s. How come?
Especially the one for SQLite (?) - while I’m just working on SQLite App.
Any ideas ?
Arthur
Did you check if the file is there or not? Could it be that it has been removed i.e. by a virus scanner? I messed up my Delphi environment once because of a similar issue.
This had happened right after new installation, but your suggested scenario is possible. I’m planing to install SC on my tablet so I will test it right after install to see.
One can test it easily by going to PHP.INI and enabling Error checking on startup. With this setting OFF (that is default SC setting) I haven’t even noticed there is something missing…
Arthur