Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,422 topics in this forum
-
- 1 reply
- 300 views
Hello There is a vulnerability that has been discovered in popular Java logging library Log4j 2 which may allow attackers to run code remotely on your servers. Apache Log4j 2 is bundled with and used in many Java applications including Elasticsearch. So if you are using Elastic Search you may be vulnerable. Vulnerability info: https://nvd.nist.gov/vuln/detail/CVE-2021-44228 As there is no official patches out yet and the exploitation of the vulnerability already started you may want to apply a workaround until an official patch released: So for Elasticsearch version 6.4 and up: Edit your jvm.options configuration file usually…
Last reply by IveLeft..., -
- 12 replies
- 987 views
I'm trying to configure my IPS properly but I seem to be running into issues here and there. I am getting 403 errors when i am trying to do certain things such as simply paste google analytics code into integration or when i was setting up a product i pasted a download page in client area and when i went to save the product it throws a 403 error. I do not have no error or system logs.
Last reply by Randy Calvert, -
- 2 followers
- 1 reply
- 183 views
Thanks @TAMAN I have the club subtitle hidden. Another css solution I would like apply for is the hide the Feature title (forum title) below of the tab menu, it is exactly name duplicated and space used occupy with no sense. Is possible hide the title and only leave the description area?
Last reply by Marc, -
- 1 follower
- 0 replies
- 255 views
Never mind, discovered that the Editor was not functioning on my site as it did here. that was corrected. Is there a way to allow users to set up links on the uploaded photos in the forums? i can see how it can be done with html allowed, but was looking for something a lot simpler. Thanks you
Last reply by 2002faq, -
- 2 followers
- 0 replies
- 253 views
Hey, Is there any way to bind a SEO image to the content? Usually it gets first attached image or nothing if there's no image attached. I want to bind a specific SEO Image to my content and I don't know how to do it. Any idea?
Last reply by Ibai, -
- 1 follower
- 2 replies
- 485 views
Using commerce and pages, is it possible to create an add to cart on a custom page. I personally don't like the built in store and would like to customize the product page. What would I need to look at to build something like this?
Last reply by opentype, -
- 1 reply
- 414 views
I have it set that any ACP login should trigger 2FA, but it just doesn't happen. How do I trouble shoot? Any help appreciated! Thank you 🙂
Last reply by Mark H, -
- 1 follower
- 4 replies
- 353 views
I have an idea to show all types of content in Community about the subject on a single page. I have a database page in Pages about a subject. And there, right on this page I want to show feeds from other areas of the community about this subject: topic feed from forums, entries feed from blogs, images feed from gallery, event feed from calendar. It is possible to select all the content using tags. That's fine. But how to add all these feeds to the page? I can create and setup custom plugin block for each page for each type of content. For "Subject A" I can create custom plugin topic feed, set it up to show topics with "Subject A" tag, custom plugin entries feed, set …
Last reply by KVentz, -
- 1 follower
- 1 reply
- 201 views
Hi, I would like hide the sub title of the Clubs Directory page, but I don't know what css code exactly needed to cover it? Thanks in advance
Last reply by TAMAN, -
- 2 followers
- 7 replies
- 660 views
Hi, If we go to the search box and click on "More options...", we are given a series of specific areas to restrict our search. I'd like to know how to remove "Products" from this list? As we don't have any product in our store (only one subscription plan). I couldn't find a setting for that. Maybe this is a bug? Thanks.
Last reply by HDiddy, -
- 2 followers
- 3 replies
- 444 views
I am looking for someone to start right away, and as the invision community is great and all - do you guys recommend someone or a website that is authenticated?
Last reply by bearback, -
- 1 follower
- 7 replies
- 564 views
We are considering moving our websites to a new web host. We have both invision and wordpress websites. Who would you recommend for cost, uptime and server support? Thanks in advance
Last reply by Unlucky, -
- 2 followers
- 7 replies
- 573 views
looking for some snow for my forum none of the plugins work with the latest version anyone know a java scripts I can add or something on them lines.
Last reply by Square Wheels, -
- 3 followers
- 3 replies
- 783 views
Browser caching: have you experienced it? What are the pros and cons? What are the best practices? Thanks!
Last reply by Marc, -
- 3 replies
- 705 views
Could anyone guide me how to restrict the maximum number of requests a particular IP address is able to make in a given window of time ? Is this possible within IPS? If not how we can do this in Apache?
Last reply by Randy Calvert, -
- 3 replies
- 227 views
Hi, Using the SSO example provided here: I'm getting a random string of characters e.g. '7a63e65db1164d4b5e7824e12fc97f64'. I'm using a Laravel install, with the forums folder placed in the '/public' directory. I've created a test.php file in the '/public' directory which has the following in it: <?php ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); /* Require the init.php file from the Community Suite root directory */ require '/home/forge/mysite.com/public/forums/init.php'; /* Initiate the session to verify who this user is */ \IPS\Session\Front::i(); /* Print the user's name */ p…
Last reply by Daniel F, -
- 1 follower
- 0 replies
- 359 views
Can members buy "points" to move closer to their next rank? I have Commerce installed.
Last reply by Square Wheels, -
- 1 follower
- 2 replies
- 263 views
Hi, Is it possible to change the size/ratio of the image for a blog entry. It's currently too wide. I would like to have a "normal" size/ratio for the photo (for entry single page but also for list/category page). A 16:9 or 4:3 ratio would be perfect. If it's not possible directly with IPS core, maybe there is a plugin for that ? (I looked for but didn't find any). Thank you for your help. Livio.
Last reply by LokiBoy, -
- 0 replies
- 402 views
I am trying to upload IMG file using internal IPS API and $_FILES php: <?php $_SERVER['SCRIPT_FILENAME'] = __FILE__; require_once 'init.php'; $init = \IPS\Session\Front::i(); $image = \IPS\Image::create( $_FILES['file']['tmp_name'] ); echo $image; ?> this sadly doesn't work, anyone know which API is used? thanks
Last reply by radoradovan, -
- 1 follower
- 0 replies
- 183 views
Hopefully I can explain this well enough to see if anyone has tried this. I have a database that is basically events with date/time, details, etc in it. I want to keep the past events as they are results and very important. The database is default sorted by Date/Time. Is there a way to automatically jump the user to page X where the nearest date events are when they go into that database listing? So it might go to page 25 of 50 depending upon the day. Basically if I could somehow get most(if not all) of the calendar functions using a custom database it would be splendid! Thanks
Last reply by IndianaJoe, -
- 1 follower
- 2 replies
- 411 views
Hi Guys Is the large menu on this Invision community (clicking top links above) is the menu actually available to clients? I like it
Last reply by loccom, -
- 3 followers
- 25 replies
- 3.1k views
Anyone got the rewrite rule for nginx? For apache etc: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /api/ RewriteRule .* index.php [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] </IfModule>
Last reply by rfcontreras, -
- 2 followers
- 5 replies
- 440 views
Hey guys, could anyone point out how could I remove this container from the Forums section? I dont really see the point of it as we already have a Create on the Header so in my case this is just distraction, especially because I am using Forums as my Landing Page. Thanks for the help! Cheers, PM
Last reply by Core4D, -
- 1 follower
- 1 reply
- 304 views
Guys, have any of you managed to make dynamic forums posts based on a condition such as the Cloudflare Geo IP location? PHP can get the visitors country based on the Cloudflare header $_SERVER["HTTP_CF_IPCOUNTRY"]. if($_SERVER["HTTP_CF_IPCOUNTRY"]=='GB') { show content for GB } else { show content for elsewhere } I suppose a work around is iframe based content.
Last reply by Jim M, -
- 1 follower
- 5 replies
- 437 views
I have a page on a couple of my sites which presents results of events taking place over the next year, taking that information from an api. I received a report about a month ago that one of the sites (now running 4.6.8., then running 4.5.x) is not displaying any results. I've checked on the other site (running 4.4.6), and that, too, is no longer returning any results. My trouble-shooting has led to these conclusions: It's not related to a change within IC because the 4.4.6 site hasn't been updated in a couple of years and the page was displaying correctly before. I don't believe it's related to a change in the server environment because I've copied …
Last reply by Meddysong,