YiiBackboneBoilerplate icon indicating copy to clipboard operation
YiiBackboneBoilerplate copied to clipboard

first installation

Open elviskudo opened this issue 12 years ago • 3 comments

this is very awesome, thanks

i install this and i got in my first view is error page, when i trying to looking why is error? and i got in my console, view like this:

POST http://localhost/site/isLogged 404 (Not Found)

and my url is http://localhost/_PROJECT/yii-backbone/backend/www

how to fix it? thanks, your project is wonderful

elviskudo avatar Nov 09 '12 08:11 elviskudo

Yes I also get the same error.

ERROR 404

Not Found.

How to fix it!

itsazzad avatar Jan 31 '13 20:01 itsazzad

Yes I am also getting same error. Please provide the solution. Thanks n Regards.

jyotinavale avatar Apr 28 '13 11:04 jyotinavale

in javascript files, change /www/app/js/libs/utils/session.js ---- > '/site/isLogged'; to 'site/isLogged';

do the same for www/app/js/views/index/page.js

jneto81 avatar Jun 19 '13 11:06 jneto81