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
- 33.4k posts
- 9 followers
Problems related to your server or other classic, self-hosted edition issues.
- Security Flaw Allowing Unauthorized Access to User Accounts
- Last reply by fmro,
23,005 topics in this forum
-
- 0 replies
- 214 views
Hey, Upon viewing system logs in the ACP, the following entry appears to be made every time the forum is loaded by either a member or guest (or at least a significant proportion of times.) The backtrace is: #0 /var/www/xxx/forums/system/Dispatcher/Front.php(538): IPS\_Widget::load(Object(IPS\core\Application), 'announcements', 'announcements', Array, NULL, 'horizontal') #1 /var/www/xxx/forums/system/Dispatcher/Dispatcher.php(148): IPS\Dispatcher\_Front->finish() #2 /var/www/xxx/forums/index.php(13): IPS\_Dispatcher->run() #3 {main} The forum is running v4.3.5 (latest) and has no additional plugins. This issue was also present i…
Last reply by RobSto, -
- 2 replies
- 389 views
Is it possible to add premade tags to forum posts? Like if i'm posting in Food, a topic get automatic Food tag? ? Thanks
Last reply by Warzone, -
- 1 reply
- 219 views
On registration, is it possible to ask the user qualifying questions and notify the admin with the answers for review? In other words, I want them to enter the required information - username, password, email, and security question.. but I also want to ask them why they want to join. Thanks!
Last reply by Adriano Faria, -
- 1 follower
- 0 replies
- 311 views
Is the bulk e-mail template supposed to be responsive? My sites doesn't seem to have a responsive e-mail template, unless it's just Outlook/Hotmail.
Last reply by Joey_M, -
- 2 replies
- 363 views
Hello i have 4.3.5 ipb version and on older version i had the button Source that i can put any code or something inside of description or something.. now the Source button missing.. is possible somehow to put it or maybe enable something to make it work only for administrators?
Last reply by valantislevas, -
- 1 follower
- 4 replies
- 367 views
I have just made www.ClubDark.dk And I cant register from my iPad or iPhone 6. It's like the button saying "create my account" aint working. Any1 can help me`?
Last reply by Club Dark, -
- 1 follower
- 2 replies
- 301 views
I have a vBulletin 4 forum and a Wordpress site that I would like to combine into a single Invision Community. They both are on their own domains. I know you can convert vB4 to Invision but not sure about Wordpress. And if you can import both into a single community. I have an Invision license for Forums, Pages and Gallery. I can't seem to find any info about conversion/import in the help guides. https://invisioncommunity.com/4guides/welcome/invision-community-r7/ Is this possible?
Last reply by NordWulf, -
- 3 replies
- 399 views
What does this mean? I am in the admin cp trying to view members and change some of their usergroups. I get this error when I click on a members name.
Last reply by bfarber, -
- 3 followers
- 1 reply
- 270 views
Which file do I need to modify to disable the automatic http:// addition when adding a URL in CKEditor? I wanted to add a link which needs to be clickable, but does not require the http(s):// protocol. Example: magnet:?xt=urn:btih:01010846894794babc80c20d7d4fe21540a86632..... This is a link but if you add that to CKEditor, it will break it by automatically adding the http in front: magnet:?xt=urn:btih:01010846894794babc80c20d7d4fe21540a86632 What do I need to edit to prevent that?
Last reply by newbie LAC, -
- 2 replies
- 284 views
Hi there invision community, i've just setup my rest api and the core/hello example request works as expected. Now im trying to fetch some variables via the members username but i dont get it to work. Can please someone tell me how to do this correctly? At the moment the api returns: string(66) "{ "errorCode": "1C292\/9", "errorMessage": "NO_PASSWORD" }" Response Code in API Logs is: 403 Forbidden <?php $communityUrl = 'https://mywebsite.com/'; $apiKey = 'xxx'; $curl = curl_init( $communityUrl . 'api/core/members' ); curl_setopt_array( $curl, array( CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_HTTPAUTH => CURLAUTH_BASIC, CURLOPT_USE…
Last reply by xDEADC0DE, -
- 4 followers
- 12 replies
- 441 views
Hi All, I need to display different AD UNITS (GOOGLE ADSENSE) for Desktop, Tablet & Mobile. So I created different AD UNITS so that I can track them using custom channels. I used ADVERTISEMENTS module of IPB with below code. <div class='ipsResponsive_showDesktop'> <!-- AD CODE FOR DESKTOP --> </div> <div class='ipsResponsive_showTablet ipsResponsive_hideDesktop'> <!-- AD CODE FOR TABLET --> </div> <div class='ipsResponsive_showPhone ipsResponsive_hideTablet ipsResponsive_hideDesktop'> <!-- AD CODE FOR MOBILE --> </div> It works very well. But by using this DIV/CSS method of disp…
Last reply by Day_, -
- 3 replies
- 323 views
I tried searching for a solution but don't see it... How do I force a password reset on a user account in which the user is then emailed about it?
Last reply by Derek M., -
- 1 follower
- 6 replies
- 269 views
Make "Home" the Forums Home and remove the second level navigation link to my forums name that currently exists. How do I do that? Eg In the above here it says Home Forums Community Led Resources Peer to Peer Technical Support Create New Topic How would I just make it say: Home Community Led Resources Peer to Peer Technical Support Create New Topic With "Home" linking to the forums homepage (which in this case is the only module I run).
Last reply by darth12, -
- 5 replies
- 856 views
My forum is installed in the root directory of my server, but want to move it to a sub directory /forums so that I can install a Wordpress front end. I've been searching/googling but panicking that I kill my forum, is it easy to do??? Is it just a case of modifying the base_url in conf_global.php and physically moving the folders and files?
Last reply by Lenny Warren, -
- 4 replies
- 324 views
Hello friends. I create a custom tab with a color setting. Filled it. If i use it in theme CSS as background: {theme="my_var"}; - all is fine, it compiled to background: #1D3746; But if I using background: {hextorgb="my_var" opacity="0.6"}; than it compiled in css to: background: htmlspecialchars( 'my_var', ENT_QUOTES | ENT_DISALLOWED, 'UTF-8', FALSE ); This issue worked only for custom variables. Default theme vars worked well. Maybe I forget doing something? Thanks
Last reply by Numbered, -
- 3 followers
- 11 replies
- 378 views
So I'm using DLVR. It allows me to automatically send out new threads to Facebook/Twitter when started, along with a sharer image. Question is - do I need this now with the latest version of IPB? Does the software do this automatically now? I'm still confused by this one.
Last reply by Day_, -
- 3 replies
- 237 views
I just installed 4.3.5 (I was on a VERY old version before) and have had some complaints that when they click on a thread in the forum, they no longer jump down to the first unread post. Instead they have to scroll all the way down. Is there a setting I'm missing so that it jumps down to the first unread post in the forum??
Last reply by marklcfc, -
- 2 followers
- 2 replies
- 272 views
Hi guys - I have a "technical support" forum that is available to everyone on my site to see/read. My issue is that this forum topics detracts from the sites main theme and thus I don't want them to show up in the activity stream. Is there any way to remove a specific forums topics from a stream without having to outright adjust permissions on who can see/view the topics and posts of that forum? In other words, everyone should be able to see this forum/topics but those topics should never show up in any activity stream. Thanks! Chad
Last reply by BlueEye, -
- 1 reply
- 234 views
My site and another forum on the same host has this issue where the first, and only the first page of new posts is slow loading (it can take upto 15-20 seconds, compared to almost instant if there is more than one page). I think is obscure error and limited to these two sites. I don't think anyone else has it but if you can test it it'd be much appreciated. This is the process which Invision managed to replicate, but have no solution.. Mark forum as read. Wait for 15-20 minutes for at least 10 new topics depending on your forum activity. Click Unread Content, it is delayed loading this page. If it isn't, read one topic, and try again. Then it will be ev…
Last reply by Bluto, -
- 1 follower
- 4 replies
- 418 views
Hi I'm transferring my domain name to a new server and they need the EPP code, have no idea what that is and cannot find it anywhere in the ACP Can someone please help me find it? T.I.A.
Last reply by rhyker2u, -
- 1 reply
- 289 views
I get these server errors throughout every day, my public_html is 750, should it be 755? [Mon Jul 30 21:00:16.554500 2018] [core:crit] [pid 7073] (13)Permission denied: [client IP address here:41283] AH00529: /home/ft/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ft/public_html/' is executable [Mon Jul 30 21:00:16.485542 2018] [core:crit] [pid 8129] (13)Permission denied: [client IP address here:41272] AH00529: /home/ft/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/ft/public_html/' is executable [Mon Jul 30 21:00:16.416863 2018] [core:crit] [pid 8376…
Last reply by bfarber, -
- 4 followers
- 16 replies
- 1.1k views
Can anyone help with a problem where my forum has become extremely slow. Clicking on the notifications button or something like moderation actions takes almost 5-10 seconds to open that menu. Posting takes a similar amount of time. Is this something to do with communication with the SQL database? Are there any obvious steps I can take to improve this?
Last reply by rhyker2u, -
- 2 followers
- 0 replies
- 292 views
Hi, I want to reduce the number of requests made by the standard IPB template, I want to combine the JS files and wondered if anyone has done this in a way which makes it easier for maintenance/updating etc? I had a look in the marketplace in case someone had built an app for this but couldn't find anything. Cheers
Last reply by asigno, -
- 2 followers
- 3 replies
- 271 views
Hi all - thanks to the nice stable framework that Invision have created, I've hardly needed to do any code monkeying for months. Understandably, I prefer to create content than fiddle under the hood. Anyway. We decided on our front page feeds that we should mark out which articles are less than one month old and overlay their thumbnails with a "NEW" label. The problem is, I'm so rusty that I literally can't remember where to start....oops.... Our feeds are generated from Block Feeds where a variety of tests produce the layout we need. The only thing I'm tripping up on is the test for conditionally labelling articles as new or not. I'm so rusty that I am only at the p…
Last reply by Carl Maltby, -
- 2 followers
- 8 replies
- 230 views
I have selected Allow filtering by this group? in visitors group option (IPS 4.3.5): But in members search options, I can´t select this group, because that group does not appear.
Last reply by pequeno,