shish/shimmie2

Fatal error: Call to undefined function newadoconnection()

Closed this issue · 2 comments

As the title says.
I tried a fresh install with the master branch first on my comp with WAMP, and then on a free hosting server. Both gave me this error.
I'm using PHP 5.x+ and MySQL

Fatal error: Call to undefined function newadoconnection() in /home/nagel182/public_html/board/install.php on line 241

Fatal error: Call to undefined function NewADOConnection() in C:\wamp\www\board\install.php on line 241

even if i used the 2.3 branch as a base and overwritten it with the master its still the
same problem.
eve

ah crap, master has been mostly switched to using a new database connection library, and the old one removed, but the installer was still using it >_<

For now I'd stick with 2.3 as the behind-the-scenes database switch is the only real difference; that should be finished soon but I can't say when exactly D:

2.3 has many Deprecated functions in it.

and for me it install, but on WAMP it doesn't allow me to log in ;_;
I trying on a free host server right now, to see if I can login there.