Sunday 15 March 2015

php - [SOLVED]Kohana 3.3 relationships work locally but not on server -


I took my website from the local host to the real host .... and started the problems.

Relationships work on my windows machine, but my host throws it on the Koh

My These links are in the Model_User class

  safe $ _has_many = array ('klinikas' = & gt; array ('model' = & gt; 'klinika', 'through' = & gt; Klinikas_users '),' roles = = & gt; array ('model' = & gt; 'role', 'through' = & gt; 'roles_users'););   

The question is, what does it work and how can I fix it?

As it turned out, let me get my module name from user.php User.php and need to work successfully!

No comments:

Post a Comment