SimpleDesk

SimpleDesk! => SimpleDesk Support => Topic started by: dotpage on January 29, 2013, 08:16:01 PM

Title: Installing on a Mac OS Server.
Post by: dotpage on January 29, 2013, 08:16:01 PM
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');
Title: Re: Installing on a Mac OS Server.
Post by: venguard223 on January 29, 2013, 11:05:07 PM
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.
Title: Re: Installing on a Mac OS Server.
Post by: dotpage on January 30, 2013, 10:48:31 AM
Thank you for your response. Quick question, are you running on a Mac as well? If so, are you using MySQL?

Thanks!
Title: Re: Installing on a Mac OS Server.
Post by: dotpage on January 30, 2013, 02:34:51 PM
RESOLVED: installed MySQL... Thanks for the head's up!   :)