Topic on Project:Support desk

2600:6C44:447F:DF74:D963:7F9C:78E5:890 (talkcontribs)

Does anyone know where to find the PHP configuration? This is relating to my login issues and if anyone can help, I would really appreciate it.

(I'm using the desktop version on my phone so presumably, there shouldn't be any issues)

Jonathan3 (talkcontribs)

There's a page on it here: PHP configuration. I'm sure I followed more useful, step-by-step instructions but can't find them. But from my bash history here's what I typed. I'm using Ubuntu 18.04.

sudo apt install php libapache2-mod-php php-mysql
sudo apt install php-mysql
sudo apt install php-xml
sudo apt install php-mbstring
sudo apt install php-apcu
sudo apt install php-intl
sudo apt install imagemagick
sudo apt install inkscape
sudo apt install php-cli
sudo apt install php-curl
sudo apt install php-imagick
sudo apt install poppler-utils

If you just mean which version will work, there's a chart here: Compatibility#PHP.

Jonathan3 (talkcontribs)
2600:6C44:447F:DF74:5403:25E5:B328:233C (talkcontribs)

Do I have to go to any pages to access it? (As in, is there an easy or simple way to access it?) Because I'm still unsure of what to do or where to go

Jonathan3 (talkcontribs)

I'm sorry, but what do you mean by "it"?

If it's phpinfo.php, you can just create a file xyz.php containing:

<?php
phpinfo();

Then go to your website at www.example.com/xyz.php or www.example.com/w/xyz.php or wherever.

2600:6C44:447F:DF74:61D4:CFB9:D38:B9F7 (talkcontribs)

When I say "it" I mean the configuration. Hope that helps. My issue is that when I try to login, it refuses to let me and just says that it was "canceled to prevent session hijacking". I was told to clear my cookies but that didn't so now I'm trying this avenue. If that doesn't help, I might end up just changing my password and see if that does any good.

Jonathan3 (talkcontribs)

This rings a bell. I had the same thing once. I tried so many things simultaneously I don't know what fixed it. See Topic:Vyr5l3gg83s1oszu.

2600:6C44:447F:DF74:A56F:E281:D0E8:FB8A (talkcontribs)

My browser is Chrome. Is there a difference?

Ciencia Al Poder (talkcontribs)

Possible session problems: Manual:How to debug/Login problems

I think User:Jonathan3 reply above pretty much explains how to access the PHP configuration. If something is not clear please be specific.

Reply to "PHP Configuration"