What did you try to resolve the problem? Apparently nothing. The server responds 404 which just means that the file browser cannot reach the connector. Why? The file browser contacts a completely different url which you already see in your post.
I have the following message. Error: uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" I tried this but that didn't fix the problem.
The error is again obvious. Did you register the servlet in the web.xml in the context of the virtual host? That's probably the reason for the NOT FOUND.
I saw the demo war file from sourceforge. When loaded the folders and files show the error: /fckeditor/editor/filemanager/connectors/php/connector.php (404) Is neccesary the PHP installed. Or I have to remove the connector.php and create de connector.jsp using virtual host?
I see the problem. I use virtual host. I saw the error in the Firebug: -- Access to restricted URI denied" code: "1012. -- The error occurs when my application tries to do an AJAX request call to local resource using, for example: demo.example.domain.com. But when I use localhost I can see the files.
How I can resolve this problem? Thanks in advance.
gipa wrote:I saw the demo war file from sourceforge. When loaded the folders and files show the error: /fckeditor/editor/filemanager/connectors/php/connector.php (404) Is neccesary the PHP installed. Or I have to remove the connector.php and create de connector.jsp using virtual host?
gipa wrote:I see the problem. I use virtual host. I saw the error in the Firebug: -- Access to restricted URI denied" code: "1012. -- The error occurs when my application tries to do an AJAX request call to local resource using, for example: demo.example.domain.com. But when I use localhost I can see the files.
How I can resolve this problem? Thanks in advance.
Re: Error loading folders and files using virtual host
Apparently nothing. The server responds 404 which just means that the file browser cannot reach the connector. Why? The file browser contacts a completely different url which you already see in your post.
Re: Error loading folders and files using virtual host
Re: Error loading folders and files using virtual host
Re: Error loading folders and files using virtual host
Thanks.
Re: Error loading folders and files using virtual host
Re: Error loading folders and files using virtual host
Error: uncaught exception:
[Exception... "Access to restricted URI denied"
code: "1012" nsresult:
"0x805303f4 (NS_ERROR_DOM_BAD_URI)"
I tried this but that didn't fix the problem.
Re: Error loading folders and files using virtual host
Re: Error loading folders and files using virtual host
http://demo.example.domain.com:9030/scr ... 2138370378
Re: Error loading folders and files using virtual host
Re: Error loading folders and files using virtual host
Re: Error loading folders and files using virtual host
Re: Error loading folders and files using virtual host
viewtopic.php?f=6&t=562&p=21582#p20690
Re: Error loading folders and files using virtual host
onehere
Re: Error loading folders and files using virtual host
/fckeditor/editor/filemanager/connectors/php/connector.php (404)
Is neccesary the PHP installed. Or I have to remove the connector.php and create de connector.jsp using virtual host?
Re: Error loading folders and files using virtual host
--
Access to restricted URI denied" code: "1012.
--
The error occurs when my application tries to do an AJAX request call to local resource using, for example: demo.example.domain.com. But when I use localhost I can see the files.
How I can resolve this problem?
Thanks in advance.
Re: Error loading folders and files using virtual host
same origin policy