IAmWebSA

Results 7 comments of IAmWebSA

Hi Sergey, any update on this? I am still getting these errors, shall the page just reload in this case? Any hotfix available?

I force a invalid CSRF token then I get the following: 2021-11-02T08:25:14.015300+00:00 TL-803E3A OcpApp: "Tue Nov 2 08:25:14 2021" handleNetworkReply URL: "http://127.0.0.1:81/inc/status.php" 2021-11-02T08:25:14.015910+00:00 TL-803E3A OcpApp: "Tue Nov 2 08:25:14 2021"...

added `/* workaround for unknown root cause for ContentReSendError after xx hours */ else if ( error == QNetworkReply::ContentReSendError){ if( !m_bContentResendErr ){ //set member (will be reset in target slot)...

The browsers normally have a configuration when they sop executing a javascript, and this is per default 30s. You can easily test it by creating a while loop which takes...

I am facing a simialr issue while cross compile, the last working cross compiled version was 3.16. On the 4.x Versionthe only thing that works is fping -h , all...

HI, the problem I saw was if you have the ``` if( query.executeStep() == true ) { //use only first result } ``` but the SQL query returns multiple rows...