FoxInCloud
Foxincloud Fas Demo
Gravatar is a globally recognized avatar based on your email address. Foxincloud Fas Demo
  Bennet Eze
  All
  Jan 21, 2017 @ 07:35am
  1. Local Web Demos do not work on my computer. The Remote Web and Destop demos work fine. The error message is wcscxfile.prg not found (on the browser , you get 'Request Timed Out')

  2. When I analyse a project using the FAA without Administrative privileges it completes without errors but when I use 'Run as administrator' it will be complaining about wizbtns.vcx. The adaptation module will complain about not being able to access or adapt wizbtns.vcx. This happens on my laptop that runs widows 8.1 professional. This error did not manifest when I tried it on my laptop that runs window 7 home premium.

I will appreciate any help on these issues.

Bennet Eze

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 21, 2017 @ 08:57am

Hi Bennet,

  1. probably a version mismatch between FAA and FAS; we've just updated FAA on our site; next time you'll start FAA, it'll update your libraries and it should work; otherwise please re-install/repair FAS.
  2. When issue occurs, is FAA running in test (AKA copy) mode or source mode?
Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 21, 2017 @ 12:37pm

Good day Thierry

It is working in copy mode

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 22, 2017 @ 01:45am

Hi Bennet

Is issue 1. fixed?

I saw the message support received from you: Memo file C:\TEST\PROGRAM FILES (X86)\MICROSOFT VISUAL FOXPRO 9\WIZARDS\WIZBTNS.VCT is missing or is invalid.

For some reason FAA could not copy this file OK.

You can try before restarting FAA:

copy file "C:\PROGRAM FILES (X86)\MICROSOFT VISUAL FOXPRO 9\WIZARDS\WIZBTNS.VC*" to "C:\TEST\PROGRAM FILES (X86)\MICROSOFT VISUAL FOXPRO 9\WIZARDS\"
Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 23, 2017 @ 03:12am

I have solved the issue wizbtns.vcx.

The fAS demo is still not working well. When you choose Local Web the program will show well on the desktop but will not show well on the browser and in some cases you get the following error message on the browser:

This request cannot be served at the moment due to technical difficulties.

Error Number: 12 Error: Variable 'CRLF' is not found.

Running Method: wformstandardpage_cmetatagsadd Current Code: + [] + CRLF + '' Current Code Line: 334

Exception Handled by: Demoprocess.Error()

Similarly when I publish, I can't view it on the browser even when the publication process runs smoothly. First, the .png file that is supposed to show on the browser in step 3 does not show. My application code is 'fxcl' so when I make the recommended changes in fxclserver.prg and try to save, the following line

#include ab.h && in <Home(1)>\tools\ab\ all users 

gives the error 'file ab.h not found'

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 23, 2017 @ 03:31am

Hi Bennet,

I have solved the issue wizbtns.vcx

How did you solve it? Please share your solution with other readers of this thread.

Error Number: 12 Error: Variable 'CRLF' is not found
'file ab.h not found'

Both errors have the same cause: for some reason, Home(1) + 'Tools\AB\' is no longer in Set('Path')

Using the FoxInCloud menu, please run restore environment and recompile your project(s). To be sure all files recompile, you can run atPJcompile.prg while the project is open; ficDemo.pjx should hold this prg (excluded).

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 23, 2017 @ 04:56am

The problem of wizbtns.vct once in a while crop up with VFP. The way I usually solve the problem is to reinstall the two files wizbtns.vcx and wizbtns.vct after I must have deleted any such file in virtualstore folder. Virtualstore is located in C:\USERS\username\APPDATA\LOCAL\VIRTUALSTORE. In my own case I deleted wizbtn.vct in C:\Users\BENNET\AppData\Local\VirtualStore\Program Files (x86)\Microsoft Visual FoxPro 9\Wizards.

I will try and recompile and get back to you.

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 23, 2017 @ 05:51am

The problem of wizbtns.vct once in a while crop up with VFP

OK, classical problem with VFP since Windows Vista and UAC inception.

As VFP holds source code within its directory, one should either:

  • install VFP outside of program files
  • run the VFP IDE as an administrator

However FoxInCloud works around this issue as the InstallShield install package grants full rights over home(1) + 'tools\ab' to all users.

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 24, 2017 @ 08:29am

Good Day Thierry

I tried to rebuild the projects as you recommended after restoring the environment but that threw more errors of unresolved refrences. I reinstalled the FAS. May be my IIs is not properly setup or some configuration file has incorrect entries

Whenever I try to publish I get the following errors towards the end of the publiction:

Program c:\test\users\bennet\newhpfiles\trial\fxcltest.prg has the following errors: Unknown ABPATHADD - Undefined Unknown ABPROCADD - Undefined Proc./Func. AWSERVERSTART - Undefined Proc./Func. FXCLSERVER - Undefined Proc./Func. FXCLSETS - Undefined

Program c:\test\users\bennet\newhpfiles\trial\fxclserver.prg has the following errors: Program AWSERVER - Undefined Can you figure out why the .png image file in step 3 of the publication process does not show in the browser. It could be one of the problems causing the adapted program to refuse to show in the browser - you know better.

Note: What I am testing with is a project that displays just one simple form on the screen and accept data.

Thanks in advance

Bennet Eze

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 24, 2017 @ 09:48am

missing references are not an issue as long as you have the trial version -- programs are all contained in aw.app

Can you figure out why the .png image file in step 3 of the publication process does not show in the browser?

hopefully yes if you can provide an error message and/or a browser screensot with development tools open.

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 25, 2017 @ 07:37am

I have at long last been able to see somthing on the browser which is completely different from the form displayed on the desktop. How do I paste an image (screen shot) in this editor. I will send you the screen shots later.

On the browser nothing is clickable ( buttons and text boxes). This is also how your demos behave. On the desktop (when run from the FAS IDE) some features do not work. E.g Thisform.release does not work and as a result I cannot close the Form. Setfocus does not work but it does not matter much.

I cannot run the app directly from the browser. I starter the app from the FAS IDE 'do bnktest' and the form appeared on the desktop (and I did not see the browser come up) I then called up the browser and entered '//localhost/bnktest/index.bnk' That was when the form appeared on the browser. I have a lot to learn

By the way I made some changes in IIS. I changed the version of .NET for FoxInCloud application pool from 2.0 to 4.0 and enabled 32 bit apps on a 64 bit machine

Thanks

Bennet

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 26, 2017 @ 12:20am

Bennet,

We absolutely need specific screenshots to help you. Useful screenshots are:

  • the VFP IDE where forms are visible
  • the browser with dev tool console open (ctrl+shift+I on most browsers)
  • the VFP debugger

Image upload tool is in the above toolbar: support.west-wind.com editor toolbar

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 26, 2017 @ 06:08am

Here are the screen shots

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 26, 2017 @ 07:48am

browser dev tool mentions 2 errors... which are they?

browser dev tools should set to CONSOLE pane

thanks

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 26, 2017 @ 08:08am

Sorry for not giving you the console pane Here is it:

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 26, 2017 @ 09:45am

OK thanks

please try what follows:

modify command bnkServer

&& locate these lines and make sure both are .T.

ljQueryAdd = .T.
&& {en} Add jQuery scripts and CSS to HTML pages
&& {en} /!\ please note that FoxInCloud.js will soon enter into a migration from Prototype.js to jQuery.js, so in a next release jQuery.js will be loaded be default and this option will be deprecated.
&& {en} 2016-09-21 -- {FiC V 2.22.0-beta.7} deprecated - jQuery is now required

ljQueryUIadd = .T.
&& {en} Add jQuery UI scripts and CSS to HTML pages /!\ please note that FoxInCloud.js will soon enter into a migration from Scriptaculous.js to jQueryUI.js, so in a next release jQueryUI.js will be loaded be default and this will deprecate this option.
Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 26, 2017 @ 02:19pm

Both of them are already true (.T.)

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 26, 2017 @ 11:29pm

could you post the 'network' pane to see why jQuery is not loaded?

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 27, 2017 @ 12:08am

when I selected network pane, there wasn't much information on the screen ubti I pressed F5 to get the following:

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 27, 2017 @ 03:15am

Everything seems to be loaded OK

could you post your page source HTML (right click > view source)?

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 27, 2017 @ 04:14am

here is the page source

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 27, 2017 @ 06:29am

part of it … what about copy and paste? (using code formatting please)

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 27, 2017 @ 07:09am
<!DOCTYPE html>
<html lang="en" charset="utf-8">
<head>
<meta charset="utf-8">
<meta name="generator" content="FoxInCloud Web Application Server Version 2.23.0 12/16/2016 03:58:39 PM GMT (1 m. ago)">
<meta name="description" content="FoxInCloud App">
<meta name="keywords" content="FoxInCloud, SaaS, Cloud, FoxPro, Web, adapt desktop application to the Web">
<meta name="author" content="FoxInCloud App Admin">

<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<title>Form1 - FoxInCloud App</title>
<link type="text/css" rel="stylesheet" charset="utf-8" href="/awScripts/normalize.css">
<link type="text/css" rel="stylesheet" charset="utf-8" href="/awScripts/Window1.3/Themes/default.css">
<link type="text/css" rel="stylesheet" charset="utf-8" href="/awScripts/Window1.3/Themes/all.css">
<link type="text/css" rel="stylesheet" charset="utf-8" href="/awScripts/AW2.6.4trial/styles/system/aw.css">
<link type="text/css" rel="stylesheet" charset="utf-8" href="/awScripts/jQuery-UI-1.12.1/themes/base/jQuery-UI.css">
<link type="text/css" rel="stylesheet" charset="utf-8" href="/awScripts/FoxInCloud.css">
<link type="text/css" rel="stylesheet" charset="utf-8" href="/bnkTest/awDefault_4U20YIO3H.css">
<link type="text/css" rel="stylesheet" charset="utf-8" href="/bnkTest/bnk.css">

</head>
<body id="bankfile_scx_body" class="">
<div id="awPage-container">
<img id="waitpic" src="/awScripts/waitpic.gif" style="position:absolute; display:none;">
<nav id="awMenu">
  <ul id="menubar-_msysmenu" class="menubar" style="display:block;display:none;">
    <li class="menubar pad" id="menubar-_msysmenu-_msm_file"><div>File</div>
      <ul id="popup-_mfile" class="popup ui-menu-icons" style="display:none;" title="File menu">
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_close"><div>Close</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_clall"><div>Close All</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_sp100"><!-- separator --><div></div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_savas"><div>Save As</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_new"><div style="background-image:url(Images/new.gif);">New</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_sp200"><!-- separator --><div></div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_import"><div>Import</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_export"><div>Export</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_sp300"><!-- separator --><div></div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_pgset"><div>Page Setup</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_prevu"><div>Print Preview</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_open"><div style="background-image:url(Images/open.gif);">Open</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_sp400"><!-- separator --><div></div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_quit"><div style="background-image:url(Images/preclose.gif);">Exit</div></li>
        <li class="popup bar" id="popup-_mfile-_mfi_sysprint"><div style="background-image:url(Images/print.gif);">Print</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_save"><div style="background-image:url(Images/save.gif);">Save</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_send"><div>Send</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mfile-_mfi_revrt"><div style="background-image:url(Images/undo.gif);">Revert</div></li>

      </ul>
    </li><li class="menubar pad" id="menubar-_msysmenu-_msm_windo"><div>Window</div>
      <ul id="popup-_mwindow" class="popup ui-menu-icons" style="display:none;" title="Window menu">
        <li class="popup bar" id="popup-_mwindow-_mwi_cascade"><div>Cascade</div></li>
        <li class="popup bar" id="popup-_mwindow-_mwi_arran"><div>Arrange All</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mwindow-_mwi_sp100"><!-- separator --><div></div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mwindow-_mwi_dockable"><div>Dockable</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mwindow-_mwi_sp200"><!-- separator --><div></div></li>
        <li class="popup bar" id="popup-_mwindow-_mwi_hide"><div>Hide</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mwindow-_mwi_clear"><div>Clear</div></li>
        <li class="popup bar" id="popup-_mwindow-_mwi_rotat"><div>Cycle</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mwindow-_mwi_cmd"><div>Command Window</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mwindow-_mwi_view"><div>Data Session</div></li>
        <li class="popup bar ui-state-disabled" id="popup-_mwindow-_mwi_properties"><div>Properties</div></li>

      </ul>
    </li>
  </ul>
</nav><p class="FIC">FoxInCloud App</p><div class="awForm-container" id="Window_bankfile_scx" style="width:625px; ">
<div class="awForm-top"></div>
<div class="awForm-middle">
<a href="."><div class="mac_os_x_close"></div></a>
<table class="table_window top" style="width:625px;" title="Powered by FoxInCloud V2.23.0">
<tbody>
<tr>
<td class="mac_os_x_nw"></td>
<td class="mac_os_x_n"><div class="mac_os_x_title title_window" id="bankfile_scx_caption">Form1 - FoxInCloud App</div></td>
<td class="mac_os_x_ne"></td>
</tr>
</tbody>
</table>
<table class="table_window mid" style="width:625px;">
<tbody>
<tr>
<td class="mid_border mac_os_x_w"></td>
<td class="mid_content mac_os_x_content" valign="top">
<div class="awForm_content mac_os_x_content" style="width:593px; height:250px; overflow:hidden;">
<!-- Generated on 01/27/17 04:06:17 PM in 0.58 sec. by FoxInCloud version 2.23.0 of 12/16/16 03:58:39 PM /-->
<div id="bankfile_scx" class="form awfrm bnkfrm bankfile_scx">
<img id="bankfile_scx-waitpic" class="image awimg bankfile_scx-waitpic" src="Images/indicator_remembermilk_orange.gif" alt="indicator_remembermilk_orange" style="display:none;">
<input type="text" id="bankfile_scx-txtbankcode" class="textbox awtxt bnktxt bankfile_scx-txtbankcode" tabindex="20" maxlength="10" autocomplete="off" value="001789">
<label id="bankfile_scx-lblbankcode" class="label awlbl bnklbl bankfile_scx-lblbankcode">Bankcode</label>
<input type="text" id="bankfile_scx-txtbankname" class="textbox awtxt bnktxt bankfile_scx-txtbankname" tabindex="22" maxlength="40" autocomplete="off" value="AFRIBANK NIGERIA LIMITED">
<label id="bankfile_scx-lblbankname" class="label awlbl bnklbl bankfile_scx-lblbankname">Bankname</label>
<input type="text" id="bankfile_scx-txtbankaddr" class="textbox awtxt bnktxt bankfile_scx-txtbankaddr" tabindex="24" maxlength="40" autocomplete="off" value="21 DADA STREET YABA, LAGOS">
<label id="bankfile_scx-lblbankaddr" class="label awlbl bnklbl bankfile_scx-lblbankaddr">Bankaddr</label>
<label id="bankfile_scx-label1" class="label awlbl bnklbl bankfile_scx-label1">THE TRIAL FORM</label>
<button type="button" id="bankfile_scx-command1" class="commandbutton awcmd bnkcmd bankfile_scx-command1" tabindex="18"></button>
<button type="button" id="bankfile_scx-command2" class="commandbutton awcmd bnkcmd bankfile_scx-command2" tabindex="17"></button>
<button type="button" id="bankfile_scx-command3" class="commandbutton awcmd bnkcmd bankfile_scx-command3" tabindex="16"></button>
<button type="button" id="bankfile_scx-command4" class="commandbutton awcmd bnkcmd bankfile_scx-command4" tabindex="18"></button>
</div>
<!--/ Generated on 01/27/17 04:06:17 PM in 0.58 sec. by FoxInCloud version 2.23.0 of 12/16/16 03:58:39 PM -->

</div>
</td>
<td class="mid_border mac_os_x_e"></td>
</tr>
</tbody>
</table>
<table class="table_window bot" style="width:625px;">
<tbody>
<tr>
<td class="mac_os_x_sw"></td>
<td class="mac_os_x_s">
<div class="status_bar"><span style="float:left; width:1px; height:1px;"></span></div>
</td>
<td class="mac_os_x_se"></td>
</tr>
</tbody>
</table>
</div>
<div class="awForm-bottom"></div>
</div>
<div class="awForm-signature"> <span>myCompany</span>&nbsp;&nbsp;::&nbsp;&nbsp; <a href="http://foxincloud.com/" target="_blank" tabindex="-1" title="Powered by FoxInCloud V 2.23.0" style="font:bold 18px Franklin,calibri,verdana,sans-serif; letter-spacing:1px; text-decoration:none;"> <img src="http://foxincloud.com/images/foxincloud-icon.png" style="vertical-align:bottom;" alt="FoxInCloud, an innovative solution to adapt an existing application to the Web"> &nbsp;<span style="color:red; ">Fox</span>InCloud </a>  </div><p class="FIC">FoxInCloud App</p>
</div>
<script type="text/javascript" charset="utf-8" src="/awScripts/Prototype1.7.3.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/Scriptaculous1.9.0/scriptaculous.js?load=effects,dragdrop"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/event.simulate.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/Window1.3/window.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/SWFupload/SWFupload2.2.0.1.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/html2canvas.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/AW2.6.4trial/lib/aw.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/jQuery-3.1.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/jQuery-migrate-3.0.0.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/jQuery-UI-1.12.1/jQuery-UI.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/jQuery-UI-1.12.1/jQuery-UI-i18n.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/FoxInCloud.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/jQuery.fileupload-9.5.6.js"></script>
<script type="text/javascript" charset="utf-8" src="/awScripts/jQuery.iframe-transport-9.5.6.js"></script>
<script type="text/javascript">
jQuery('#menubar-_msysmenu').menu({position: {my: "left top", at: "right+2 top", using: function(pos, fb){var pad = fb.target.element.is(".menubar.pad");fb.element.element.css({left: (pad ? fb.target.left : pos.left) + "px", top: (pad ? fb.target.top + fb.target.height + 2 : pos.top) + "px"});}},select: function(event, ui){
var item = ui.item, elem = item.get(0);
if(item.is('#popup-_mfile-_mfi_sysprint')) return window.print();
}}
).show();
jQuery('#menubar-_msysmenu').fadeOut();
</script>
<script type="text/javascript" charset="utf-8" src="/bnkTest/bnk.js"></script>
<script type="text/javascript" charset="utf-8" src="/bnkTest/bankfile_scx.js"></script>

</body>
</html>
Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 27, 2017 @ 07:29am

strange issue… all JS load OK and line 140 fails to execute because 'jQuery is not defined':

jQuery('#menubar-_msysmenu').menu(…)

do you get the very same result with another browser?

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 27, 2017 @ 07:44am

Let me try another browser and get back to you

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  Bennet Eze
  Jan 27, 2017 @ 07:59am

I have tried IE and FireFox - same result

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 28, 2017 @ 03:23am

Hi Bennet,

I'm afraid I'll have to ask you more questions and/or details because of a pretty weird situation: every required file loads OK while the browser does not even apply the proper CSS and does not run standard JavaScript like jQuery.

what do you have in your temp awDefault_[sys(2015)].css file after loading the page? (this file changes each time your application loads a new form).

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 28, 2017 @ 06:55am

Good day Thierry

Where and how do I locate this file.

I have observed that it is the same jquery that is problem of the demos.

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 28, 2017 @ 07:26am

project dir\site\bnkTest\

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 28, 2017 @ 08:02am

the nearest I saw is awDefaultall.css

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 28, 2017 @ 10:28am

did you search for awDefault_*.css in the test dir and/or the whole disk?

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 29, 2017 @ 03:10am

The only file with _ is AWDEFAULT_4U40PMFLQ.CSS

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 29, 2017 @ 03:35am

bingo, can you post its contents?

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 29, 2017 @ 04:04am
/* -- awDefault_4U40PMFLQ.css [Generated on 01/29/17 11:57:17 AM by FoxInCloud version 2.23.0 of
12/16/16 03:58:39 PM]
This is the standard style sheet generated as of your VFP application's classes and objects
hierarchy.
To get the CSS definitions of all class and objects existing in your application, run
bnk[Test|Prod].css.prg, or start your FoxInCloud server in file mode with the first parameter set
to .T.
In this case, the stylesheet generated is named 'awDefaultAll.css', otherwise
'awDefault<Sys(2015)>.css' dynamically refreshed.
To make your Web application look and feel different from its VFP 'ancestor', you can simply
override any of these CSS definitions in your application's Style Sheet 'bnk.css' (always loaded
last).
-- */

/* -- Classes as 'Commandbutton' -- */
.awcmd {background-color:#F0F0F0;background-image:none;background-position:center;padding-top:0px;width:98px;height:15px;margin:0;font:normal normal 9pt Arial;text-decoration:none;position:absolute;left:0px;top:0px;}
.awcmd.disabled, .awcmd[disabled], .awcmd:disabled {color:#6D6D6D;background-color:#F0F0F0;}
.awcmdok {background-position:center;padding-top:0px;color:#000000;cursor:pointer;width:36px;height:23px;}
.bnkcmd {color:#000000;}
/* -- / Classes as 'Commandbutton' -- */

/* -- Classes as 'Form' -- */
.awfrm {background-color:#F0F0F0;background-image:none;width:100%; height:100%;overflow:hidden;position:relative;}
.awfrm.disabled, .awfrm[disabled], .awfrm:disabled {color:#E3E3E3;opacity:.6;}
.awfrmmb {color:#000000;width:512px;height:131px;}
.bnkfrm {color:#000000;}
/* -- / Classes as 'Form' -- */

/* -- Classes as 'Image' -- */
.awimg {border:1px none #646464;width:100px;height:17px;left:0px;top:0px;clip:inherit;overflow:hidden;position:absolute;left:0px;top:0px;}
.awimg.disabled, .awimg[disabled], .awimg:disabled {color:#E3E3E3;opacity:.6;}
/* -- / Classes as 'Image' -- */

/* -- Classes as 'Label' -- */
.awlbl {text-align:left;background-color:#FFFFFF;border-width:1px;border-style:none;box-sizing:border-box;width:100px;height:17px;margin:0;font:normal normal 9pt Arial;text-decoration:none;overflow:hidden;position:absolute;left:0px;top:0px;}
.awlbl.disabled, .awlbl[disabled], .awlbl:disabled {color:#6D6D6D;background-color:#FFFFFF;}
.bnklbl {color:#000000;}
/* -- / Classes as 'Label' -- */

/* -- Classes as 'Textbox' -- */
.awtxt {text-align:left;background-color:#FFFFFF;border:1px solid #646464;box-sizing:border-box;width:100px;height:21px;padding:2px 2px;margin:0;font:normal normal 9pt Arial;text-decoration:none;position:absolute;left:0px;top:0px;}
.awtxt.disabled, .awtxt[disabled], .awtxt:disabled {color:#6D6D6D;background-color:#FFFFFF;}
.awtxt.readonly, .awtxt[readonly] {background-color:#FFFFFF;}
.bnktxt {color:#000000;}
/* -- / Classes as 'Textbox' -- */

/* -- Form 'awfrmmb' -- */
.awfrmmb {color:#000000;}
.awfrmmb-acmd1 {background-position:center;padding-top:0px;color:#000000;width:89px;height:27px;left:132px;top:84px;}
.awfrmmb-acmd2 {background-position:center;padding-top:0px;color:#000000;width:89px;height:27px;left:248px;top:84px;}
.awfrmmb-acmd3 {background-position:center;padding-top:0px;color:#000000;width:89px;height:27px;left:364px;top:84px;}
.awfrmmb-aimg {width:64px;height:64px;left:20px;top:18px;clip:rect(0px,64px,64px,0px);left:20px;top:18px;}
.awfrmmb-aimg.disabled, .awfrmmb-aimg[disabled], .awfrmmb-aimg:disabled {background-image:url(Images/question64.png);}
.awfrmmb-albl {text-align:center;background-color:transparent;color:#000000;width:394px;height:61px;font-family:Verdana;white-space:normal;left:102px;top:13px;}
.awfrmmb-waitpic {background-color:transparent;width:20px;height:20px;left:2px;top:2px;clip:rect(0px,20px,20px,0px);left:2px;top:2px;}
.awfrmmb-waitpic.disabled, .awfrmmb-waitpic[disabled], .awfrmmb-waitpic:disabled {background-image:url(Images/indicator_remembermilk_orange.gif);}
/* -- / Form 'awfrmmb' -- */

/* -- Form 'bankfile.scx' -- */
.bankfile_scx {color:#000000;}
.bankfile_scx-command1 {background-image:url('Images/wznew.png');background-repeat:no-repeat;background-position:center;padding-top:20px;color:#000000;width:42px;height:25px;left:214px;top:198px;}
.bankfile_scx-command2 {background-image:url('Images/wznext.png');background-repeat:no-repeat;background-position:center;padding-top:20px;color:#000000;width:42px;height:25px;left:161px;top:198px;}
.bankfile_scx-command3 {background-image:url('Images/wzback.png');background-repeat:no-repeat;background-position:center;padding-top:20px;color:#000000;width:42px;height:25px;left:107px;top:198px;}
.bankfile_scx-command4 {background-image:url('Images/wznew.png');background-repeat:no-repeat;background-position:center;padding-top:20px;color:#000000;width:42px;height:25px;left:266px;top:196px;}
.bankfile_scx-label1 {background-color:#F0F0F0;color:#000000;width:180px;height:24px;font-weight:bold;font-size:14pt;left:180px;top:12px;}
.bankfile_scx-label1.disabled, .bankfile_scx-label1[disabled], .bankfile_scx-label1:disabled {background-color:#F0F0F0;}
.bankfile_scx-lblbankaddr {background-color:transparent;color:#000000;width:53px;white-space:normal;left:85px;top:155px;}
.bankfile_scx-lblbankcode {background-color:transparent;color:#000000;width:55px;white-space:normal;left:73px;top:45px;}
.bankfile_scx-lblbankname {background-color:transparent;color:#000000;width:60px;white-space:normal;left:81px;top:90px;}
.bankfile_scx-txtbankaddr {color:#000000;width:288px;height:23px;left:146px;top:155px;}
.bankfile_scx-txtbankaddr.disabled, .bankfile_scx-txtbankaddr[disabled], .bankfile_scx-txtbankaddr:disabled {background-color:#F0F0F0;}
.bankfile_scx-txtbankaddr.readonly, .bankfile_scx-txtbankaddr[readonly] {background-color:#F0F0F0;}
.bankfile_scx-txtbankcode {color:#000000;width:81px;height:23px;left:136px;top:45px;}
.bankfile_scx-txtbankcode.disabled, .bankfile_scx-txtbankcode[disabled], .bankfile_scx-txtbankcode:disabled {background-color:#F0F0F0;}
.bankfile_scx-txtbankcode.readonly, .bankfile_scx-txtbankcode[readonly] {background-color:#F0F0F0;}
.bankfile_scx-txtbankname {color:#000000;width:288px;height:23px;left:149px;top:90px;}
.bankfile_scx-txtbankname.disabled, .bankfile_scx-txtbankname[disabled], .bankfile_scx-txtbankname:disabled {background-color:#F0F0F0;}
.bankfile_scx-txtbankname.readonly, .bankfile_scx-txtbankname[readonly] {background-color:#F0F0F0;}
.bankfile_scx-waitpic {background-color:transparent;width:20px;height:20px;left:0px;top:0px;clip:rect(0px,20px,20px,0px);}
.bankfile_scx-waitpic.disabled, .bankfile_scx-waitpic[disabled], .bankfile_scx-waitpic:disabled {background-image:url(Images/indicator_remembermilk_orange.gif);}
/* -- / Form 'bankfile.scx' -- */


Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 30, 2017 @ 02:02am

Hi Bennet,

Well, everything looks in perfect order…

Only one thing looks strange: in the network pane, all file sizes start with '12', which doesn't match all sizes: eg. FoxInCloud.js is 77.8 kB in size.

Could you repost this pane while making sure all columns are wide enough to see their contents?

Update: also, please try to post the response received by browser for jQuery.js.

Thanks,

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 03:14am

Good morninig Thierry

The error for jquery is Uncaught ReferenceError: jQuery is not defined at INDEX.BNK:140

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 30, 2017 @ 05:17am

bingo, we found where the problem lies: IIS does not send the proper file contents

please show the response for jQuery.js as pictured below: chrome response

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 06:15am

There is also no preview data available

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 30, 2017 @ 06:21am

IIS log should tell us what happens -- can you take a look at it and post?

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 06:29am

Sorry, In which folder is it located ?

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 30, 2017 @ 06:40am

depends on your settings, please use Google to learn more

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 07:50am

The Log directory in Inetpub is empty. I can't even configure Logging in my IIS because the Logging icon is not there. I am trying to find out why. My IIS version is 8.5

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 30, 2017 @ 08:06am

watch this…

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  Bennet Eze
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 08:57am

I had to enable additional features in windows (IIS) as well as set the logging service to automatic before the logging icon appeared.

Here is the contents of the log:

#Software: Microsoft Internet Information Services 8.5 #Version: 1.0 #Date: 2017-01-30 16:17:40 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken 2017-01-30 16:17:40 10.205.34.95 GET / - 80 - 10.205.34.95 FDSSDP - 200 0 0 984 2017-01-30 16:17:40 10.205.34.95 GET / - 80 - 10.205.34.95 DAFUPnP - 200 0 0 578 #Software: Microsoft Internet Information Services 8.5 #Version: 1.0 #Date: 2017-01-30 16:47:34 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken 2017-01-30 16:47:34 ::1 GET /BNKTEST/INDEX.BNK - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 - 200 0 0 8659 2017-01-30 16:47:34 ::1 GET /awScripts/normalize.css - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 116 2017-01-30 16:47:34 ::1 GET /awScripts/Window1.3/Themes/default.css - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 140 2017-01-30 16:47:34 ::1 GET /awScripts/Window1.3/Themes/all.css - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 156 2017-01-30 16:47:34 ::1 GET /bnkTest/awDefault_4U5124UFB.css - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 52 2017-01-30 16:47:34 ::1 GET /awScripts/AW2.6.4trial/styles/system/aw.css - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 176 2017-01-30 16:47:34 ::1 GET /awScripts/FoxInCloud.css - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 208 2017-01-30 16:47:34 ::1 GET /bnkTest/bnk.css - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 84 2017-01-30 16:47:34 ::1 GET /awScripts/jQuery-UI-1.12.1/themes/base/jQuery-UI.css - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 308 2017-01-30 16:47:34 ::1 GET /awScripts/Prototype1.7.3.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 268 2017-01-30 16:47:34 ::1 GET /awScripts/event.simulate.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 88 2017-01-30 16:47:34 ::1 GET /awScripts/Scriptaculous1.9.0/scriptaculous.js load=effects,dragdrop 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 184 2017-01-30 16:47:34 ::1 GET /awScripts/html2canvas.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 264 2017-01-30 16:47:34 ::1 GET /awScripts/SWFupload/SWFupload2.2.0.1.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 279 2017-01-30 16:47:35 ::1 GET /awScripts/Window1.3/window.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 299 2017-01-30 16:47:35 ::1 GET /awScripts/jQuery-3.1.1.min.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 235 2017-01-30 16:47:35 ::1 GET /awScripts/jQuery-migrate-3.0.0.min.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 84 2017-01-30 16:47:35 ::1 GET /awScripts/FoxInCloud.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 96 2017-01-30 16:47:35 ::1 GET /awScripts/jQuery-UI-1.12.1/jQuery-UI-i18n.min.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 191 2017-01-30 16:47:35 ::1 GET /awScripts/AW2.6.4trial/lib/aw.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 588 2017-01-30 16:47:35 ::1 GET /awScripts/jQuery.fileupload-9.5.6.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 188 2017-01-30 16:47:35 ::1 GET /awScripts/jQuery-UI-1.12.1/jQuery-UI.min.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 283 2017-01-30 16:47:35 ::1 GET /awScripts/waitpic.gif - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 32 2017-01-30 16:47:35 ::1 GET /awScripts/jQuery.iframe-transport-9.5.6.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 292 2017-01-30 16:47:35 ::1 GET /BNKTEST/Images/indicator_remembermilk_orange.gif - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 43 2017-01-30 16:47:35 ::1 GET /bnkTest/bnk.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 188 2017-01-30 16:47:35 ::1 GET /bnkTest/bankfile_scx.js - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 200 0 0 80 2017-01-30 16:47:35 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows+NT+6.3;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/56.0.2924.76+Safari/537.36 http://localhost/BNKTEST/INDEX.BNK 404 0 2 0

Thanks for your encouragement.

Bennet

Gravatar is a globally recognized avatar based on your email address. re: Foxincloud Fas Demo
  FoxInCloud Support - Thierry N.
  Bennet Eze
  Jan 30, 2017 @ 09:46am

jQuery.js is not even mentioned…

Problem is here: IIS does not serve the file while providing a 200-OK status

Please check the account that your app pool uses has the right to read in the site's folder.

Update 1: please make sure to use the code formatting options whenever applicable; makes it easier to read and understand.

Update 2: please make sure your IIS install complies with the requirements detailed in the FAA publish wizard, step 1

© 1996-2024