Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: I can not open the discussion?
@plr15 You probably need to install the mbstring extension for PHP. (View Post)3 -
Re: vanilla.embed.js & vanilla.embed.local.js
It looks like vanilla.embed.local.js is: https://github.com/vanilla/vanilla/search?utf8=%E2%9C%93&q=%22embed.local.js%22 I don't think serving a forum both in embedded form and non-embedded, is a… (View Post)2 -
Re: Need help splitting my huge database into multiple tables (too big for shared hosting environment)
The plugin probably timed out because phps script execution limit. Try running the queries directly on your databse or running it multiple times. (View Post)1 -
Re: Addon Development Help - Update Setting via Anchor, Refresh View
The Popup class works just a well for showing the content of an internal page in a popup. There are also several predefined DOM manipulation options that can be used through the JsonTarget() function… (View Post)4 -
Re: I Just Noticed a Strange Bug
You can see the error here. You need to escape ' in a string or use " as a delimiter. Like I said, you can remove everything at the end starting with if (!function_exists('CountString')) { Your … (View Post)1