NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: vsorensen on November 24, 2011, 09:25:36 AM
-
When I install from scratch, ALL.JS is no longer in the Scripts subfolder, and I get "Error in site JavaScript" when bringing up the base page in my app.
Is this because files are missing from the distribution package, or an indication that I have more things to change when migrating to NT6?
-
Hey Vince,
No. No files are missing.
Go to your WebServer procedure
Open the NetTalk Extension
Go to the Advanced Tab
Un-check these two items:
Combine Common Files
Serve Pre-Compressed Files
This will get your site up and running again.
Don
-
Thanks... still have some errors, but making progress...
-
Hi Vince,
when you compile GzipAll.BAt is created for you in the app folder, and it in turn makes all the "all" files. It uses the settins from inside your app to add your custom css and js, and also takes into account aby additional themes you may have added in your themes folder.
You should see the batch file run when you first compile. If it doesn't run let me know the details (Clarion version etc). Try running it manually.
There's also another batch file, CopyAll.Bat which shoul also run.
cheers
Bruce