Sarangi Tech Solution
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Sarangi Tech Solution-
Sarangi Tech Solution commented,
hi
-
Sarangi Tech Solution commented,
@willsborrow i am new one with linux commanding . so i ask you the extension of the file . and i have tried the above solution with cron job but when the cron excecute the .sh file content is ...
-
Sarangi Tech Solution commented,
@willsborrow thank for the solution, what is the extention for this script files ?
-
Sarangi Tech Solution commented,
Hello, Feel free to open a support ticket using the link in my signature if you'd like us to take a closer look at the affected system. You can post the ticket number here so we can update this th...
-
Sarangi Tech Solution commented,
Try this solution, worked for me: stackoverflow.com/questions/44499844/cant-access-eximstats-sqlite3-db-after-whm64-upgrade/44517849#44517849 thanks Konservin i have seen thet post and tried with...
-
Sarangi Tech Solution commented,
thanks Mr.cPanelMichael i have followed on stack overflow for a solution. they suggested to use PDOs .... but While using PDO Still it shows error even if PDO Driver is installed
-
Sarangi Tech Solution commented,
function __construct() { $this->open('/var/cpanel/eximstats_db.sqlite3'); } } $db = new MyDB(); if(!$db){ echo $db->lastErrorMsg(); } else { echo "Opened database successfully\n"; do this code nee...
-
Sarangi Tech Solution commented,
how can i get the path of SQlite3 database after WHM Upgrade for using with pdos may i know where is the location of this specific DB with cPanel & WHM 64.0
-
Sarangi Tech Solution created a post,
Fetch data from sqlite database
hi, Our eximstats_db has been converted to sqlite database after our WHM upgrade, and new version is 64.0.19. We are using eximstas_db for cron job purpose in our server and we are new with SQLite ...