Common Issues & Troubleshooting
404 Or Page Not Found Error In Installation
During installation if you are getting 404 or Page not found error then following possible causes may be behind this -Check .htaccess file is present in your Smart Hospital hosting directory. By default .htaccess files are hidden in cpanel, you can enable visible .(dot) hidden files from cpanel file manager setting option. .htaccess file already present in your downloaded package in respective folder.url rewriting module is disabled in your hosting.
Read MoreEnabling SSL In Smart Hospital
After installing ssl on your Smart Hospital hosting you need to edit your base url in following file -Open file \application\config\config.php and find the line $config['base_url'] = 'http://yourdomain.com/'; change it to $config['base_url'] = 'https://yourdomain.com/'; that's it.
Read MoreUnable To Login Or Missing Login URL
When you open Smart Hospital url then it will be open User Panel URL http://yourdomain/site/userlogin (if Front CMS is not enabled). By default Smart Hospital opens User Panel instead of Admin Panel (due to security reasons). In Smart Hospital your Admin Panel login url is http://yourdomain/site/loginHere superadmin, admin, doctor, accountant or any staff can be login through their email id and password.And User Panel login
Read MoreTo Port Or Move Smart Hospital On New Server
To port or move Smart Hospital on new server/hosting/url you have to do change in two files -1. Open file \application\config\config.php and find line $config['base_url'] = 'http://yourdonamin.com/'; change here to new url name where you want to move Smart Hospital.2. Open file \application\config\database.php and find following lines -'hostname' => '','username' => '','password' => '','database' => '',Change new database details in above lines.
Read MoreONLY_FULL_GROUP_BY Issue On Server
If Smart Hospital showing ONLY_FULL_GROUP_BY error message on your server that means on your hosting ONLY_FULL_GROUP_BY is enabled in your mysql SQL_MODE. This issue comes due to on some hosting server mysql is not configured properly. Please contact to your hosting provider to disable/remove ONLY_FULL_GROUP_BY in your hosting mysql SQL_MODE or follow the below instruction to fix this issue (it will require full root access of your mysql
Read MoreLAN Access Networking Setup
If you have hosted Smart Hospital on your local server and want to use in local LAN network then your Smart Hospital hosting machine should have static ip address (not be dynamic assigned by your modem DHCP). Here suppose your server hosting machine have ip address 192.168.1.2 then when you are installing Smart Hospital then you should type 192.168.1.2/myhospital/ not localhost/myhospital/ other wise you can not access Smart Hospital from other computers in your LAN and will
Read MoreImage Upload Not Working In Media Manager
If you are uploading image or any file in Front CMS > Media Manager and its not uploading and nothing happened then please check your hosting phpinfo details for fileinfo extension is enabled/installed on your hosting server. If fileinfo extension missing on your server then contact your hosting provider for enabling/installing fileinfo extension on your server.Due to missing fileinfo extension Smart Hospital media manager is unable to
Read MoreEmail Send Not Working
After adding patient or staff if you found there is no email is sending by system then there may be email configuration issue on your server / Smart Hospital.In Smart Hospital we have used phpmailer https://github.com/PHPMailer/PHPMailer library which is used by many popular php application like WordPress, Drupal, SugarCRM, Yii, Joomla etc.By default SendMail is set as Email Engine in Setup > Settings > Email Setting. SendMail can only work and send
Read MoreLogo Is Not Updating
After updating logo if you are still seeing old logo then clear your browser cache to see updated logo. To clear browser cache in Chrome browser use keyboard button combination Ctrl + Shift + r or go to setting to clear your browser cache.
Read MoreAfter adding staff or patient no email is receiving?
After adding staff or patient if no email is receiving or there is no any email send by system then your email setting is not configured properly so system is unable to send any email. To configure email please check this article.
Read MoreUnable To Download Database SQL File
Your getting this message because Mod_Security is preventing download of sql file on your hosting server so you should disable Mod_Security on your hosting or please contact your hosting support for this issue.
Read MoreAvoid using special character
In Smart Hospital avoid to enter or using special character (special character is non-alphabetic and non-numeric like @, #, $, <, %, ^, &, *, !) for any field like Patient, Staff, Income, Expense, Transport, Custom Field etc, otherwise it may fail PHP or JavaScript processing.
Read MoreDoes unicode character for languages supported in data export of table or datatable?
No, currently Unicode characters for non English languages does not supported in data export from table or datatable.
Read MoreLatest Articles
- Want to know about Smart Hospital Biometric Attendance App?
- Version 5.0
- How to show annual calendar tab on front site of smart hospital?
- How to add vacation in annual calendar?
- How to add activity in annual calendar?
- How to add holiday in annual calendar on smart hospital?
- How to assign the roster to the staff?
- How to add the roster in duty roster module?
- How to add the shift in duty roster?
- How to search the duty roster?