I'm tried to build my testing application, using
ext-build app build admindesktop testing
command and got the error
Sencha ExtBuild v1.0.3...
Type: Posts; User: jabussko2
I'm tried to build my testing application, using
ext-build app build admindesktop testing
command and got the error
Sencha ExtBuild v1.0.3...
I'm not sure if it is what you want to check but I try to return $HTTP_RAW_POST_DATA and get this
57038
same response when I try with $_POST['extAction'])
and then just serialize($_POST)
...
But router.php shows nothing in response
57037
You mean what's in $response witch on the end of router.php?
echo json_encode($response);
Or something else?
I try to create example extjs app using thishttps://docs.sencha.com/extjs/6.5.1/guides/backend_connectors/direct/mysql_php.html guide. And I still getting this error:
56877
'Invalid request' is...
I change http://localhost:1841/ and use http://localhost/DirectApp/ and it's look like that's solved problem with provider but I still don't received data. Now I get
56876
and 'invalid...
Yes
I'm using Wampserwer. It's on and all services are working
Hi,
I had problem with connecting my app to database. I try do it with this https://docs.sencha.com/extjs/6.5.1/guides/backend_connectors/direct/mysql_php.html guide. I have errors, so I'm trying...
I had problem with connecting my app to database. I try do it with this https://docs.sencha.com/extjs/6.5.1/guides/backend_connectors/direct/mysql_php.html guide. I have errors, so I'm trying do...
Hi,
I have viewport which I want to be always on top. I use:
setZIndex: function(index) {
var me = this;
me.callParent([1000000]);
return index;
}