Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Error for some git part #277

Open
MparkG opened this issue May 18, 2023 · 2 comments
Open

PHP Error for some git part #277

MparkG opened this issue May 18, 2023 · 2 comments

Comments

@MparkG
Copy link

MparkG commented May 18, 2023

Two errroers:

Got error 'PHP message: PHP Fatal error:  Uncaught ErrorException: chdir(): No such file or directory (errno 2) in /var/www/atheos/components/codegit/class.git.php:53\nStack trace:\n#0 [internal function]: {closure}()\n#1 /var/www/atheos/components/codegit/class.git.php(53): chdir()\n#2 /var/www/atheos/components/codegit/controller.php(20): CodeGit->__construct()\n#3 /var/www/atheos/controller.php(41): require('...')\n#4 {main}\n  thrown in /var/www/atheos/components/codegit/class.git.php on line 53'

Got error 'PHP message: PHP Fatal error:  Uncaught ErrorException: Undefined variable $handle in /var/www/atheos/components/filemanager/class.filemanager.php:221\nStack trace:\n#0 /var/www/atheos/components/filemanager/class.filemanager.php(221): {closure}()\n#1 /var/www/atheos/components/filemanager/controller.php(70): Filemanager->index()\n#2 /var/www/atheos/controller.php(41): require('...')\n#3 {main}\n  thrown in /var/www/atheos/components/filemanager/class.filemanager.php on line 221'

Heres what it looks like:
image

I am running apache2 and php fpm with version 8.2

even if some folder wasnt there it should still function. (all project folders exist)

Idk what to do with this, how to fix it myself. as far as i saw, second errror arises from the path not resolving/existing...

@HLSiira
Copy link
Member

HLSiira commented May 19, 2023

Are you using the latest release of Atheos or a pull from the main branch?

@MparkG
Copy link
Author

MparkG commented May 19, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants