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
Classic self-hosted technical help
- 26.1k posts
- 4 followers
Problems related to your server or other classic, self-hosted edition issues.
21,561 topics in this forum
-
-
- 3 followers
- 3 replies
- 173 views
Dear Everyone Does anybody know how I can fix this JS render-blocking problem? Please have a look at the screenshot: It's in German but it says "Remove Unused Javascript" on top. And then, the problematic JS files seem to be root_framework.j, root_library.js and plupload.full.min.js. Any help with this would be greatly appreciated. Have a nice Sunday! Cheers.
Last reply by Marcel Iseli, -
-
-
- 2 followers
- 5 replies
- 248 views
Is there something I am doing causing this seemingly random ordering of events?
Last reply by haqzore, -
-
-
- 1 follower
- 3 replies
- 129 views
After setting up crons job with my hosting, then trying the third party options none of these options worked. I contacted my hosting provider and am still having the same issues popping up someone please help. I contact support here they don’t wanna help either. After paying money for this script you think email support would be better.
Last reply by Jim M, -
-
-
- 1 follower
- 7 replies
- 296 views
I've enabled the poll feature and also give the permission to all user group, but why when I choose create post inside no poll option for me ? How can I post the poll post
Last reply by Marc Stridgen, -
-
-
- 2 followers
- 6 replies
- 295 views
I created a rule. How this works? Are the members required to be online to the script run and move the user to the new group?
Last reply by abobader, -
-
-
- 2 followers
- 4 replies
- 281 views
Hi, We are running a community on the Cloud platform. One of our Administrators deleted all our blogs by mistake - is it possible for Invision support ro restore our database/community to a time before they were deleted to restore them ? If so, how do we request/arrange this ? Thanks in advance !
Last reply by HoL9142, -
-
- 6 replies
- 194 views
Dont matter what URL the user tries to access the forum, the page is always xxx.com/register/?do=validating with the message: "Your account does not require validation" Theres no restrictions to the user account. This only affects ONE user. Dont know what else to do.
Last reply by FabioPaz, -
-
- 1 follower
- 3 replies
- 149 views
My calendar seems to have disappeared! The menu link is still there but the page just says: "The page you requested does not exist " Setting all look god, what am I missing? www.bigmacktrucks.com
Last reply by Jim M, -
-
-
- 3 followers
- 14 replies
- 557 views
Hi! I add to the user a new right. And here is the error. I attach a screenshot
Last reply by associationamber, -
-
-
- 1 follower
- 6 replies
- 195 views
Hello. I'm running into an issue with the Gallery. When I click a thumbnail from either the gallery or widget, it takes me to the gallery page instead of launching LightBox. When I click the arrows on the carousel, it reloads the whole page instead of sliding the image. If I click the image from the gallery, the LightBox finally opens, but it's missing the sidebar with information and comments. I updated to the latest version yesterday, hoping that would fix it. The default light theme is brand new (4.7.9). I cleared the cache. I've also tried the basic theme (available to the admin as Vanilla 4.7.9). I've also tried disabling pl…
Last reply by rayzir, -
-
-
- 1 follower
- 4 replies
- 171 views
Hello IPS, In Dark Mode the quote looks a bit wrong. Happens for long time, always forgetting to report. Quote Panel color could be better in Dark Mode + text could be visible at all 🙂
Last reply by Jim M, -
-
- 2 followers
- 2 replies
- 159 views
Currently still on Invision Community v4.6.12.1 but moving to my new updated server and will upgrade to latest Invision Community v4.7.9 What latest versions of the following will work ok with v4.7.9 MariaDB PHP Redis Elasticsearch Thank you
Last reply by bearback, -
-
- 2 followers
- 3 replies
- 135 views
I've had a few members complain that they have been invoiced twice for renewal, example below. It doesn't seem to affect everyone and its only been a few that have reported it, any idea why this might happen? Obviously they are not pleased at being billed twice so I'm keen to find out why it is happening. Support - Server details are saved against my account if you need to look.
Last reply by Marc Stridgen, -
-
-
- 1 follower
- 6 replies
- 199 views
Hi, I'm new to IPS, so could someone explain why no thumbnails are displayed with uploaded images? To be clear, I do mean in the 'downloads' area. Thanks.
Last reply by Como, -
-
-
- 2 followers
- 6 replies
- 326 views
I accidently reverted the file on the edit html and css and now my website template is messed up and now it's like this; how do I restore the previous version?
Last reply by henryguiceo, -
-
-
- 1 follower
- 1 reply
- 125 views
I just extracted and started the installation of the software and ran it from the ips_ef506 folder instead of moving the contents to the public_html folder. As a result, I now get this error when trying to reinstall: Can I get help to have this changed please (to remove the /ips_ef506). Thank you!
Last reply by Marc Stridgen, -
-
-
- 5 followers
- 4 replies
- 258 views
As mentioned in the topic's title, in 4.4.7 with the new gallery version includes a new IMAGES profile extension when viewing a member profile. However, unlike other tabs (for example the ALBUMS TAB in the same gallery application) it doesn't check if the user has uploaded any images before deciding if it should be shown or not. This is the code inside /applications/gallery/extensions/core/Profile/galleryImages.php: public function showTab(): bool { return TRUE; } The ALBUMS profile extension in the same folder (gallery.php) does check if the user has any albums before showing the profile's tab.
Last reply by Marc Stridgen, -
-
-
- 3 followers
- 7 replies
- 392 views
I must be missing something because I can't upload a picture along with the database record. This code works as expected, but fails to add the picture to the featured image field. Any ideas what I am doing wrong? Thank you. $zimg="https://content.invisioncic.com/e322713/pages_media/3_1.jpg"; $image = array(); $image['article']=file_get_contents($zimg); $fields = array(); $fields['18']="title test"; $fields['19']="desc test"; $fields['image']=$image; $data = array( "title" => "title test1", "content" => "content test1", "status" => "published", // Or "draft" "category" => 19, "author" => 191972, "fields" => $fields, ); $c…
Last reply by Daniel F, -
-
- 3 followers
- 6 replies
- 296 views
Hi In Pages we can specify in a database that we want to automatically add a topic, and we can set some html for each field we want to add to the post. But I cannot find a way to add the record image. Is it possible? Also, the link to post that is generated, can I add a button class on it for example? Thanks.
Last reply by Randy Calvert, -
-
- 2 followers
- 4 replies
- 157 views
Hello IPS, In many forum areas where we have ability to select date (e.g. email advertisement or commence coupons) you use end date. You treat end date like INCLUSIVE - until end of specific date OR EXCLUSIVE - until end of previous date?
Last reply by PatrickRQ, -
-
-
- 2 followers
- 5 replies
- 292 views
This strange behavior just started. When renewals come up, it's generating an invoice every 50 minutes for customer that doesn't have auto-renew turned on. We're also seeing the system logs filling up with pop3 errors (not sure if this is related)
Last reply by Marc Stridgen, -
-
Hi IPS, Just to report, when you add new database template to pages the "DELETE" of newly added template is not active until you make a change to the template and click SAVE. Additionally, when you delete last database template from a category, the category gets auto-deleted BUT it also auto-expands all other categories.
Last reply by PatrickRQ, -
-
- 2 followers
- 8 replies
- 393 views
Good morning, all, I am trying to switch back to IPS from Xenforo. Thanks to @Jim M for fixing my license mess-up. I am running version v2.2.12. I have downloaded they latest files with the latest converters. I have tried to do the conversion about 7 times with no luck. I get to 99.9% then it starts to hang and then I will receive an error message like: V101/3 Failed to count rows in table 'xf_change_log' - is your table prefix set correctly? I have imported from Xenforo to IPS in the past quite a few times and everything usually goes smoothly. Just wondering if anyone else has converted using v2.2.12? Also there seems to be a bug in the converter when you go t…
Last reply by Marc Stridgen, -
-
-
- 1 follower
- 2 replies
- 225 views
REPLACE INTO `core_follow_count_cache` ( `id`, `class`, `count`, `added` ) VALUES ( NULL, 'IPS\core\Member', 0, 1681073816 ) Column 'id' cannot be null #0 /home/directory/public_html/forum/system/Db/Db.php(972): IPS\_Db->preparedQuery('/*directory_fo...', Array) #1 /home/directory/public_html/forum/system/Patterns/ActiveRecord.php(733): IPS\_Db->replace('core_follow_cou...', Array) #2 /home/directory/public_html/forum/system/Patterns/ActiveRecord.php(761): IPS\Patterns\_ActiveRecord::_followers('member', NULL, 3, Array, NULL, NULL, NULL, true) #3 /home/directory/public_html/forum/system/Member/Member.php(1541): IPS\Patterns\_ActiveRecord::_followersCount('member', …
Last reply by Marc Stridgen, -
-
-
- 2 followers
- 9 replies
- 330 views
When accessing the support tool in the ACP, the PHP8 compatibility scanner spins for a minute and then just turns red like below. There is nothing noted, but I'm wondering if this is a problem that needs to be addressed as it is highlighted as an error.
Last reply by Stuart Silvester, -