LouisJW
Active Member
- May 20, 2020
- 139
- 53
So, usually I wouldn't post stuff like this but it's annoying now and is probably something so simple.
When I go to localhost I get this error.
Fatal error: Function name must be a string in C:\inetpub\wwwroot\app\class.engine.php on line 48
Line 48 of class.engine.php
$this->connection = $this->mysql[$type]($_CONFIG['mysql']['hostname'], $_CONFIG['mysql']['username'], $_CONFIG['mysql']['password']);
Help would be greatly appreciated; sorry in advance for annoyance.
When I go to localhost I get this error.
Fatal error: Function name must be a string in C:\inetpub\wwwroot\app\class.engine.php on line 48
Line 48 of class.engine.php
$this->connection = $this->mysql[$type]($_CONFIG['mysql']['hostname'], $_CONFIG['mysql']['username'], $_CONFIG['mysql']['password']);
Help would be greatly appreciated; sorry in advance for annoyance.