Installing on a Mac OS Server.

Started by dotpage, January 29, 2013, 08:16:01 PM

Previous topic - Next topic

dotpage

Hey folks!

I successfully installed SMF on a 10.8 Mac OS Server, but when it comes to install SimpleDesk, I get this error:

Database Error
SQL logic error or missing database
near "AS": syntax error
File: /Library/Server/Web/Data/Sites/Default/smf/Packages/temp/SimpleDesk-SimpleDesk-7310740/install.php
Line: 666

I am using SQLite for SMF.

Any ideas on what can be going wrong here?

BTW, here is line 666:

   WHERE hdt.id_last_msg = hdtr.id_msg AND hdt.last_updated = 0');

venguard223

At no point during SimpleDesk development did anyone use SQLite. It is likely that it will not work, and even if by some miracle it did, it would be pretty darn slow because everything was written for MySQL.

Also, SMF doesn't run very nicely on SQLite either.

dotpage

Thank you for your response. Quick question, are you running on a Mac as well? If so, are you using MySQL?

Thanks!

dotpage

RESOLVED: installed MySQL... Thanks for the head's up!   :)