A PHP Error was encountered
Severity: Notice
Message: Undefined index: userid
Filename: views/question.php
Line Number: 191
Backtrace:
File: /var/www/html/cnasolution/application/views/question.php
Line: 191
Function: _error_handler
File: /var/www/html/cnasolution/application/controllers/Questions.php
Line: 419
Function: view
File: /var/www/html/cnasolution/index.php
Line: 315
Function: require_once
The structure of the website is messed up
I built a website on Azure and uploaded it to GitHub. Link. After making a few changes, the structure of the website dispersed. Link
Deleting the cache on Safari, Firefox, Chrome or Opera fixes the problem but, how may I delete the cache in GitHub or how can I fix this problem within GitHub? I checked forums, tried different ways but they never worked for my case. I used the command below but I guess this is not the way to fix it,
git rm -r --cached . git add . git commit -m 'git cache cleared' git push
This is the website. I would be very happy if someone is able to help.