PanSevence
Clients-
Posts
75 -
Joined
-
Last visited
Recent Profile Visitors
951 profile views
PanSevence's Achievements
-
Steps to Reproduce the Bug: Update Invision to version 5. Navigate to the Editor tab. Select the Emojis section. Click on Delete Set. The bug occurs during this action. TypeError: IPS\File::get(): Argument #2 ($url) must be of type IPS\Http\Url|string, null given, called in public_html/applications/core/modules/admin/editor/emoticons.php on line 393 (0) #0 public_html/applications/core/modules/admin/editor/emoticons.php(393): IPS\File::get() #1 public_html/system/Dispatcher/Controller.php(128): IPS\core\modules\admin\editor\emoticons->deleteSet() #2 public_html/applications/core/modules/admin/editor/emoticons.php(70): IPS\Dispatcher\Controller->execute() #3 public_html/system/Dispatcher/Dispatcher.php(169): IPS\core\modules\admin\editor\emoticons->execute() #4 public_html/admin/index.php(15): IPS\Dispatcher->run() #5 {main} #0 public_html/init.php(827): IPS\Log::log() #1 [internal function]: IPS\IPS::exceptionHandler() #2 {main}
-
PanSevence reacted to a post in a topic: how to add account deletion URL to privacy policy
-
PanSevence started following Several errors during upgrade
-
Several errors during upgrade
PanSevence commented on PanSevence's bug in Invision Community 5: Beta Testing's Bugs
I managed to update to v5 and saw all those errors in the system logs. That emoji error also appeared when I updated and tried to remove custom ones. Are the remaining issues clear to you, and are they critical to fix? What can I do in this case to address them in the update to version 5? -
how to add account deletion URL to privacy policy
PanSevence replied to PanSevence's topic in General Questions
I understand that, but I can't publish my app on the Play Store because I can't verify that such an option exists. 😕 Because I need to provide a link that will be accessible and most likely verified by a bot, but when I provide it from the profile, it shows a 403 error. If I outline the steps for account deletion in the privacy policy and provide a link to the policy in the URL field for account deletion, do you think that will be sufficient? -
how to add account deletion URL to privacy policy
PanSevence replied to PanSevence's topic in General Questions
When adding such a link in the Play Store, it is detected as 403 because it is not accessible without logging in. -
Hello, as we know, there is an option to request account deletion, which can be found in the account settings under the account security tab. However, is it possible to include such an option in the privacy policy? I mean an option that allows users to request account deletion as well. Specifically, I need a URL that I can provide in the Play Store when publishing the app, as this is required. Unfortunately, I don't see a universal address that enables this. How can I approach this issue?
-
Hi, I performed a test update to IC5 and encountered some errors. I'll try to point them out. The update process was carried out with all external third-party applications and plugins disabled. When I try to delete a custom emoji set, I get the following error: TypeError: IPS\File::get(): Argument #2 ($url) must be of type IPS\Http\Url|string, null given, called in public_html/applications/core/modules/admin/editor/emoticons.php on line 393 (0) #0 public_html/applications/core/modules/admin/editor/emoticons.php(393): IPS\File::get() #1 public_html/system/Dispatcher/Controller.php(128): IPS\core\modules\admin\editor\emoticons->deleteSet() #2 public_html/applications/core/modules/admin/editor/emoticons.php(70): IPS\Dispatcher\Controller->execute() #3 public_html/system/Dispatcher/Dispatcher.php(169): IPS\core\modules\admin\editor\emoticons->execute() #4 public_html/admin/index.php(15): IPS\Dispatcher->run() #5 {main} #0 public_html/init.php(827): IPS\Log::log() #1 [internal function]: IPS\IPS::exceptionHandler() #2 {main} Error2: Error (1060) Duplicate column name 'guest_name': addColumnsAndIndexes ["core_rc_reports",[{"name":"guest_name","type":"VARCHAR","length":255,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false},{"name":"guest_email","type":"VARCHAR","length":255,"decimals":null,"values":null,"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false}],[]] #0 /system/Application/Application.php(1769): IPS\Log::log() #1 /applications/core/sources/Setup/Upgrade.php(565): IPS\Application->installDatabaseUpdates() #2 /applications/core/sources/Setup/Upgrade.php(369): IPS\core\Setup\Upgrade->step1() #3 /applications/core/modules/setup/upgrade/upgrade.php(60): IPS\core\Setup\Upgrade->process() #4 /system/Helpers/MultipleRedirect/MultipleRedirect.php(104): IPS\core\modules\setup\upgrade\upgrade->IPS\core\modules\setup\upgrade\{closure}() #5 /applications/core/modules/setup/upgrade/upgrade.php(45): IPS\Helpers\MultipleRedirect->__construct() #6 /system/Dispatcher/Controller.php(139): IPS\core\modules\setup\upgrade\upgrade->manage() #7 /system/Dispatcher/Setup.php(261): IPS\Dispatcher\Controller->execute() #8 /admin/upgrade/index.php(38): IPS\Dispatcher\Setup->run() #9 {main} Error3 SELECT * FROM `core_theme_editor_settings` IPS\Db\Exception: Table 'test.core_theme_editor_settings' doesn't exist (1146) #0 /public_html/system/Db/Select.php(402): IPS\Db->preparedQuery() #1 /public_html/system/Db/Select.php(460): IPS\Db\Select->runQuery() #2 [internal function]: IPS\Db\Select->rewind() #3 /public_html/system/Theme/Editor/Setting.php(205): IteratorIterator->rewind() #4 /public_html/system/Theme/Theme.php(490): IPS\Theme\Editor\Setting::loadAllKeys() #5 /public_html/system/Theme/Theme.php(367): IPS\Theme::themes() #6 /public_html/system/Dispatcher/Standard.php(82): IPS\Theme::i() #7 /public_html/system/Dispatcher/Front.php(902): IPS\Dispatcher\Standard::baseCss() #8 /public_html/system/Dispatcher/Front.php(143): IPS\Dispatcher\Front::baseCss() #9 /public_html/system/Dispatcher/Dispatcher.php(126): IPS\Dispatcher\Front->init() #10 /public_html/index.php(16): IPS\Dispatcher::i() #11 {main} #0 /public_html/init.php(827): IPS\Log::log() #1 [internal function]: IPS\IPS::exceptionHandler() #2 {main} Error4 Error (1091) Can't DROP COLUMN `set_marketplace_id`; check that it exists: dropColumn ["core_themes",["set_marketplace_id","set_parent_id","set_parent_array","set_child_array","set_by_skin_gen","set_skin_gen_data","set_customized"]] #0 public_html/system/Application/Application.php(1769): IPS\Log::log() #1 public_html/applications/core/sources/Setup/Upgrade.php(565): IPS\Application->installDatabaseUpdates() #2 public_html/applications/core/sources/Setup/Upgrade.php(369): IPS\core\Setup\Upgrade->step1() #3 public_html/applications/core/modules/setup/upgrade/upgrade.php(60): IPS\core\Setup\Upgrade->process() #4 public_html/system/Helpers/MultipleRedirect/MultipleRedirect.php(104): IPS\core\modules\setup\upgrade\upgrade->IPS\core\modules\setup\upgrade\{closure}() #5 public_html/applications/core/modules/setup/upgrade/upgrade.php(45): IPS\Helpers\MultipleRedirect->__construct() #6 public_html/system/Dispatcher/Controller.php(139): IPS\core\modules\setup\upgrade\upgrade->manage() #7 public_html/system/Dispatcher/Setup.php(261): IPS\Dispatcher\Controller->execute() #8 public_html/admin/upgrade/index.php(38): IPS\Dispatcher\Setup->run() #9 {main} Error5 Error: Call to undefined method IPS\forums\Topic::TopicCount() in public_html/static/template_4_b9ece655dd44c92e77c425d3dea4cf8f_index.php:1403 Stack trace: #0 public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_forums_front_index->forumRow() #1 public_html/static/template_4_b9ece655dd44c92e77c425d3dea4cf8f_index.php(1876): IPS\Theme\_SandboxedTemplate->__call() #2 public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_forums_front_index->index() #3 public_html/applications/forums/modules/front/forums/index.php(225): IPS\Theme\_SandboxedTemplate->__call() #4 public_html/system/Dispatcher/Controller.php(118): IPS\forums\modules\front\forums\_index->manage() #5 public_html/applications/forums/modules/front/forums/index.php(52): IPS\Dispatcher\_Controller->execute() #6 public_html/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_index->execute() #7 public_html/index.php(13): IPS\_Dispatcher->run() #8 {main}
-
PanSevence reacted to a post in a topic: Restoring default theme template
-
Restoring default theme template
PanSevence replied to PanSevence's topic in Classic self-hosted technical help
And does this restore the default template values? -
Hello, I would like to know if it is possible to restore the default theme template. I wanted to upgrade to version 5, but a long time ago, I removed the standard default theme from the ACP panel. How can I restore it, as I would like to perform the upgrade using the default theme?
-
AlexWright reacted to a post in a topic: IC5 - Last Version for Self-Hosters? What’s Next for Self-Hosted Users?
-
PanSevence reacted to a post in a topic: IC5 - Last Version for Self-Hosters? What’s Next for Self-Hosted Users?
-
I understand, your response gives me a broader perspective and partially confirms my assumptions. Currently, I have a community on IPS4, and I’m planning to transition to IC5. I know this is a long-term plan, but as the community grows and data accumulates, managing a potential migration, should it become necessary, would be more complex. That’s why I'm considering it from this angle. Nevertheless, thank you for the precise information as much as possibl I appreciate it!
-
At the moment, guaranteed access to self-hosting however, the future remains uncertain. Your recent steps clearly indicate a shift towards cloud solutions, which brings my primary concern: despite the recent increase in prices for traditional licenses, there is a risk that you might ultimately deem this model unprofitable and decide to discontinue it entirely in favor of a cloud-only model. I understand the need to raise license prices to improve profitability, which is reasonable. However, the greatest concern remains the uncertainty regarding the platform's future. I believe many people, like myself, are questioning whether it makes sense to invest time and resources in building communities if, in the future, the only way to maintain them with Invision Community will be to switch to the cloud package. I understand that at this point, it may be challenging for you to provide a definitive answer regarding future version support, especially as your focus is currently on releasing IC5, which promises exceptional experiences. However, the uncertainty surrounding the platform's direction raises concerns about the long-term viability of self-hosting. I accept that some features are exclusive to the cloud package that is understandable. The remaining question, though, is whether support for self-hosting will eventually be abandoned in the distant future. These are merely considerations I wanted to express.
-
Marco Junior reacted to a post in a topic: IC5 - Last Version for Self-Hosters? What’s Next for Self-Hosted Users?
-
PanSevence reacted to a post in a topic: IC5 - Last Version for Self-Hosters? What’s Next for Self-Hosted Users?
-
SoloInter reacted to a post in a topic: IC5 - Last Version for Self-Hosters? What’s Next for Self-Hosted Users?
-
dmaidon1 reacted to a post in a topic: IC5 - Last Version for Self-Hosters? What’s Next for Self-Hosted Users?
-
Dear Invision Community Team, As a user of the self-hosted version of Invsion Community, I want to express some concerns regarding recent changes in the platform’s development direction. IC5 introduces a number of new features, but some of them are exclusively available to cloud customers. It appears that IC's strategy is increasingly focused on the cloud and business clients, raising questions about the future of the self-hosted option. I’d like to ask what IC’s long-term plan is for self-hosted customers. Recent information from the team suggests that self-hosted users now make up only a small part of your business. Many are concerned that in a few years, with the release of future versions – such as IC6 – we might see a product that’s only available in the cloud offering. Will IC5 be the last version with support for self-hosters? Should we expect that in the future, support for self-hosted installations may be completely phased out? As a community, we are considering whether it’s worth switching to the new licensing terms or if we should start looking into alternatives now. Thank you in advance for any clarity you can provide regarding future plans for self-hosted customers, which will help us make informed decisions about our forums.
-
Omri Amos reacted to a post in a topic: Alpha preview site now open
-
SeNioR- reacted to a post in a topic: Alpha preview site now open
-
Marc reacted to a post in a topic: Alpha preview site now open
-
Matt reacted to a post in a topic: Alpha preview site now open
-
I am excited about the upcoming changes, my community will be reborn anew. I am looking forward to the public release of v5 and I am upgrading to the classic license.
-
PanSevence reacted to a post in a topic: Alpha preview site now open
-
PanSevence reacted to a post in a topic: CKEditor and background-color...
-
PanSevence reacted to a post in a topic: Issue with Uploading Large Files Over 100MB: Need Help