Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hi Joe,
I've just uploaded the latest binary 2.2.3.9 version to my shared hosting (dotnetpark.com). I get an error on the 2.2.3.9 mssql upgrade script. The problem is although my sql account can create and delete temporary tables it doesn't have select permissions on tempdb. So this line is causing it to fail:
IF EXISTS (SELECT * FROM tempdb..sysobjects WHERE id=OBJECT_ID('tempdb..#tmpErrors')) DROP TABLE #tmpErrors
I now have everything installed after commenting out this line but I thought I should pull this up with you as this may be a problem with other hosting providers.
Cheers
Rob
Thanks Rob. I'll remove that part as its not needed.