piterd
piterd

Reputation: 117

cannot run phpMyAdmin on Windows 10 - session.save_path issue?

I have installed mysql, php5 and apache on windows 10 and I downloaded phpMyAdmin but when I try to open it from localhost/phpmyadmin I get the error message:

Fatal error: Call to undefined function __() in C:\apache24\htdocs\phpmyadmin\libraries\sanitizing.lib.php on line 135

which I don't understand.

In one of other threads I found an information this may be caused by session.save_path being wrongly configured and when I open phpinfo() in the row with this variable there is no value in neither of the columns.

Apache is up and running and php is working and so is mysql. What could be the issue?

Thanks in advance for suggestions.

Upvotes: 1

Views: 389

Answers (1)

marpme
marpme

Reputation: 2435

If you don't get your problem solved, you could try using this program for hosting your website on your localhost. I'm using it all day long and haven't got any problems with that, yet.

https://www.apachefriends.org/de/index.html

Upvotes: 1

Related Questions