php - One Controller showing 500 Internal Server Error Codeigniter -


i have completed project in codeigniter. working localhost. when uploaded web server, 1 of controllers show '500 internal server error'.

i went through several questions in website, says .htaccess files, have not added .htaccess files.

secondly, found 1 of libraries (extending form_validation) being not loaded in webserver, despite working in localhost.

please help.

what local , server operating system?

probably if use windows localy , use linux on server have difference in case sensitive in file name.

windows not case sensitive.

check if have capital letter in controller names. example shouldn't use nameofyourcontroller.php nameofyourcontroller.php.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -