Welcome Guest, Not a member yet? Register   Sign In
load view file not working on real domain but working in local: solved
#1

[eluser]nirbhab[/eluser]
hi guys,

I have made a small project on Codeigniter.
please check the following two urls so that i can explain the problem:

n please believe me the project is running awesome on localhost.

1. bloggerhatt
2.
bloggerhatt [error encountered]

Tell me which files i should display in order to get my self explained.

All files are on there right place.
Note: according to me this is apache problem. as it is running fine on local. but when i upload it to this domain, my project goes to trashes. Please help me out!
#2

[eluser]Rubiz'[/eluser]
I'am having a similar problem for loading libraries... I've posted yesterday about this.
Any friend of mine could help me to resolve this.
#3

[eluser]Dr.Dan[/eluser]
Does newuser.php contains any capital letter? I mean is the filename is something like newUser.php and not newuser.php, because sometimes server has a problem with capital letters in a filename.
#4

[eluser]Craig A Rodway[/eluser]
Are you using a custom route for some of those URLs? If so have you uploaded the config/routes.php file?
#5

[eluser]nirbhab[/eluser]
content of my route file:
Code:
$route['default_controller'] = "home";
$route['scaffolding_trigger'] = "";

naming conventions can cause problem? i haven't faced any yet.
#6

[eluser]Craig A Rodway[/eluser]
Both URLs seem to be working now - what did you do?
#7

[eluser]nirbhab[/eluser]
guys problem has been sorted out.

was not due to naming convention nor it was routes.

but thankx a lot to u guys who actually showed me the path.

cause:
'User' and 'user'


i think you have understood. View directory contained 'User' rather than 'user'.

That's why i love every thing of codeigniter spl. the forum.




Theme © iAndrew 2016 - Forum software by © MyBB