FAQ
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
FAQ.My Xojo Web App does not launch. Why?
Answer:
Here is a list of checks to do for linux apache installations with Xojo or Xojo Web applications:
Just a list of checks to do for linux apache installations:
-
You have 64bit linux? Than you need 32 bit compatibility libraries.
-
The folder of your app is writable? Set permissions to 777.
-
The cgi script is executable? Set permissions to 755.
-
The app file itself is executable? Set permissions to 755.
-
You uploaded cgi file as text, so it has unix line endings? (this often gives error "Premature end of script headers" in apache log)
-
You uploaded config.cfg file and made it writable? Set permissions to 666.
-
Your apache allows execution of cgi scripts? You enabled cgi for apache and uncommented addhandler command for CGI on a new apache installation?
-
You uploaded the app file and libraries as binary files? Upload as text breaks them.
-
You did upload the libs folder?
-
You don't have code in app.open, session.open and other events which crashes app right at launch?
-
You don''t have a print command in your app.open event? (see feedback case 23817)
-
You allowed htaccess file to overwrite permissions?