zagreberlin
13 Aug 2011, 9:40 AM
Hello people,
i really dont know where the problem is.
i try to include the ext-base-debug.js (extjs 3.4) but i get this error message from firefox
GET http://localhost/extjs/adapter/ext/ext-base-debug.js 404 (Not Found).
The path to the ext-base-debug.js (http://localhost/extjs/adapter/ext/ext-base-debug.js) file is ok.
here are my includes:
<head><title>Beschreibung der Seite</title><link rel="stylesheet" type="text/css" href="/extjs/resources/css/ext-all.css" />
<script type="text/javascript">Ext.BLANK_IMAGE_URL = '/extjs/resources/images/default/s.gif' </script><script type="text/javascript" src="/extjs/adapter/ext/ext-base-debug.js" ></script><script type="text/javascript" src="/extjs/ext-all-debug.js"></script><script type="text/javascript" src="myOwn.js"></script></head>
Can somebody help me?
i really dont know where the problem is.
i try to include the ext-base-debug.js (extjs 3.4) but i get this error message from firefox
GET http://localhost/extjs/adapter/ext/ext-base-debug.js 404 (Not Found).
The path to the ext-base-debug.js (http://localhost/extjs/adapter/ext/ext-base-debug.js) file is ok.
here are my includes:
<head><title>Beschreibung der Seite</title><link rel="stylesheet" type="text/css" href="/extjs/resources/css/ext-all.css" />
<script type="text/javascript">Ext.BLANK_IMAGE_URL = '/extjs/resources/images/default/s.gif' </script><script type="text/javascript" src="/extjs/adapter/ext/ext-base-debug.js" ></script><script type="text/javascript" src="/extjs/ext-all-debug.js"></script><script type="text/javascript" src="myOwn.js"></script></head>
Can somebody help me?