Sarangi Tech Solution
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Sarangi Tech Solution-
@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 ...
-
@willsborrow thank for the solution, what is the extention for this script files ?
-
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...
-
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...
-
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
-
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...
-
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
-
hi