-
Notifications
You must be signed in to change notification settings - Fork 197
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
Undefined variable: map #43
Comments
I had the same problem since I load a header, content, then footer so what I did was remove the |
Solution not working |
How are you going to come in 2 years after I comment and thumbs down my solution? Lol |
Have you found any other solution for that? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Message: Undefined variable: map
How to solve this?
Controller Map.php
defined('BASEPATH') OR exit('No direct script access allowed');
class Map extends CI_Controller {
}
I put before the closing tag in the file view header.php:
In the view home.php
I need to config up something of REST?
The text was updated successfully, but these errors were encountered: