-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install in a private server #81
Comments
tengu8740[CodePlex] This function in language_helper is used to refresh the languages file under application/language ; if the difference between creation and nowtime is greater 4 h is called the function createNew($language) ( previously patched with return; ) if($time_lapse = '240000.0'){ |
tengu8740[CodePlex] I changed in line 46 of application/models/user.php // $this-db-or_where('authority','teacher'); Now i see all the user me too. Alex |
tengu8740[CodePlex] |
jirikadlec2[CodePlex] |
xenomorph1030[CodePlex] It looks like the point of that function was to get data from an external source. If it actually retrieved data, it would update your language files depending on the TTL (time to live). What instead happened was a 20 second timeout and no idea why because of Glad it is working now and hopefully the team will patch that in a future release. |
tengu8740[CodePlex] |
xenomorph1030[CodePlex] Anyway, I fixed it by changing the language helper (application/helpers/language_helper.php). In the function createNew, I added as the first line: return; It was the easiest way to bypass the connection attempt. Hope this helps. |
xenomorph1030[CodePlex] My guess is something added to Code Igniter. I use it all the time and haven't had performance issues. |
tengu8740[CodePlex] I tried by modifying index.php with define('ENVIRONMENT', 'production'); but never change. Distributor ID: Ubuntu PHP 5.5.9-1ubuntu4.6 (cli) (built: Feb 13 2015 19:17:11) |
xenomorph1030[CodePlex] |
tengu8740[CodePlex] |
jirikadlec2[CodePlex] |
tengu8740[CodePlex] |
1019Fowler[CodePlex] |
tengu8740[CodePlex]
Hi,
I'm tryng to install in internal host with LAMP HydroServer Lite 3 but client/setup doesn't exists.
The Mysql DB is ready with the table created with sql batch.
Is a different config procedure with HIS3 ?
thanks.
Alex
The text was updated successfully, but these errors were encountered: