Archives : July-2016

Vicidial mysql repair command  / goautodial mysql repair command below are the possible issue faced while db/mysql corrupted 1. your session has been disabled 2. Autodial calls not landing to Agents. 3. realtime report not updating properly 4. agent error Run the below command as ssh shell ie: from putty mysqlcheck -u root -p –auto-repair ..

Read more

working solution: Assuming On windows XAMPP server similar for other environment – download and extract for cacert.pem here (a clean file format/data) https://gist.github.com/VersatilityWerks/5719158/download put it here C:\xampp\php\extras\ssl\cacert.pem in your php.ini put this line in this section: ;;;;;;;;;;;;;;;;;;;; ; php.ini Options ; ;;;;;;;;;;;;;;;;;;;; curl.cainfo = “C:\xampp\php\extras\ssl\cacert.pem” restart your webserver/apache Problem solved! (source: https://laracasts.com/discuss/channels/general-discussion/curl-error-60-ssl-certificate-problem-unable-to-get-local-issuer-ce..

Read more