Hi. I created an app under "Registered Apps" and it says (DISABLED) next to the app's name. So I "Edit"ed the app and set "Active" to YES and saved the app. But, when I return to the app list it still says (DISABLED) next to the name. I go in to edit the app again and "Active" still says NO. Is there something I missed that I'm supposed to do to make the app active? FYI, I took a look at the AppId table and the "Active" column of the AppId entry says "1"...
It seems to not recognize the field value Active=1 on your server, I'll contact you by PM to make some tests on your server.
FRANCESCO CROCETTI @ SKARED CREATIONS
Okay. I figured out what was wrong. PHP was missing nd_pdo_mysql extension. Going into cPanel and turning that extension on fixed the problem. Thanks!
Ah ok cool, or you could have changed the connection type to "mysqli" in your Combu configuration, anyway PDO is better and I'll probably improve it further since it's engine-independent and allow cross-engine SQL queries.
FRANCESCO CROCETTI @ SKARED CREATIONS