Everton Pereira

Results 9 comments of Everton Pereira

@sachinGAcharya I found the code you mentioned to replace in three different places. In two of them, it did nothing. In one (platforms/android/app/src/main/java/de/appplant/cordova/plugin/notification/Builder.java), it throwed an error during cordova run:...

I had this problem, fixed it by adding the variable HTTPS with value 'on'. I'm using nginx with ISPConfig. Looks like nginx does not have this "HTTPS" variable. I just...

Hi, you can do something like this: *window.Pace.options.minTime = 5000*

I created a php page which connects to my database server, and returns a message if the server is up. Then, I used the "expected_body" config to check if the...

> what is your server setup? i am guessing that you are using PHP7 as i am also having this problem. > > the problem is that this project is...

Had the same issue. In my case, the culprit was the Backlog plugin - https://github.com/vistree/kanboard-backlog

@kwetnico you may need to check for other plugins that may be causing the issue. Disable them all, and enable one by one until the error returns. After you move...

I'm using it like this: autoload.php: `$autoload['libraries'] = array('rabbit-orm/Rabbitorm');` Create a folder named "entities" under "application". Create a file named client.php, to define your entity. client.php: ```

I get this same error. It shows twice when a song ends. After I click Ok, the next song starts. I'm on Debian 11.