Skip to content

Instantly share code, notes, and snippets.

@vrigzalejo
Created December 3, 2014 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrigzalejo/f4fa06ce0f6af1c1152e to your computer and use it in GitHub Desktop.
Save vrigzalejo/f4fa06ce0f6af1c1152e to your computer and use it in GitHub Desktop.
FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 242"
Init: 2014-06-03 22:12
===========================Nginx
===========================phpMyAdmin
Issue: FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function __() in /usr/share/phpMyAdmin/libraries/core.lib.php on line 229" while reading response header from upstream,
Fix: session.save_path /var/lib/php/session /var/lib/php/session
chown -R nginx:nginx /var/lib/php/session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment