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.
22,927 topics in this forum
-
- 3 followers
- 20 replies
- 664 views
I had the PHP functions enable that are potentially dangerous notification when I logged into the admin CP I also had the nag about mysql being 5.10 and needing to be 6.0 I think I upgraded the server to as high as I could go to 5.13 Maria I also had server support put a script to disable the PHP function as advised by admin cp Next I get a message from an end user telling me when he clicks on a forum link for instance I run a jeep site so we have it set up for wranglers in a main container then JKs and JK Mods and so on when he clicks on any of the links for any forum on the front end the page doesnt load and gives I think it was 503 page not found error …
Last reply by Martin A., -
- 1 follower
- 1 reply
- 308 views
I detected many untranslated phrases and thought about a efficient way to translate them on my own. The Google-translater quality increased over time, but it is laborious to c&p every single phrase between the the browser windows. Is there a better way, a tool maybe, to copy a phrase into clipboard, let it translate and paste directly into the form? How do you manage this if you run a non-english board? Thank you for any hints.
Last reply by Black Tiger, -
- 1 follower
- 1 reply
- 266 views
Appreciate if anyone can please help to write an SQL query to fetch email id of all type of members whose post count is more than 10. Thanks in advance
Last reply by Adriano Faria, -
- 0 replies
- 237 views
If I enable it then after I close the browser and re-open it is no longer enabled. Same here on the Invision site. It works on Chrome.
Last reply by Fast Lane!, -
- 4 replies
- 353 views
Hello, When we start Developer Mode we are getting following error Whoops\Exception\ErrorException: You have used a function (func_get_args) that should be called from the root namespace for performance reasons (/public_html/forums/init.php(867) : eval()'d code::40). in file /public_html/forums/init.php(885) : eval()'d code on line 212 Stack trace: 1. Whoops\Exception\ErrorException->() /public_html/forums/init.php:885 2. trigger_error() /public_html/forums/init.php:885 3. IPS\Session\func_get_args() /public_html/forums/init.php:867 4. IPS\Session\hook5->read() [internal]:0 5. session_start() /public_html/forums/system/Session/Session…
Last reply by CrazyCalmMedia, -
- 1 follower
- 0 replies
- 494 views
Hi, I'd like to use the "Record Feed" widget on a page of my site, but with records from multiple databases. I have several Pages database, let's say database A with categories A1 and A2 and database B with categories B1, B2 and B3. I'd like to have a widget block showing the latest entries of only some categories of several databases, like for instance the latest entries of a A1+B2+B3. For forums, the Topic Feed widget allows to do that by freely selecting which (sub)forums will be taken into account. As far as I could observe, the default Record Feed widget does not allow for a similar mixed content. Are you aware of documented ways to have the same funct…
Last reply by SRFA, -
- 1 follower
- 2 replies
- 281 views
Greetings! I am going to update my 3.4.8 forum to 4.4.x very soon.. When I do this, I will be taking the existing forum offline and upgrading it on a new server, and when the upgrade is complete I will be switching DNS for the domain to the new server. However, I'd much prefer to leave the live forum online, but in a "read only" state. That is, allow members to still browse and read posts, but not enter any new replies. I need to remove the "Reply Topics", "Start Topics", and "Upload" permissions from all the permission masks (except Admin, #4) for each forum, except for one forum in particular (id #26, which is an Announcements forum). I'm not familiar wi…
Last reply by AtariAge, -
- 0 replies
- 248 views
I'm relatively new to using third party oauth providers such as Blizzard Entertainment's OAUTH. I was curious if someone could help me set this up, I already have gone and registered my app at https://develop.battle.net/ I would just like someone to go through it with me as I am getting stumped on how to set this up as a login method. Any assistance would be greatly appreciated. Image of the oauth flow currently https://develop.battle.net/documentation/guides/using-oauth
Last reply by Justin Bowman, -
- 5 replies
- 329 views
My site just went down and for the first time ever I can't even access the admin panel. Fatal error: Uncaught Error: Call to a member function inGroup() on null in /homepages/22/d460868392/htdocs/cfbhc/init.php(867) : eval()'d code:45 Stack trace: #0 /homepages/22/d460868392/htdocs/cfbhc/system/Log/Log.php(107): IPS\linkedaccounts_hook_la_getAccounts::loggedIn() #1 /homepages/22/d460868392/htdocs/cfbhc/init.php(938): IPS\_Log::log('Error: Call to ...', 'uncaught_except...') #2 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #3 {main} thrown in /homepages/22/d460868392/htdocs/cfbhc/init.php(867) : eval()'d code on line 45 How would I go about fixing…
Last reply by Rhett, -
- 1 follower
- 2 replies
- 244 views
Is it safe to use master skin as parent? Is there tutorial about sub themes? What parent actually means?
Last reply by Owdy, -
- 1 follower
- 0 replies
- 220 views
Hi I know you can disable remote images forum wide but is there a way to either disable remote images on just one forum or by member or member group. I don't want remote images posted on one particular forum, only want images posted by attachment upload only Thank you for you help/advise
Last reply by bearback, -
- 1 follower
- 6 replies
- 343 views
$communityUrl = '...'; $apiKey = '...'; $endpoint = '/gallery/images'; $curl = curl_init( $communityUrl . 'api' . $endpoint ); $file_desc = '<p>Description</p>'; //img $path = '2.png'; $data = file_get_contents($path); $base64 = base64_encode($data); var_dump($base64); // Settings $curl_post_data = array( 'category' => 1, 'author' => 1, 'caption' => 'REST POST', 'description' => $file_desc, 'filename' => '1.jpg', 'image' => $base64, 'hidden' => 1, ); // Prepare data for cURL POST $curl_post_data = urldecode(http_build_query($curl_post_data)); // POST Data curl_setopt_array( $curl, array( CURLOPT_RETURNT…
Last reply by Constructor, -
- 1 follower
- 4 replies
- 313 views
I will like to take the back up all uploaded files on AWS S# which FTP can I use Regards Saurabh
Last reply by Mark H, -
- 3 followers
- 6 replies
- 318 views
Hi, We have several reports from our users of emails not be delivered. (e.g. notification emails from our forum), including to Gmail. I understand some go to the Spam folder. We use our own SMTP server. We are not blacklisted and we use SPF, though we have not yet implemented DKIM or DMARC. I understand in this day and age and considering the volume of legitimate emails we send, we should ideally be using a third party trusted SMTP relay such as SendGrid, Mailgun etc. Problem is some are either expensive or do not accept PayPal. Does anyone recommend a SMTP relay service that is inexpensive (less than $25 USD pcm) and also accepts PayPal? Thanks R…
Last reply by Joy Rex, -
- 2 followers
- 11 replies
- 481 views
My forum runs on a VPS and it's running out of space. I've maxed out the 100 GB limit. In any case, I am wondering if I add a second disk to the server if I can use that to store uploads? Does anyone know if this is possible? Basically use: /dev/sdb1 for uploads.
Last reply by ProSkill, -
- 2 followers
- 2 replies
- 302 views
Hey, How can I remove the promotion of the topic from Our Picks? I remember that I had to choose the option from "Moderation Actions" and "Delete". Now there is no this option. Here is only the option of re-promoting:
Last reply by aXenDev, -
- 1 follower
- 1 reply
- 221 views
Hello everyone, if you want to know if there is a plugin or a system that allows me to set the leaderboard in this way: every user votes the others, the ranking must be monthly starting from the first day of the month and ending the last day of the month and to be updated every day, the rating should be cumulative (if on Monday I have 10, Tuesday 15 .. etc and not zero every day). It would also be optimal that the ranking is based on the assignment of a precise reaction (which I have already created next to the like etc) and not of all the reactions. in fact, I would like users every month to vote for the best post of the month in a specific section, so …
Last reply by Joel R, -
- 2 followers
- 1 reply
- 227 views
I heard there is such feature How to enable so users can get home screen link for the community
Last reply by Joel R, -
- 2 followers
- 5 replies
- 925 views
I'd like to edit the page that appears when users click on a forum section they don't have permission for: It doesn't even have a button to click to 'Register'? That seems stupid to me. How can I change this so the registration information shows for users that aren't logged in and need to register
Last reply by Joel R, -
- 1 follower
- 6 replies
- 331 views
Ok so a noob questions(s) So i have two sides to my Gaming Community A Public Open Gamer side A 100% Operational Clan side I want to keep my core values as being a open community on the forums, but i also want to have clan forums (xx clan group) not be able to be posted in by public (regular member group) So my question is, if i have a subscription (VIP) that can be obtained by any and all registered members, public and clan can purchase this and will have a secondary role for clan, and primary role for public, keep the public from still not being able to post in the clan forums? I say this because of the permission bloc…
Last reply by Fierce God, -
- 1 follower
- 1 reply
- 309 views
Hey Everyone, So I followed the directions to setting up the Maps API for Google Maps for my IPB Community. However, no matter what restrictions (or, no restrictions) I put on the API. it tells me the following error in IPB. " This API project is not authorized to use this API." I have deleted the key and recreated it with no restrictions (which, I know is not recommended) however, even then it still rejects the key. Am I missing something blatantly obvious?
Last reply by Mark H, -
- 2 followers
- 3 replies
- 252 views
Hi, this is what I am investigating right now. We have two languages on our site. English is only used in ACP and (was) generally disabled for the users. We do not have any English content and English interface makes no sense for us. Somedays we have experienced a sudden fall in Google organic search traffic. Nothing has changed on the website so far. Except one thing: a week before it happened, IPS support has investigated an issue on our site and enabled English for it. They did not disabled it after all and we have not noticed it. What has happened? I assume that Google visited our site and started to see it half-English half-non-English. Interface was …
Last reply by bfarber, -
- 1 follower
- 1 reply
- 262 views
Hey, Can I somehow use the lazy-loading function from version IPS 4.4 in widgets? Loading the selected widget only when the user sees it on the page.
Last reply by bfarber, -
- 2 replies
- 372 views
I'm encountering a lot of random page errors since upgrading to 4.4.3, I have checked my plugins and updated most of the applications (if I haven't been able to, they are now disabled). I have updated my themes to the latest version. I still get the odd one here or there, if I change the skin, for example, or if I toggle the main blog layout. My wife actually encountered a 503 error within the blog section which wouldn't actually go away. It took me to change the skin to manage to load the application, any other page seemed to be fine minus the occasional one. Anyone else had issues? My host switched the PHP handler and that has improved things, I don'…
Last reply by bfarber, -
- 2 replies
- 240 views
Three cases 1 - Opening a website in desktop browsers - Google chrome - IE, MIcrosoft edge 2 Opening a web page on mobile browsers 3 Web view in android ios app I want to show code (Adsense code) on first two but not in third case ( web view in an app ) One can differentiate between 1 or 2 and 3 but how to identify third case We can have a code If case = 3 then do not show code else show code If not case 3 showcase the adsense code
Last reply by bfarber,