Everything posted by teraßyte
-
What're minimum server requirements for 4.6 ?
I remember reading people having issues with MYSQL 8.0 so up to 5.7 you should be safe. (As for MariaDB, if anyone is interested, I've seen people using even 10.9 without issues.)
-
Database size significant increases
The index seems way too big compared to the data in the table. Maybe you have some extra/duplicate/useless indexes you can remove?
-
Help with the infamous parent template issue with PHP8
Try replacing the parent call (line 134) with this code instead: # Get parent output (PHP 8 fix) $whosOnline = ''; if( \is_callable( 'parent::' . __FUNCTION__ ) ) { $whosOnline = \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() ); }
-
Site Down After Database work and Clearing Cache
Yes, those database recommendations for InnoDB help making the site faster overall. And the change from Compact to Dynamic is to support larger indexes. That said, since you've already restored the site I'm not seeing any error right now. Without knowing the actual error it's not possible to know what exactly was wrong.
-
bug: message: mp4 isn't supported but it is
You get that error when you drag& drop the files inside CKEditor itself. You need to use the attachments area at the bottom instead (where it says Drag files here to attach, or choose files...).
-
Error: Named parameter $orientation overwrites previous argument in SandboxedTemplate.php:61
The error seems to be coming from the rowStory template, which I assume is your widget's template. Can you post it here?
-
[Bug 4.7.3] More issues with Custom Products in Commerce
No reply on thig bug report or any other related to custom packages... 🙄 😕 Considering the mess they are right now it's simply impossible to use them properly. As a workaround I'll create a CUSTOM group and place everything there while not showing it in the frontend store. I see no other solution.
-
[BUG 4.7.4] 4.7.0 Beta 3 upgrader adds an extra table
The upgrade step for 4.7.0 Beta 3 (107004) add a core_image_scanner_logs table in the database but a fresh 4.7.4 install doesn't have such table. A quick mass search in the files returns 2 result: the one above adding the table in 4.7.0 Beta 3, and the other is actually to drop the table but in the 4.6.13 Beta 1 upgrade instead. I guess the query to drop the table was added to the wrong step/file? 🤨
-
Uninstalling Member Map
IPS cannot support 3rd party modifications. It's best if you ask directly for help from the developer in the application's support topic. EDIT: looks like the old topic is closed. Try asking in the new topic instead:
-
Download button
That seems indeed right. Just to double-check have you tried viewing the page as a guest or logged in as a member in a different group than the Administrator group? If you checked as a guest, it's possible guest caching was showing you a page cached before you changed the permissions. Clearing the cache from ACP > System > Support should help.
-
Download button
You need to update the permission for each Downloads category in your ACP. Remove the download permissions from any groups you don't want the button to show up for.
-
(TB) VIP Status for Members [Support Topic]
Hello, no it's not supported in the current version. You're the second person showing interest in having an option for multiple groups to be treated as VIP. I'm going to add this feature to my todo list, but I'm a bit busy with other works right now so no ETA on when I'll add it.
-
core_achievements_log table too big.
Badge and ranks are saved in another table so the date is kept there. Not sure about achievement and I can't check right now, but I don't recall a separate table from the core_achievements_log one so you might lose the date there.
-
core_achievements_log table too big.
There is a setting that allows you to prune the logs: ACP > Members > ACHIEVEMENTS > Settings > Clear activity log.
-
Bug/mistake or...?
Those limitations only apply if you upload an avatar.
-
Can the recent upgrade be reversed, temporarily?
Oh okay then, one of those situations. In case there's also the option of hiring a different developer to update it for you, or at least give it a quick check at least: https://invisioncommunity.com/third-party/providers/ Making it compatible might end up being a simple thing depending on what needs to be updated. I've done several similar updates myself recently with this whole PHP 8 compatibility chaos. 😅
-
Can the recent upgrade be reversed, temporarily?
In case restoring a backup is not an option, what about the the application's developer? Have you tried contacting them to see if they have an updated/compatible version? Okay, then that's something the IPS staff needs to answer for you. It's nothing we can check ourselves.
-
4.7.4 Admin CP crashed
With isset() it simply checks if the key exists in the array (it doesn't matter what value it contains), with !empty() instead if checks both that the key exists and the value is not empty (null, zero, etc).
-
Secondary Groups
By default new registrations shouldn't be getting a secondary group. Do you have some kind of modification related to registrations installed? Or maybe you have the commerce application and are requiring users to select a subscription/product that changes the group?
-
How to block someone from replying to PM messages
There is no setting to stop them from replying. Depending on what you want to do there are 2 options: You can disable the messaging module completely for the group in the Core application. Doing so they will lose access to their current PMs/content though. Have a modification made to also stop them from replying when they can't start new PMs. If you want to let your members still see their old PMs then you'd have to go with option #2. It's easy enough to make the plugin, send me a PM for more info if you're interested.
-
Embed contents leads to the crash
To add some more details to this: the problem are POST requests that contain <iframe> elements being blocked by the server. Like YouTube embeds as mentioned above.
-
(TB) Bump Up Topics
Hmm, nope. I can't reproduce even using the same settings. 🙄 Could you please send me a PM with an ACP/FTP account so I can have a look directly at your site?
-
Minor CSS bug
Yep. I've reported this bug before, and even report the guide itself. Looks like they haven't gotten around to fix it still. 😋
-
(TB) Bump Up Topics
Ops, apologies about this. When I tested I wasn't able to reproduce the bug and I was going to ask you more info but I clearly forgot to do so. 😅 So yeah, could you please post the settings you're using for the group having the error? Either make a list of just post a screenshot.
-
Need dev to upgrade my Invision installation...
I can help you with that if you want. Send me a PM with the details. 🙂 Or, you can find a list of other people available in the Providers database: https://invisioncommunity.com/third-party/providers/ Just filter by IPS Legacy Upgrades.