I can get a Scriptcase Blank application to run from the command line, but any database functions within that application do not work.
when I run the app directly like “php /public_html/MyApp/MyApp.php”
I get a screen full of CSS code that finishes… but again, any database access within that application does not work.
Anyone know how to get it to actually work from the command line?
Thanks!