Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: phpbb3 export Specified Key was Too Long
Find this: $Ex->Query("create index z_idx_pmgroup on z_pmgroup (subject, userids);"); and comment it out. The export will probably take longer (potentially FAR longer), but should succee… (View Post)2 -
Re: Vanilla 2.1.1 - important security & bug release
@blizeH It is, but please follow the 2.0 -> 2.1 upgrade instructions that has an extra step or two (including deleting an old file). You may need to run /utility/update more than once. I recommend… (View Post)2 -
Re: Is there any migration script from other forum script?
@davidE Check out the repo's readme: https://github.com/vanilla/porter Lots of notes in the code, too. (View Post)2 -
Re: A few Sql questions - anyone care to help!
Auto-increment is only set on a primary key, so you'd just use: ->PrimaryKey('WhateverID') Truncate is just a method on the SQL object you can call like Insert or any other. Just pass the tablenam… (View Post)3 -
Re: this is a test
(I was actually rather amused) The weird code prettifier thing was a separate issue. I've blocked most of the sensitive IDs and classes at this point. (View Post)1