Stefan A. Brannfjell

Results 64 comments of Stefan A. Brannfjell

> Not that anybody gives a shit, but I just chanced upon this framework and it's going to come in ideal for a project that needs to run on an...

Remove: ``` `p`.`lookaddons` AS `addons` ``` From the SQL queries that contains it. There might be more errors, but they won't appear until addon related code is removed first.

There might be a `,` symbol right before `FROM` that you need to remove as well? Else could you show the full query?

Does not work on Windows. >Get Started Certbot is currently only available for UNIX-like operating systems. Although EFF's Certbot might not work for your use case, there are many other...

To avoid too much SQL query usage, I would recommend dealing with this in javascript, etc jQuery pagination in your javascript layout file: http://jsfiddle.net/LiquidSky/djav37tg/

Did you update the files? What does your znote_images table look like in phpmyadmin?

Hmm, it didnt insert the photo url and delhash from the imgur API. Is php curl installed? If your using windows, you might need to find php.ini file and uncomment...

What happens if you set Wizard to be fromVoc 5?

Could you elaborate further on the problem? It is correct that the variables `guild` and `enemyGuild` does not return the guild id. https://github.com/Znote/ZnoteAAC/blob/88a13e6d1053884536017173aa98289b97c8a81f/Lua/TFS_10/revscriptsys/playerdeath.lua#L5 They are returning the guild objects/metatables. This...