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

Fatal error: Call to undefined function metroConnect() in metro-master\metro\core\bootstrap.php on line 9 #1

Open
tablecell opened this issue Apr 2, 2017 · 0 comments

Comments

@tablecell
Copy link

metro-master\metro\core\bootstrap.php

	session_start();

	require_once('connect.php');  // Update connection settings here
	require_once('functions.php');
	
	// Global PDO connection for now
	metroConnect();
	 ...

connect.php is PDO class
missing metroConnect in functions.php

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

1 participant