Files / Releases / Installer
Mon, 23 Nov 2009 12:31:33 GMT by pijulius
Installer is a simple to use one php file that will let you install jCore server and/or client to any location. Just download the install.php, put it in a public directory, load it in your browser and follow the steps and that's it.
Updated (0.4): New template, fixed timeout error, fixed db error on automatic creation, fixed table prefixing, upgraded all classes to the latest ones and dropped installer id requirements as jCore is now available to guest users too.
Comments (3)
What can I do now?
Also did you try to install jCore server or client? could you please also send me the error messages you get or let me try out myself too if possible?
Thanks,
Internal Server Error 500 it's because of the apache headers module not activated, you can activate it by:
- if installed from source recompile apache using --enable-headers
- if installed from build add LoadModule headers_module modules/mod_headers.so to httpd.conf