nenad-zivkovic / yii2-advanced-template

Yii2 improved advanced application template that can bake you cookies
BSD 3-Clause "New" or "Revised" License
93 stars 66 forks source link

Some functions are not working on hosting server #31

Open lukatonson opened 8 years ago

lukatonson commented 8 years ago

Hello Nenad. I´ve been using this template without any problem but when i uploaded the app to a hosting server, there were a few things that didn´t work. For example after the user sends the signup form, the page stays completely blank and with no error, it seems that the refresh() function is not working. I also tried to replace de refresh() with render o redirect but nothing changed. The same happens with the account activation after the user access to link in his mailbox. Using Firebug i see that the response of the post (signup form) is something like this symbols #$#"$#". In my localhost everything works fine and i have updated the latest release. What do you think could be the problem? Regards and nice work!