Bonjour,

J'ai installé le mkframewok sur cloud9.
Dans quel but ? Tout simplement pour avoir accès à certains de mes projets depuis n'importe où.
J'ai pris la dernière version dispo du package.
J'y ai importé un projet et une base mysql.

je lance un runner sous cloud9.
J'ai bien ma page de login qui s'affiche.
mais quand je tape le mot de passe je suis redirigé sur cette même page de login.
voilà les seules infos que j'ai qd j'inspecte mon projet .
J'utilise chrome comme navigateur.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
Request URL: https://mkframework-oreli-satch9.c9users.io/Projects/voyage/public/index.php?:nav=auth::login
Request Method: POST
Status Code: 302 Found
Remote Address: 35.195.221.140:443
Referrer Policy: no-referrer-when-downgrade
cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
content-length: 0
content-type: text/html
date: Fri, 22 Jun 2018 20:47:08 GMT
expires: Thu, 19 Nov 1981 08:52:00 GMT
keep-alive: timeout=5, max=100
location: index.php?:nav=default::index
pragma: no-cache
server: Apache/2.4.7 (Ubuntu)
set-cookie: PHPSESSID=sio08co6o5k1p5cvcnq2h01jv5; HttpOnly
set-cookie: PHPSESSID=sio08co6o5k1p5cvcnq2h01jv5; HttpOnly
set-cookie: PHPSESSID=sio08co6o5k1p5cvcnq2h01jv5; HttpOnly
set-cookie: PHPSESSID=sio08co6o5k1p5cvcnq2h01jv5; HttpOnly
X-BACKEND: apps-proxy
x-powered-by: PHP/5.5.9-1ubuntu4.22
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7
Cache-Control: max-age=0
Connection: keep-alive
Content-Length: 61
Content-Type: application/x-www-form-urlencoded
Cookie: PHPSESSID=5kqu049oatvhbiq0ld9mgfpg12; _ga=GA1.2.1446166251.1506425805; c9.live.user.jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6IjE4MTYxMjMiLCJuYW1lIjoic2F0Y2g5IiwiY29kZSI6IjljNGZsT25GMlRUSW1HUFVuYzVJIiwiaWF0IjoxNTI5Njg3NTM3LCJleHAiOjE1Mjk3NzM5Mzd9.1NJa82d4YDXWb3qrcZymyo_sWGEeZyz7YqaMrUHPSgo; c9.live.user.sso=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6IjE4MTYxMjMiLCJuYW1lIjoic2F0Y2g5IiwiaWF0IjoxNTI5Njg3NTM3LCJleHAiOjE1Mjk3NzM5Mzd9.yBisiomdpFJaTEef_6LvWRhSVjH_sEfVwavlXo-O_jI; XDEBUG_SESSION=cloud9ide
Host: mkframework-oreli-satch9.c9users.io
Origin: https://mkframework-oreli-satch9.c9users.io
Referer: https://mkframework-oreli-satch9.c9users.io/Projects/voyage/public/index.php?:nav=auth::login
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
:nav: auth::login
email: beatrice.dijoux@ersm-reunion.cnamts.fr
password: ******
Parcontre qd je mets
[auth]
enabled=0

J'ai accès à ma page default index mais mes droits ne se chargent pas et donc dans mon menu de navigation je n'ai accès à aucune rubrique.
Sachez qu'en local je n'ai aucun problème.

Qu'en pensez vous?