Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[GitHub Bug ID #1084] Running Vanilla 2.0.18b2 on Windows Server - Not Working

edited September 2011 in Vanilla 2.0 - 2.8
Current Config
---------------------------------------------------
Server: Windows Server 2008 (Non-R2)
Web Server: Apache 2.2
PHP: 5.3.8 (32-bit)
Database: MySQL 5.1.36 Community Version
---------------------------------------------------

Two problems I faced, one of which is has been solved by upgrading from php 5.2 to 5.3 due to lack of fnmatch() being available on Windows systems prior to php 5.3.

The second problem I face is the install query seems to be failing. This is the error I get:

Incorrect integer value: '`Garden.Users.Edit`' for column 'Garden.Moderation.Manage' at row 1|Gdn_Database|Query|insert GDN_Permission (`Garden.Email.Manage`, `Garden.Settings.Manage`, `Garden.Routes.Manage`, `Garden.Messages.Manage`, `Garden.Applications.Manage`, `Garden.Plugins.Manage`, `Garden.Themes.Manage`, `Garden.SignIn.Allow`, `Garden.Registration.Manage`, `Garden.Applicants.Manage`, `Garden.Roles.Manage`, `Garden.Users.Add`, `Garden.Users.Edit`, `Garden.Users.Delete`, `Garden.Users.Approve`, `Garden.Activity.Delete`, `Garden.Activity.View`, `Garden.Profiles.View`, `Garden.Moderation.Manage`, `Garden.AdvancedNotifications.Allow`, RoleID, JunctionTable, JunctionColumn) values (:GardenEmailManage, :GardenSettingsManage, :GardenRoutesManage, :GardenMessagesManage, :GardenApplicationsManage, :GardenPluginsManage, :GardenThemesManage, :GardenSignInAllow, :GardenRegistrationManage, :GardenApplicantsManage, :GardenRolesManage, :GardenUsersAdd, :GardenUsersEdit, :GardenUsersDelete, :GardenUsersApprove, :GardenActivityDelete, :GardenActivityView, :GardenProfilesView, :GardenModerationManage, :GardenAdvancedNotificationsAllow, :RoleID, :JunctionTable, :JunctionColumn)
Sign In or Register to comment.