You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have blank page with newest phalcon version 4.0.0-rc.2 project works just fine with 4.0.0-rc.1 It maybe has something to do with newest change #14407.
I just don't see what has changed from RC1 to RC2 and why its does not work anymore. It dosn't trow any errors, nothing in logs at all - just blank page. It looks like it dosn't load my views properly. When I do simple test like exit('TEST')' before showing my view - it seems to work fine.
The text was updated successfully, but these errors were encountered:
I have blank page with newest phalcon version 4.0.0-rc.2 project works just fine with 4.0.0-rc.1 It maybe has something to do with newest change #14407.
Code That Works In RC1 but not in RC2.
It might also be something with my view code in RC2. This works on RC1.
I just don't see what has changed from RC1 to RC2 and why its does not work anymore. It dosn't trow any errors, nothing in logs at all - just blank page. It looks like it dosn't load my views properly. When I do simple test like
exit('TEST')'
before showing my view - it seems to work fine.The text was updated successfully, but these errors were encountered: