Skip to content

carousel is not working when using with loop

I am using a carousel to slide an image. When I was using with a static image it was working fine, but when I used it with the data from database it is only showing the first element and not sliding. …

Oauth implementation in netsuite using php

I have tried to access Netsuite by account id, username and password using PHP Toolkit. And I can get customer details using the above credentials. i have access token. But Now I tried to access …

How can I add that subscribe to different segments?

I want to add my subscriber different segment by signup source. I create two segment in Mailchimp. How can I add that subscribe to different segments? I using API v2. Answer From the API Docs: you’ll need to add a groupings item to your merge_vars array. That should be an array of associative arrays wit…

Is it possible to add a link into a flash message?

In my Symfony controller I provide an error message via FlashBag like so: $this->get(‘session’)->getFlashBag()->add(‘error’, ‘The code you provided didn’t match what we expected.’); This …

php file automatically renamed to php.suspected

Since last 4 days, we are facing strange issue on our Production server (AWS EC2 instance) specific to only one site which is SugarCRM. Issue is /home/site_folder/public_html/include/MassUpdate.php file is renamed automatically to /home/site_folder/public_html/include/MassUpdate.php.suspected This happens 2-3…

XAMPP Installing

I am installing XAMPP and have encountered the following problem: Important! Because an activated User Account Control (UAC) on your system some functions of XAMPP are possibly restricted. With UAC please avoid to install XAMPP to C:Program Files(Missing Write permissions). Or Deactivate UAC with msconfig aft…