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.
23,005 topics in this forum
-
- 2 replies
- 356 views
I would like to put a global background image on my site. But I know very little css. Is this possible?
Last reply by NumNum, -
- 2 followers
- 4 replies
- 285 views
Hello, Recently I started to create new plugin for a IP.Page Template. Plugin currently works just fine, except in one area. and I don't know if it's a bug. I use this method to insert IP.Page Blocks through a plugin: $form->add( new \IPS\Helpers\Form\TextArea( 'setting_key', \IPS\Settings::i()->setting_key ) ); As a textarea field, like adding {block ="block_name"} in plugin line by line. while I can use HTML tags in textarea, but the {block ="block_name"} won't parser as a normal block. It's just adding a RAW {block ="block_name"} in IP.Pages template space. And this is for summon the setting contents in IP.Pages Template space.…
Last reply by shahed, -
- 1 follower
- 0 replies
- 235 views
When I click on the video on my site, I'm taken to: https://twitter.com/EuropeanTour/status/1071334899565551616?ref_src=twsrc^tfw|twcamp^tweetembed|twterm^1071334899565551616|twgr^363937393b636f6e74726f6c&ref_url=https%3A%2F%2Fthesandtrap.com%2Findex.php%3Fapp%3Dcore%26module%3Dsystem%26controller%3Dembed%26url%3Dhttps%3A%2F%2Ftwitter.com%2FEuropeanTour%2Fstatus%2F1071334899565551616%3Fref_src%3Dtwsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1071334899565551616%26ref_url%3Dhttp%3A%2F%2Fwww.europeantour.com%2Feuropeantour%2Fseason%3D2019%2Ftournamentid%3D2019004%2Fnews%2Fnewsid%3D363303.html That URL shows up in my browser as: It seems to be…
Last reply by iacas, -
- 2 followers
- 2 replies
- 282 views
In Forums > RSS Feeds, you can set a topic prefix. How do you get this prefix to show as a badge and not just as simple text words?
Last reply by Millipede, -
- 1 follower
- 0 replies
- 238 views
I noticed that the asterisk only works when added to the right of the words Ex.: Anonym* (works perfectly) But when I use the asterisk to the left of the word Ex.: *mization (does not work.) Is this behavior normal? If correct, it would be much more efficient to search the asterisk at the beginning and end of words simultaneously.
Last reply by DSystem, -
- 2 followers
- 8 replies
- 486 views
In pages app, I want to use a custom wrapper, instead of suite HTML wrapper. it's designed and I also bring drag and drop sidebar manager into this template, widgetcontainer are placed in this custom wrapper. I can drag and drop widgets, but after reloading pages, they will disappears. Why widgets disappears and how can I make it work.
Last reply by shahed, -
- 1 follower
- 1 reply
- 294 views
I have a home page that I like for guests to come across, but my existing users would prefer to see a home or dashboard page with more widgets and site activity upon visiting. How can I code a redirect into my home page for logged in users? Ideally this would happen before the page fully loads to save time.
Last reply by opentype, -
- 1 follower
- 3 replies
- 281 views
Hello ... I'm building a search engine in html + js, using the IPS's styles, for that I'm copying the native search engine's design, but the styles do not apply well in a page that I created. I understand that the pages inherit the IPS styles, so they should look good ... I share the code I use for the search engine. It is the same one that IPS uses. <div class='cWidgetContainer ' data-controller='core.front.widgets.area' data-role='widgetReceiver' data-orientation='horizontal' data-widgetArea='header'> <ul class='ipsList_reset'> <div data-controller='core.front.search.main'> <div class='ipsAreaBackground ipsPad…
Last reply by Mercury Forever, -
- 1 follower
- 1 reply
- 239 views
I bought Invision Gallery but I have a problem. I can not save images obtained using the "Add Images" item under an Album Name. I have uploaded several images using the "Add Images" item but I can not find the way to save them and the "Save Image to an Album" item is missing? In the entry Home-Gallery-Member Albums-DOGS I continue to see the words "Add the first Image" and "There are no images in this category yet" even if I have uploaded several images. How can I save images in a personal album? Is it a cache problem?
Last reply by Joel R, -
- 2 followers
- 7 replies
- 705 views
Support does not want to help me. They want me to buy a server with them. I have VPS with Plesk and transfer IPS from first Plesk to this VPS. In first dedicated server forum work good. On VPS i have error. Support insists that this is a SQL database error. https://octavia.team/ips4.php I have the latest version of SQL MySQL, v5.5.60. Someone will help me? Support does not want to help me only to persuade me to purchase hosting with them.
Last reply by opentype, -
- 1 follower
- 1 reply
- 251 views
I bought the Invision Community Blog application but I have a problem. I installed Invision Blog in my test site but I can not insert images in the body of posts submitted. The images are always inserted in the heading of the Blog behind the textual title of the Blog and moreover they are inserted cut, showing only the upper part of the image. In this way: http://www.pets-99.com/invision/index.php?/blogs/blog/1-blog-about-food-and-natural-dog-health-nutrition/. Instead I would like to insert the images inside the post as it happens for the forums. For example here: http://www.pets-99.com/invision/index.php?/topic/66-my-name-is-teddy-and-candy/. It is not possible to inser…
Last reply by opentype, -
- 2 followers
- 2 replies
- 355 views
SELECT forums_topics.*, author.*, last_commenter.*, core_tags_cache.tag_cache_text FROM `forums_topics` LEFT JOIN `forums_forums` ON forums_topics.forum_id=forums_forums.id LEFT JOIN `core_tags_cache` ON tag_cache_key=MD5(CONCAT('forums;forums;',forums_topics.tid)) LEFT JOIN `core_members` AS `author` ON author.member_id = forums_topics.starter_id LEFT JOIN `core_members` AS `last_commenter` ON last_commenter.member_id = forums_topics.last_poster_id WHERE popular_time > 1544045162 AND forums_forums.password IS NULL AND forums_forums.can_view_others=1 AND forums_topics.approved=1 AND forums_topics.approved!=-2 AND ( NULLIF(forums_topics.moved_to, '') IS NULL ) AND f…
Last reply by Faqole, -
- 0 replies
- 221 views
I cannot upload a picture to my gallery from my iPhone. But when I email myself the picture I can upload it from my laptop. Anyone know why this is? Roger Nope never mind. Still get the error...…. Roger
Last reply by Mahumba, -
- 1 reply
- 220 views
Hi all, when i post a new topic in a short time, all it's oke But when i wirte a new topic while about 20 minutes and click post, this not redirect me to the new post, it only show connecting 😞 .. but new topic still has posted. 😐 .. sorrry my english not good. here image : could you help me fix this proble 😞 .thanks you.
Last reply by USCJ Digital, -
- 7 replies
- 337 views
Hello, I try to set up reputation, I've never used that. It is enabled in the admin CP, no group is excluded (except thos who have not replied the signup email), but the icon does not show. Did I miss something ?
Last reply by prisonchatuk, -
- 1 follower
- 0 replies
- 203 views
Hello, any tutorial about scenes of use of Stock Actions? Examples to use...
Last reply by kmk, -
- 1 reply
- 245 views
Not sure if this is possible, or anyone knows of a mod. I am looking to be able to "post as" an alternative display name that a user can select when posting. The reason behind it is that I am using the board as a Play by post scenario and each user plays a character in a certain forum topic, would be great to have their character name shown! Thanks
Last reply by Jennifer M, -
- 1 follower
- 3 replies
- 321 views
I just bought blogs for my board as a add on and it shows in my license area on the board but I can’t figure out how to get it to install how do I get it to install on the board? Sorry if I have this in wrong area.
Last reply by Seth Hannah, -
- 0 replies
- 273 views
I am dealing with a pair of issues, one of which I will not go into here - because it has become clear that the problem is not at Invision's end (or at my end either ... which is frustrating, but a story for another day that may involve differences between IPv4 and IPv6 routing ... good times 😉). The other issue that has emerged in the past few days, which I now believe is actually it own distinct issue ... File uploads are taking a very long time. I am on a 100/10 connection (normally I get 115-120/12-18). A 10Mb file just took about 30 mins to upload, while a 203Kb file took over 90 seconds to upload. The same files going to Google Drive were pretty much …
Last reply by USCJ Digital, -
My users were complaining that it seemed the first post was a comment rather than an explanation of part of the poll. So I tried to move the poll into the first post of the thread, which everyone thought looks better, but I have the issue that no one can vote! It allows submission of the vote, but nothing is recorded. Any ideas? {{$topic = \IPS\forums\Topic::load( \IPS\Request::i()->id );}} {{if $poll = $topic->getPoll() AND $comment->mapped('first')}} {$poll|raw} {{endif}}
Last reply by adcantu, -
- 1 follower
- 1 reply
- 300 views
Hey! I have a question. Is there any way to prevent the div element from disappearing after closing the dialog? Here's my code. <a class="ipsDataItem_title ipsType_break" data-ipsdialog="" data-ipsdialog-content="#FullScreen" data-ipsdialog-fixed="true" data-ipsdialog-size="fullscreen" href="#FullScreen">Full Screen</a> and content. This whole div disappears after closing the data-ipsdialog and shows after reloading page. <div id="FullScreen"> Content </div>
Last reply by bfarber, -
- 7 replies
- 774 views
How Do I Get Youtube Autoplay To Work? I tried Using Just "Http://"And I tried Using Older Embed Codes Like Adding "&autoplay=1" At The End Of Youtube Link. And I went to This Website To Try And Get It To Work And Nothing. https://worldclassmedia.com/youtube-autoplay/ Am I Not Doing It Right Or Something?
Last reply by bfarber, -
- 2 replies
- 329 views
Is there any link I can refer an errant member to if they are in breach of the Registration Terms & Rules?
Last reply by JimJimJimJim, -
- 1 follower
- 3 replies
- 275 views
Hello, I'm searching how to add a view limit to a member group. I know there are plugins to set view limit to 'guest'. I need such a plugin where I can add a group instead of just guest. Is this possible ?
Last reply by NAX, -
- 0 replies
- 248 views
We are brand new and have the forums set up so everyone can see the list of different forums even if they aren't a member of it yet so they can be enticed to upgrade to a higher program and/or request access to it. However, is there a way to gray out the forums that they only have "view access" to and don't have permissions beyond that without them having to click in to see that and get the message to reach out? I am seeing that under "Post a Topic", it does gray out the forums they aren't able to post to so curious if that is possible from the view side? Support advised me to post here as they think it can be accomplished with either a custom plug-in or perhaps…
Last reply by Alexis Neely,