Classic self-hosted technical help
Problems related to your server or other classic, self-hosted edition issues.
4,348 topics in this forum
-
- 2 replies
- 365 views
My code: require_once $_SERVER['DOCUMENT_ROOT']. '/community/init.php'; \IPS\Session\Front::i(); $member = \IPS\Member::loggedin(); The code only works if I put the php file inside the community (ipb) folder, otherwise it will show that no one is logged in and give the info of a guest. How can I fix this? thanks
Last reply by Ryan Ashbrook, -
- 2 followers
- 2 replies
- 1k views
I'm trying to do a fresh install of IPB4 and I keep getting a "CANNOT_WRITE" error. I don't understand. All directories are 777 already.
Last reply by Mark H, -
- 1 reply
- 301 views
Somewhere along the way, I must have tried messing with menu icons & can't remember how. In Menu Manager, I entered this: Which gets me this on the front end: Where is that other "page" type icon coming from? How do I get rid of it? Just incase, here is the Custom CSS for my theme: /** * This file is for your custom CSS. * This file is not modified or overwritten during upgrades */ /* ===[Filename:core/custom/superblocks.css]=== */ .SuperBlocks_line { border-top:2px solid {setting="SuperBlocks_keyColor"}; border-left:0; border-right:0; border-bottom:0; border-image: linear-gradient(to right, {settin…
Last reply by Luuuk, -
- 1 follower
- 3 replies
- 453 views
There are a lot of such errors in the error log: Is this my problem or an IPB bug? P.S.: PHP 8.0.19 and IPB 4.6.12.1
Last reply by Nathan Explosion, -
- 1 follower
- 7 replies
- 658 views
Hello, I need to make a multiple choice list with url or text. When I put in the text field: <a href="http://test.com/">test</a> I have this result : <a href="http://test.com/">test</a> How can I have a multiple choice list, with links or just text
Last reply by Jim M, -
- 2 replies
- 170 views
Hello, I want to add an excerpt of the record in my custom feed (first 100 letters...). I can't find a variable to achieve this. Can anyone give me some guidance? My current approach: {{if !empty( $records ) }} {{foreach $records as $record}} <div class="col-md-6"> <div class="blog_card"> <div class="author_info"> <div class="meta"> <span>{datetime="$record->mapped('date')"}</span> </div> </div> <h4 class="blog_title"> {$record->_title} </h4> <p class="blog_desc"> {$record->_description} <!-- ???? --> </p> <a href…
Last reply by sebastianr, -
- 1 follower
- 5 replies
- 563 views
With social networks being out there and websites like Discord what helps forums stay alive? When I was first started many years ago forums was being on the hosting community but they rarely use it now.
Last reply by AlexJ, -
- 2 followers
- 4 replies
- 444 views
I am allergic to CSS, but I would also like to be able to tweak a few details (like align the navigation menu to the right instead of the left, and such). Is there any general guide to CSS that I could use? I can usually understand code that is given and tweak as needed, but I am not sure where to start with this.
Last reply by Carole Asselin, -
- 2 followers
- 2 replies
- 382 views
Hi Invision Friends, I use my Invision site to manage a community of customers for my business. We want to start selling virtual training workshops, and I have been trying to configure the Store to streamline this process. For example, I have used custom fields to customers to choose dates, and we have limits on the number of items (Tickets) that can be sold per date. However I haven't found a way to easily create lists of who bought what workshop, or automate the sending of emails etc. I have subscriptions to Zapier, Hubspot and Zoom but the current triggers and actions don't seem to suit my needs. Has anyone else d…
Last reply by opentype, -
- 1 follower
- 2 replies
- 562 views
I have two Invision communities and in one of them, some of my users are getting this error (view uploaded images). I have a lot of users and this error occurs only for some users. Do you guys know what is crashing the community for these users?
Last reply by Alyf Mendonça, -
- 1 reply
- 250 views
In the past with old PHP i was using mcrypt ... but i guess its not anymore avaliable on php 8 and, since Last ISP suite works with newer php, i need to update this too. that old code. function addpadding($string, $blocksize = 32) { $len = strlen($string); $pad = $blocksize - ($len % $blocksize); $string .= str_repeat(chr($pad), $pad); return $string; } function strippadding($string) { $slast = ord(substr($string, -1)); $slastc = chr($slast); $pcheck = substr($string, -$slast); if(preg_match("/$slastc{".$slast."}/", $string)){ $string = substr($string, 0, strlen($string)-$slast); r…
Last reply by Statham, -
- 1 follower
- 1 reply
- 262 views
Hello, The search engine has indexed my pages with no content (domain.com/articles.html/page/NUMBER) To disable just add the following code in robots.txt? Disallow: /articles.html/page/ Or need to add a (/*) at the end?
Last reply by Hisashi, -
- 1 follower
- 1 reply
- 225 views
Is anyone else seeing this? I am running AdSense with traditional static ads and with Auto Ads turned on. The setup worked perfectly with 4.7.0. After the upgrade to 4.7.1, any attempt to scroll to the bottom of a page with ads results in a browser crash. If I turn off Auto Ads in the AdSense control panel, the forum works fine. I can only assume that some change in 4.7.1 is conflicting with AdSense Auto Ads. Would be good to know if others are seeing the same thing so I can confirm this is the source of the problem 🙂
Last reply by teraßyte, -
- 1 follower
- 4 replies
- 455 views
Hello - We received the following notification and checked with Cloudways if it is okay to change the format to "Dynamic". They recommended asking Invision Community if it's safe as they said that there might be issues in losing data. Has anyone here experienced changing the database format? What was your experience and what do you recommend? We are looking to create a backup of the database before CW will update it and in case something goes wrong, we will add it back (this way we will lose only a few records). Thank you, Denise
Last reply by Deborah Engelmajer, -
- 1 follower
- 1 reply
- 208 views
Hi, The forum description block takes a lot of space in the mobile view, so i would like to remove it. Can you please guide me on how to do it for a specific forum and only in mobile?
Last reply by Jim M, -
- 2 followers
- 1 reply
- 271 views
When i posted a file in Download application, it also created with forum. But i thinks we need change the background from grey to white for beautiful in the forum. Tks.
Last reply by Marc, -
- 3 followers
- 7 replies
- 504 views
Hi m8s, Is there any commercial smtp server that can be used in IPS? Thanks.
Last reply by Emediate, -
- 1 follower
- 11 replies
- 682 views
Hi - I'm still on 3.3.4 and will be upgrading soon with the help of a third party expert. I was notified by my hosting service in July that my DV was approaching end of life. They did a migration to a new DV and gave me as much time as I wanted to make sure all the files had moved over. Yep, all was great and I used some form of a cmd on windows to ensure my installation was in fact working on the new server. yes. All set. For 10 days, everything worked wonderfully on the new server. Then I contacted the host and requested they close the old server. As soon as it was closed, I started getting a database driver error. See the attached image. I called the ho…
Last reply by Miss_B, -
- 2 followers
- 0 replies
- 246 views
Greetings! I've recently moved my forum from self-hosting to Invision's cloud service. Previously I was using a locally installed Elasticsearch server, and I'd like to continue using Elasticsearch or Opensearch going forward. I've already installed Opensearch and tested it, but it's not clear to me how to secure it with my now cloud-based forum. Obviously I only want to support connections coming from the forum, but with IPS using CloudFront, the IP addresses used by the forum are dynamic. I'd like to either use Elasticsearch/Opensearch running on one of my servers or Amazon's ES service if I can do so and it doesn't cost and arm and a leg. Either way, I wi…
Last reply by AtariAge, -
- 2 followers
- 32 replies
- 1.3k views
Hello, I have recently updated my version to IPS 4.7.1, and then asked my provider to update the PHP version to 8.0 (from 7.4). Just like it happened when I tried to update to PHP 8.0 before (but I thought it was I still had IPS 4.6 version), here is the problem I face: Also, I can not access my AdminCP. When I click on mywebsite/admin, sometimes I get a blank page, sometimes I get this error message: Any idea why this happens? The provider sent me the error message (related to my theme): PHP Fatal error: Cannot use "parent" when current class scope has no parent in /var/www/vhosts/…
Last reply by Balto, -
- 1 follower
- 5 replies
- 395 views
Hello, I need to disable this "width" but I'm not getting it. I already tried the following way, but it doesn't seem to be the correct way .cCmsCategoryFeaturedEntry.cms3ColImageFeature .cCmsRecord_image img { width: none !important; }
Last reply by Martin A., -
- 1 follower
- 6 replies
- 460 views
My members have informed me that the Forgot Password doesn't work (no email goes out) and cannot register new members. Can someone go through my panel to make sure everything looks good, please?
Last reply by Mark H, -
- 0 replies
- 183 views
How can i disable a specific payment method for Gift Cards and Credits/ Top Up ? i dont want to remove the specific payment method since its linked to many old subscriptions. There is no option to disable it.
Last reply by Maxtor, -
- 1 follower
- 0 replies
- 210 views
Hi, I'm looking for an extension where you can set that after xx written posts in the forum in general or by a member or on an anniversary of registration, a topic, pm or e-mail is automatically created / sent. Is there such a thing? Thanks for the feedback Many greetings Wiebke
Last reply by Maggan22, -
- 1 follower
- 3 replies
- 408 views
Dear, After the latest upgrade the search bar is rather big (in my opinion). Can i resize this somewhere ? Thanks.
Last reply by Duken,