Thanks for your fast response admin.
I tried it and got:
Unable to locate the file: subscribers.php
So I tried changing the subscribers to subcribers_model and got:
Fatal error: Uncaught exception 'Exception' with message 'Method femaleSubscribers…
Using $CI, I get "Undefined variable: CI" when I try to save.
When I use $this, the "Undefined property: Pages::$lang_id" error is also thrown when I navigate to a page.
I'll go through the process again, I must've done something wrong...
What does Erik mean by...
----------------------------------------------
I changed
UNIQUE KEY `page_id` (`page_id`,`name`)
to
UNIQUE KEY `page_id` (`page_id`,`name`,`lang_id`)
----------------------------------------------
?
Plus, I've implemented …
Hi all,
This is a great thread and I've made good progress on the backend (admin's 6 steps were very clear), but I'm still struggling on the front end, specifically in regards to language integration in location/slug (as in www.site.com/en/page)?
…