CTFd-Car-Hacking-Theme icon indicating copy to clipboard operation
CTFd-Car-Hacking-Theme copied to clipboard

Challenge not displaying while clicking on it in /challenges

Open besnardf opened this issue 7 years ago • 5 comments

As an administrator, create a challenge. Then go to /challenges. The challenge should appear but while clicking on it in order to get further information such as the description or the Submit flag form, nothing happens.

besnardf avatar May 17 '18 08:05 besnardf

image

besnardf avatar May 17 '18 08:05 besnardf

127.0.0.1 - - [17/May/2018 12:06:57] "GET /chals/1 HTTP/1.1" 200 - 127.0.0.1 - - [17/May/2018 12:06:57] "GET /plugins/challenges/assets/standard-challenge-modal.js?_=1526551614470 HTTP/1.1" 200 -

These GET requests are made but nothing happens.

Response for GET /chals/1 HTTP 1.1 :

{
  "category": "zae", 
  "description": "aze", 
  "files": [], 
  "hidden": false, 
  "hints": [], 
  "id": 1, 
  "max_attempts": 0, 
  "name": "zae", 
  "tags": [], 
  "type": "standard", 
  "type_data": {
    "id": "standard", 
    "name": "standard", 
    "scripts": {
      "create": "/plugins/challenges/assets/standard-challenge-create.js", 
      "modal": "/plugins/challenges/assets/standard-challenge-modal.js", 
      "update": "/plugins/challenges/assets/standard-challenge-update.js"
    }, 
    "templates": {
      "create": "/plugins/challenges/assets/standard-challenge-create.njk", 
      "modal": "/plugins/challenges/assets/standard-challenge-modal.njk", 
      "update": "/plugins/challenges/assets/standard-challenge-update.njk"
    }
  }, 
  "value": 1
}

besnardf avatar May 17 '18 10:05 besnardf

If it can help, I have the same problem with the TAMUCTF theme.

besnardf avatar May 17 '18 10:05 besnardf

I have the same issue. It's a compatibility issue with the latest version of CTFd. Were you able to get it fixed?

michael-bey avatar Sep 23 '18 21:09 michael-bey

The issue appears to remain. I attempted to fix it by replacing chalboard.js in this theme with the chalboard.js from the CTFd 'core' theme which it ships with, but to no avail.

sa7mon avatar Nov 06 '18 21:11 sa7mon