Welcome Guest, Not a member yet? Register   Sign In
Scaffolding interface not showing up
#1

[eluser]Unknown[/eluser]
Hello all,

I have set a secret word for scaffolding:xxx
and have a working controller class:blog.
I have also set the database to auto connect My problem is that when i load
this url: http://localhost:8080/CodeIgniter_1.5.4/...p/blog/xxx , i do not see the scaffolding interface upload.the browser says done but just shows an empty web page
#2

[eluser]avinashv[/eluser]
Have you actually enabled scaffolding in your config.php? Also, are you sure your db information is correct? Also, have you called $this->load->scaffolding('controller_name'); in your controller's constructor?
#3

[eluser]fdog[/eluser]
I had the same issue. It was a database-php connectivity problem. Apparently CI doesn't show an error message when this happens, just an empty web page.
#4

[eluser]dejitaru[/eluser]
I had the same problem. What I did was changing the base_url of config/routes.php for the correct one




Theme © iAndrew 2016 - Forum software by © MyBB