Technical Problems
Run into an issue and need help from the Invision Community Team?
Please remember that all topics are public so never share any sensitive information such as passwords, email addresses, API keys, etc.
If you are a self-hosted license holder, please go to client area and enter your access information so our staff can login to your AdminCP to diagnose problems. If you are on the Invision Community platform, we do not need any extra information.
Have you taken a look at our help guides? 📚 These guides cover a lot of common configuration options as well as how to set up a lot of external services such as Zapier.
Subforums
Problems related to your server or other classic, self-hosted edition issues.
22,926 topics in this forum
-
- 1 follower
- 4 replies
- 715 views
Hi, I have the Members block added to the bottom of my forum and I have enabled the option to show birthdays, however, it does not work as I expected. I have "Currently online" and "Born on this day" enabled, and I assumed that it would show members that are currently online OR members whose birthday it is today, however, it only shows members who are currently online AND have their birthday today, which is not what I want because if it's not your birthday, your name won't show in the online list. Is this a bug? If not, how can I have a list of online members and a list of today's birthdays, even if the person/people whose birthday it is are not currently o…
Last reply by JohnCourt, -
- 1 reply
- 343 views
mass delete avatars and set default avatars for all?
Last reply by Randy Calvert, -
- 1 follower
- 3 replies
- 470 views
Every time i move a topic in my forum, i am getting a log error, and the movement is complete successfully. Any idea why?
Last reply by Jim M, -
- 2 followers
- 2 replies
- 619 views
When I add the like ss option to the pull-down menu my menu looks like this
Last reply by Gary, -
- 2 replies
- 626 views
We are only using Ranks/points with Rules and not the badges piece. Please assist with a way to remove Rule-Awarded Badges from the DB in a safe way, since I am unable to do this from the ACP for some reason. It's stuck on a few admin profiles and will cause questions. OOtB Rules have been deleted and replaced with only points-aw2arding Rules. Thanks
Last reply by z929669, -
- 2 replies
- 669 views
First of: Sorry to daisy-chain so many topics, but I am trying to keep them all distinct in hopes of addressing distinctly and others finding solutions/info more simply. After searching these forums for each of these topics or related, I gave up due to tangential relevance (or possibly terrible topic names and body strings) ________________________ It's very strange that the only way to recount/rebuild rep/post counts is via any member page by clicking "Recount for all members" only when recounting for that member. First, it's rare to recount for one member, and so admins just don't click it, since it's n/a to what we want to accomplish (recount/rebuild all data…
Last reply by z929669, -
- 1 follower
- 3 replies
- 507 views
Unless I'm missing something, it appears that the new Achievements system does not use/apply past data to current evals for members. It seems to start completely over from time of new implementation. If so, this is very disappointing, because it should be completely avoidable using code and DB functionality. The data are there, so why not use it (or convert the relevant data on upgrade)? Members with hundreds or thousands of points and posts with correct (new) rules in place are not getting Ranks with respect to past data. Perhaps a proper recount/rebuild is needed? (though such admin tools are scantly available these days).
Last reply by Mark H, -
Another observation...didn't see this on Beta 2, just with the newly released 4.7.1 final. Reproduction steps Create a topic, modify the 'Publish' setting from 'Immediately' to some date in the future of your own choice Edit the topic Modify the 'Publish' setting to 'Immediately' Save the change Edit the topic Expected result The 'Publish' setting should be set to 'Immediately' Actual result The 'Publish' setting is set to the date/time at which the edit in steps 3/4 was performed
Last reply by Jim M, -
- 2 followers
- 17 replies
- 1.1k views
Cannot proceed past this point. Please help. Truncated incorrect DOUBLE value: '' /home/nginx/domains/huskerhoopscentral.com/public/applications/core/sources/Setup/Upgrade.php::594
Last reply by Miss_B, -
- 2 followers
- 20 replies
- 881 views
Hello, on my backend i can see the system recommending me to use php8, when i set it i get a 500 server error on front/back ends. When i run the php8 checker i see many core files that seems to be not compatible yet, Can you advice please ?
Last reply by Gary, -
- 3 replies
- 635 views
Rather that deal with the headache of self-hosting, I'd like to leave my hosting provider and move to IC's cloud offering. Seems like a great way to focus on managing my community and getting out of doing my own tech support. I have a trial running in the could already, looks great. How can I migrate my forums from https://dualsport-sd.com/forums to https://o323754.invisionservice.com/? I am familiar with SSH, SCP, command line, Linux/Unix, Apache, file system permissions & ownership, editing files without a GUI, etc. - basically I can do system administration. I do tech work for SDARPREZ & the San Diego Adventure Riders community. Replying so I can foll…
Last reply by Gary, -
- 4 replies
- 734 views
I asked my webhost to upgrade my server from 7.4 to 8.0. Immediately the site went down (HTTP 500 error). They found this in the error located at: /home/directory/public_html/error_log [21-Oct-2022 02:15:55 UTC] PHP Fatal error: Declaration of IPS\autowelcome_hook_validatehook::postRegistration($noEmailValidationRequired = false, $doNotDelete = false) must be compatible with IPS\_Member::postRegistration($noEmailValidationRequired = false, $doNotDelete = false, $postBeforeRegister = null) in /home/directory/public_html/init.php(820) : eval()'d code on line 79 [21-Oct-2022 02:15:55 UTC] PHP Fatal error: Declaration of IPS\autowelcome_hook_validatehook::postRegistr…
Last reply by Gary, -
- 2 followers
- 14 replies
- 833 views
Hi, I have upgrade IPB to version 4.3 but now the calendar his broken 😞 SELECT calendar_events.*, ( 3959 * acos( cos( radians(48,8649) ) * cos( radians( event_latitude ) ) * cos( radians( event_longitude ) - radians( 2,2752 ) ) + sin( radians( 48,8649 ) ) * sin( radians( event_latitude) ) ) ) AS distance, author.*, core_tags_cache.tag_cache_text FROM `calendar_events` LEFT JOIN `core_tags_cache` ON tag_cache_key=MD5(CONCAT('calendar;calendar;',calendar_events.event_id)) LEFT JOIN `core_members` AS `author` ON author.member_id = calendar_events.event_member_id WHERE ( event_online = 0 ) AND ( event_location IS NOT NULL ) AND event_recurring IS NULL AND ( …
Last reply by Gary, -
- 1 follower
- 3 replies
- 584 views
This morning the dailyStreamSubscriptions task started having issues. It seems stuck, and I can't figure it out. Any help is much appreciated. System Log says this, every 20 minutes, starting about two hours ago. RuntimeException::0 Only subclasses of Dispatcher can be instantiated BACKTRACE #0 /my-site-removed.tld/system/Theme/Theme.php(603): IPS\_Dispatcher::i() #1 /my-site-removed.tld/applications/gallery/Application.php(221): IPS\_Theme->css() #2 /my-site-removed.tld/applications/gallery/sources/Album/Item.php(454): IPS\gallery\_Application::outputCss() #3 /my-site-removed.tld/system/Content/Search/Results.php(191): IPS\gallery\Album\_Item::searc…
Last reply by Chris027, -
- 2 followers
- 4 replies
- 746 views
Earlier today I updated the forum software to 4.7.3 since then the email address linked to our forums account received a lot of email bounce backs from non recognised email addresses. All of them have the following as the original email sent out by our forum/email account: I posted about this issue in August here and I was told to turn off the setting 'Post before registering' which is enabled by default. That solved the issues we were having. However since this morning and the time I updated to 4.7.3 our email account started getting these bounce backs and our office 365 email account was just suspended because due to potential compromised activity of outg…
Last reply by Marc, -
- 1 follower
- 15 replies
- 846 views
Just did the latest monthly update. I have a user with a Samsung Galaxy s21 showing template errors and I went to the logs and saw system logs racking up with this. Screenshot from his phone is attached too. I assume some bug was introduced in the lastest monthly since no prior errors until now? I have never made any modifications to any of the forum templates from the default btw. Please advise. Thanks. The URL of page the error occurred on was https://www.gripboard.com/index.php?/forum/15-grip-contests/ IPS\Db\Exception::1064 SELECT COUNT(*) FROM `ibf_core_rc_index` AS `core_rc_index` WHERE (( ( class='IP…
Last reply by Marc, -
- 2 followers
- 3 replies
- 406 views
When i want to edit an event to make changes its remove the photo for the event and i have to reupload same photo again Cheers Chris
Last reply by Marc, -
- 3 replies
- 341 views
Hello staff, I got a little confused on self hosting install and accidently installed the forum in the folder, i moved everything to root, so when you type in the website it goes straight to the forum and you dont have type in the folder name. Is there anyway i can get this reset so i dont have this issue? Thanks
Last reply by Gary, -
hello After the last update of the forum, it is not possible to reply, add a topic, or mass delete, is there a problem? The reply box or a new topic does not appear
Last reply by Marc, -
- 2 followers
- 10 replies
- 724 views
I just upgraded another one of our boards from 4.1.11 to 4.7, and thing went smoothly.... I am not in the process of upgrading our 3.x install of another forum, and the pre-check gives errors on the following not being available ... I don't see them in the zip, or in my other install..... I need to work past this so I can upgrade to 4.7 , now that PHP 8 is on the system (killing the old board).. Message at check - with the exception of below everything else passes. Board is down -- guidance appreciated. If you are sure the files have been uploaded correctly, make sure the permissions are set correctly on them. /usr/www/users/bobsmythe/st…
Last reply by Marc, -
- 1 follower
- 3 replies
- 858 views
hello, we realized that, if you make changes to the theme files, at the time of any community update, the update procedure requires that these changes be removed. is there a way to make them stable without having to apply them to every update? in our case they are changes to the userBar core-->front-->global-->userBar
Last reply by teraßyte, -
- 2 followers
- 5 replies
- 744 views
In our company we need post things more general, som we do not need nor want entries, for example "Event created by Member" or "Annoucement added by Member", how can we remove this from board?
Last reply by Randy Calvert, -
- 1 follower
- 9 replies
- 977 views
As you can see, the title in the URL should include ""Central Northwood". Instead, 99% of the URLs in my community just include a number and that's it. Any ideas how to fix it? Make it look more like:
Last reply by Jim M, -
- 2 followers
- 12 replies
- 883 views
On Event index map stop working after patched event app it shows correct in the event post but not on event index there it is white blank, my credential on google api is correct and working perfectly before patch So am not sure whats going on here Cheers Event main index blank map Here works fine on event post
Last reply by Jim M, -
- 2 followers
- 7 replies
- 398 views
Hi, I would like to be able to reply to a positive product review on my own site in Commerce, but I can't find the option to do it on the front end or that restricts it in the backend in Commerce or Member Groups? 🧐
Last reply by Marc,