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.
- [4.7.19] Invalid value in QAPage?
- Last reply by Jim M,
22,923 topics in this forum
-
- 1 reply
- 242 views
On my site (http://indigoaltis.ipbhost.com/) when you go to signup, there it shows a security check text, but next to it is no security check. And when you go to hit the complete registration button, it says you must do the security check. Please help!
Last reply by MADMAN32395, -
- 1 follower
- 4 replies
- 266 views
Is there a way to check to see if my server is compatible for 4.1.17? Roger
Last reply by Martin A., -
- 2 replies
- 287 views
Thanks
Last reply by Martin A., -
- 4 replies
- 628 views
My demo version works amazing. When I bought it because I liked it, It was not working as it was before. I want my try version copied to here, my demo version is (http://c83518.try.invisionpower.com/). The problem is there is no security check. Also when I go into easy mode editor, it's totally overlapped with this premium version account. The demo account works just fine. How can I just simply reset the account?
Last reply by Jim M, -
- 1 follower
- 0 replies
- 289 views
Hello, After upgrading from 3.4 to 4, I am refactoring my SSO system based on IPS users, and got a strange issue. First, I log the user in to IPS4 with : $IPSLogin = new \IPS\Login\Internal; $IPSLogin->init(); $member = $IPSLogin->authenticate(array('auth' => $_POST['username'], 'password' => $_POST['password'])); if ($member) { $expire = new \IPS\DateTime; $expire->add( new \DateInterval( 'P7D' ) ); \IPS\Request::i()->setCookie( 'member_id', $member->member_id, $expire ); \IPS\Request::i()->setCookie( 'pass_hash', $member->member_login_key, $expire ); } It works, if the user goes to the forum he is authenticated b…
Last reply by Jibeji, -
- 0 replies
- 232 views
I'd really like to take a specific div container from another website and embed it into the html of a post in IPS. I am aware this can't be done using html alone, or an iframe. Unfortunately I'm not familiar with how to use jQuery or Ajax to do this. I do have the ability to post html, thanks to Nathan Explosion. Specifically I'd get to take the Main Rankings container from this site and drop it into a post. Does anyone know how to do this? Any help would be greatly appreciated. Thanks
Last reply by Aramaech, -
- 1 follower
- 2 replies
- 231 views
Where do I use the builder they advertise here: https://invisionpower.com/ips4assets//media/easyeditor.mp4
Last reply by Ryanct02, -
- 1 follower
- 3 replies
- 275 views
Hello people, I recently purchased an IPB license, but I did not purchase the IP.Pages (or content whatever you want to call it) app yet. I am quite sure if it is required or if there are any alternatives? I would mainly use it for adding some kind of an in-game server monitor, and to display a list of staff members. I hope you can give me some advice, thanks in advance, Didier
Last reply by Joel R, -
Hey, i have just continued developing an app, compiled it and since then my whole forum is only throwing 500er issues on front as on admincp. There are neither written any logs to the apache error log nor to the internal IPS logging. Which was never written btw. What happened here and how can i recover it? Anyone got an idea? Regards
Last reply by GriefCode, -
- 1 follower
- 5 replies
- 364 views
Hello, I am trying to retrieve members information with the IPS Class \IPS\Member::loggedIn() After dumping the output, I can't see members group name. Is there a way to retrieve it?
Last reply by Jibeji, -
- 0 replies
- 225 views
There are lots of good ones. But I inherited this derelict board and there is like 30K spam posts. These are comments on articles. Perhaps I can create a support ticket that just says... kill all? A lot of them are Guest posts, so I don't think they can be pruned with the spam tools the same way you would a registered user. Any thoughts? Any retroactive spam tools? JM
Last reply by socceronly, -
- 1 reply
- 224 views
INstead of showing the custom error page- can you get the login url or a login form to be shown instead?
Last reply by MADMAN32395, -
- 1 reply
- 279 views
hello ipb members want to see your traffic live would you like to know where your visiter have came from to your website i have found this searching on the net..i think everyone would be pleased to have this on there website i have tested this and i give this %100 score... ps this is better than have 2 go yo guest list on your forums Live Traffic Feed
Last reply by MADMAN32395, -
I installed a bunch of plugins/widgets and im trying to enable them and move them. example, i downloaded the chatbox and im trying to get in to be on top of the forum topics on the main page.
Last reply by IamRCA, -
- 1 follower
- 2 replies
- 356 views
Hi there, We've upgraded just recently from 3.x to 4, and we seem to have lost our restrictions on Guests viewing member profiles. Has anyone else encountered this, and knows how to solve it? It is critical for our site and I have a hard time believing this feature was not migrated to 4.0. Best, AVENista
Last reply by AVENista, -
- 5 replies
- 269 views
Hello, Can anyone guide me to do this or css code modification? Was this possible? This I mean for example Last edited by (name) Today, 8:51 PM. Reason: This is the TEST! (This feature is e.g. vBulletin platform) (But only Admin do that) <Input type = "text" name = "comment_edit_reason" value = "Custom: The test" id = "elInput_comment_edit_reason" maxlength = "255"> Could a field "box" to replace the text?
Last reply by Riksa, -
- 11 replies
- 605 views
Hi All, I have a problem with my board 3.8.4 , made a mistake and delete 100000 topics. Now when I try to read a deleted topic I see that it exist and a button ask to me if I want to recover it . Is possible to recover all the topics in one time? Thanks Luca
Last reply by Luca Barzelogna, -
- 0 replies
- 216 views
Hello, I'm trying to set up a Google conversion tracking in my store. I can easily add it to the payment button with onClick attribute and it works almost great. <button type='submit' class='ipsButton ipsButton_important ipsButton_veryLarge ipsButton_fullWidth' onClick="ga('send', 'event', 'przycisk', 'zamow', {'nonInteraction': true});"><i class='fa fa-check-circle'></i> {{if $amountToPay->amount->compare( $invoice->total->amount ) !== 0}}{lang="confirm_and_pay_split" sprintf="$amountToPay"}{{else}}{lang="confirm_and_pay"}{{endif}}</button> However, it counts all clicks - even those when rules are not accepted. I'd like to …
Last reply by Michal Mroz, -
- 1 follower
- 4 replies
- 328 views
Hi, I am wanting to set my default sharing image. My community use Twitter a lot and at the moment all links are showing a tapatalk image. How do Icange this? In my theme settings (Envision-Light) I can see the option for Facebook sharing but nothing else I currently have no site logo image as I do not want it showing, my theme uses the small logo image option along side text. would this be the problem? my site is tga.community Thanks Ben
Last reply by BenCurry, -
- 0 replies
- 672 views
Will give you a short tutorial here on how to have a Rainbow as a Group Styling. Go to AdminCP Select Customization Choose your Theme Click on Edit HTML and CSS From Templates select globalTemplate Add the following code under the </body> <script> var speed=80 var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0") var r=1 var g=1 var b=1 var seq=1 function changetext(){ for(i=0;i<document.getElementsByName("Rainbow").length;i++){ var storetext=document.getElementById? document.getElementsByName("Rainbow")[i] : document.all.highlight rainbow="#"+hex[r]+hex[g]+hex[b] storetext.style.color=rai…
Last reply by sweethoney, -
- 5 replies
- 325 views
Restrict What Member Groups Can Use CometChat? Go Into Your Admin Panel And Themes --> Edit HTML/CSS --> globalTemplate Replace Your CometChat Script With {{if \IPS\Member::loggedIn()->inGroup (array(4,7,13))}} <link type="text/css" href="/forum/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"> <script type="text/javascript" src="/forum/cometchat/cometchatjs.php" charset="utf-8"></script> {{endif}} Change The Numbers In The {{if \IPS\Member::loggedIn()->inGroup (array(4,7,13))}} With The Numbers Of The Usergroups You Want To Let Use Cometchat, You Will Find The Number In The U…
Last reply by MDPP, -
- 1 follower
- 13 replies
- 367 views
I have another site/ service which gives me option to put HTML code of Header and Footer ... I want the code which can be placed on the header site which give resemblance to my IPS community...
Last reply by sweethoney, -
- 1 follower
- 0 replies
- 256 views
Hi, A moderator told me he saw this message : "You are not allowed to give reputation to this user." when he wanted to give a like to a user (on topic view). But the like worked. Could you tell me in which case this sentence is displayed : "cannot_rep_user" ? Thank you !
Last reply by EricT, -
- 1 reply
- 249 views
Hi. Can you set your error page as a URL instead of a customised page? I want it to lead to the login page and form, instead of just an error message being showed.
Last reply by Strakks, -
- 2 replies
- 239 views
Is it possible to obtain region-specific username? Are there any add-on Marketplace?
Last reply by Riksa,