susanBuck / e15-spring22

0 stars 0 forks source link

Error in installing "fortify" #56

Closed YvaGithub closed 2 years ago

YvaGithub commented 2 years ago

Hi Everyone, I got the following error while trying to install "fortify" in my p3 project. Can someone please help me figure out the issue?

Thank you, Yvaral

error_auth

susanBuck commented 2 years ago

Hi @YvaGithub - Please include the full error output with questions like these. It looks like a fair amount of the output is cut off in your screenshot.

I suspect you're having the same issue described here: https://github.com/susanBuck/e15-spring22/issues/53

To fix, first run php --version - if it shows version 8.0.something, run the following command to make sure you have all the necessary extensions:

> sudo apt-get install php8.0-mbstring php8.0-xml php8.0-dom php8.0-curl php8.0-mysql zip unzip

If it shows 8.1.something, run this:

> sudo apt-get install php8.1-mbstring php8.1-xml php8.1-dom php8.1-curl php8.1-mysql zip unzip
YvaGithub commented 2 years ago

Thank you Prof Susan. Your tip worked.

susanBuck commented 2 years ago

You're welcome! Glad it's resolved.