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
{{ message }}
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
When trying to edit project, I get error message. This happens only when in Where is your project hosted? is Gitlab and Repository Name / URL (Remote) or Path (Local) is https://gitlab.com/...
Expected behaviour
After clicking on Edit project button, I expect some form where I could edit the project.
Actual behaviour
After clicking on Edit project button, I get page with thiss error message
Sorry, there was a problem
Notice: Undefined index: user in /var/www/html/PHPCI/Controller/ProjectController.php line 261
Steps to reproduce
Add a new project
Try to edit it
Environment info
Operating System:
Debian GNU/Linux 8
PHP Version:
PHP 7.1.2 (cli) (built: Feb 28 2017 17:47:07) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
MySQL Version:
mysql Ver 14.14 Distrib 5.7.17, for Linux (x86_64) using EditLine wrapper
The text was updated successfully, but these errors were encountered:
Update: This issue happends when the project is misconfigured. The biggest problem is, that the project is undeletable. Delete button sends me to URL javascript:confirmDelete('http://89.36.221.90/project/delete/1', 'Project', true) which looks something like this:
@frimdo I know very old post, but i don't suppose you can remember what you meant by "project is misconfigured"? I'm experiencing this issue trying to get PHPCI going. I think i should abandon it, but i'm stubborn! We need to install a CI pipeline on prem. gocd/jenkins don't cut it
Before submitting your issue, please make sure that you've checked all of the checkboxes below.
php -v
composer install --no-dev -o
from the root of your installation.Brief issue explanation
When trying to edit project, I get error message. This happens only when in Where is your project hosted? is Gitlab and Repository Name / URL (Remote) or Path (Local) is https://gitlab.com/...
Expected behaviour
After clicking on
Edit project
button, I expect some form where I could edit the project.Actual behaviour
After clicking on
Edit project
button, I get page with thiss error messageSteps to reproduce
Environment info
Operating System:
PHP Version:
MySQL Version:
The text was updated successfully, but these errors were encountered: