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.
- "This theme file could not be saved"?
- Last reply by Jim M,
22,928 topics in this forum
-
- 3 followers
- 3 replies
- 264 views
Please see the screenshots. We have had a few sites with activity streams altered. Should say Latest Posts. Anyone had this issue?
Last reply by loccom, -
- 0 replies
- 289 views
I have an external file in which in want to load the IPB core - init.php I'm using this code in the index.php of a classifieds script (for cross login purpose) /* Inlcude IPB core on login */ $path = '/home/****/public_html/forum/'; require_once $path . 'init.php'; I'm getting a 500 server error which is not logged anywhere. In the external file, I've tried putting everything into a log file with error reporting set to 1, -1, on - the error does not appear in any log. error_reporting(-1); // reports all errors ini_set("display_errors", "1"); // shows all errors ini_set("log_errors", 1); ini_set("error_log", "/home/****/public_html/erro…
Last reply by Noni, -
- 7 replies
- 410 views
Hello, I am a web developper. I would like to add a custom field to "Create New Topic" form. I read Form Help (cf : https://invisionpower.com/4docs/advanced-usage/development/form-helper-r77/) but there is no doc where to hook the create new topic form to add our custom field. How can I do this ? Thanks.
Last reply by DreamOn, -
- 1 reply
- 259 views
Hi Since upgrading to version 4.1.10 anybody on my site who tries to create a new topic or reply to an existing topic gets an internal server error. Here is what appears in my apache error logs, [Tue Apr 19 09:18:50 2016] [error] [client 41.0.151.x] PHP Fatal error: Can't use function return value in write context in /home/www/xxxx/web/forums/system/Text/HtmlPurifierInternalLinkDef.php on line 70, referer: http://www.systemshock.co.za/forums/topic/39526-funny-videos-part-2/ Line 70-74 contains the following. if ( empty( array_diff( $requiredQueryString, $queryString ) ) ) { $isOka…
Last reply by SystemShock, -
- 1 follower
- 2 replies
- 219 views
I have a calendar event that includes a contest for registered members who rsvp. I have one guest (unknown) RSVP from before I noticed that the guest group had RSVP permission. Is there a safe way to remove that guest RSVP?
Last reply by bradl, -
- 1 follower
- 3 replies
- 293 views
On IPB 3.4, there was this code that could be added to the themes to make the usernames for certain groups animated rainbow-colored. http://designscore.blogspot.com/2013/08/how-to-easily-cycle-rainbow-username-on.html Is there any way this could be adapted to work for IPB 4.1 ?
Last reply by Tom Irons, -
- 1 follower
- 3 replies
- 256 views
Hi, I'm having problem posting images on my forum from both iPhone and iPad. This has worked for a few days and the stopped working with no apparent reason. I only set up the forum this week and am still in testing. Images from mobiles/tablets is a big part of my forum so needs to work 100% I am getting this error when posting oddly enough it worked in this forum and also works when posting the same image to my forum from my Mac ive submitted a ticket about this but heard nothing back so am hoping j can resolve it another way my attachment setting are set to unlimited size and I am on the IPS cloud service Thanks.…
Last reply by BenCurry, -
- 1 follower
- 5 replies
- 312 views
Hi does anybody know where you can alter the thumb size of the images in the Image Feed? This is the diagonal one below the header, they are around 180px at the moment but would like them around 100px square. Thanks
Last reply by karld, -
- 4 replies
- 346 views
Hi! I was wondering if there was any way I could add an "Anchor" button to the WYSIWYG Editor. This is pretty much essential so that we can set up Table of Contents bits on our wiki. Here's the very heavily work in progress home page of my website's wiki: http://www.tyrenale.net/wiki/portals/home-r2/ Thanks! Any feedback on the layout, etc of the page thus far as well as categories would be useful too. Keep in mind the entirety of this project is nowhere near fruition.
Last reply by Hunter Lyons, -
- 2 followers
- 0 replies
- 201 views
Hello Since I upgraded to version 4, a few members who have AOL receive emails which have no content except a message like this (I'm translating and it may not sound very English...) : This message can't be shown because of it's format. Please ask the sender to send it again using another format or another software. multipart/alternative I don't know AOL. Is there something which can be done ? Thank you
Last reply by SecondSight, -
- 1 follower
- 5 replies
- 297 views
So this occurred today and was wondering if anyone could help me solve this problem. This image shows the 4 backgrounds that a website member can choose from. However in our settings we have four images which we would like to use as you can see below. It worked up until today. Anyone know the problem. We also had to reload our logo as it displayed the image as: but we fixed this. Thanks Rob
Last reply by ehren., -
- 2 followers
- 0 replies
- 241 views
I have a really powerful dedicated server running my website and yet the speed is terrible. It takes more than a minute sometimes to load a page. Intel i7-4790Ki7-4790K 4/8t 4,0 / 4,4 GHz 32 GB of RAMDDR3 1333 MHz 2 x240GB of SSD SOFT Those are the specs. My host is reputable as well, it's OVH. Any idea why it's running so slow and how I can improve it?
Last reply by Hunter Lyons, -
- 1 follower
- 5 replies
- 339 views
Using Mamp, duplicated my 3.4.9 production site locally. Ran the 4.1.10 update everything went fine, no errors including the DB conversion. Can log into the admin center no problem but when I go to the site other than the main forum page, I get "Not found, the requested URL /p15d24ph_forum/forum/4-p15-d24-forum/was not found on this server". If I try to log in I get a p15d24ph_forum/login/ as not found.." Every page I try to access has the same error. It's still running all the background processes if that makes a difference. What did I miss?
Last reply by P15-D24, -
- 1 reply
- 236 views
I had to change a folder name on my website and thus I need to make a 301 redirect so the search engines do not penalize me and any links on external websites still work... Old folder: /old New folder: /new Both of the rewrites below work, but which one is the best one to use so that for instance Google will know this is a 301 redirect and eventually stop indexing the old folder? RedirectMatch 301 old/(.*) /new/$1 RewriteRule ^old/(.*)$ /new/$1 [R=301,NC,L] Even though both work as advertised, which one is the correct one to use for SEO purposes? TIA!
Last reply by Adlago, -
- 1 follower
- 6 replies
- 321 views
How to add content from multiple database in front page and at the same time make them look like articles? Single database added works perfectly fine. Thereafter you can't add a second database. Only a feed can be added which appears very ugly forum style. Please help. @Lindy @AndyF
Last reply by Himadri Goswami, -
- 1 follower
- 3 replies
- 513 views
Hello, We can attach files to a post but how can we insert image (store in our PC) directly inside the post (between paragraphs) ? Thanks. Sorry, I just find the insert option Thanks !
Last reply by Nathan Explosion, -
- 1 follower
- 1 reply
- 381 views
Just tried to upgrade my old ipb3.4 in a test environment: no chance to get it running locally so I had to create a backup version on my webspace. Upgrade process went through (not without problems...) but now after installation I get this message when trying to login in the acp: Fatal error: Uncaught exception 'IPS\Db\Exception' with message 'Column 'session_log_in_time' cannot be null' in /www/htdocs/*****/system/Db/Db.php:398 Stack trace: #0 /www/htdocs/*****/system/Db/Db.php(631): IPS\_Db->preparedQuery('REPLACE INTO `c...', Array) #1 /www/htdocs/*****/system/Session/Admin.php(115): IPS\_Db->replace('core_sys_cp_ses...', Array) #2 [internal function]: IPS\Sessio…
Last reply by Prank, -
- 1 follower
- 10 replies
- 357 views
The upgrade has been going for hours and hours on my local machine as I test the process and find any required additional steps. At one point, I'm asked to run some queries manually; Both queries run without issue; mysql> UPDATE ibf_core_attachments SET attach_location=SUBSTR( attach_location, 2 ) WHERE attach_location LIKE '/%'; Query OK, rows affected (0.45 sec) Rows matched: Changed: Warnings: mysql> UPDATE ibf_core_attachments SET attach_thumb_location=SUBSTR( attach_thumb_location, 2 ) WHERE attach_thumb_location LIKE '/%'; Query OK, rows affected (0.41 sec) Rows matched: Changed: Warnings: But, clicking the 'I have run the quer…
Last reply by Prank, -
- 1 follower
- 4 replies
- 264 views
Hi people, I've just brought our forums up-to-date, going from 3.4.X to the latest. From what I've seen of other's forums you're able to modify the design, layout and add in blocks. With that said, I don't seem to have a "magic wand" button on my theme to access the Easy Editor nor an arrow on the left side of my forums to add/modify blocks. Is there something I'm missing?
Last reply by Mev, -
- 2 followers
- 2 replies
- 281 views
My site currently uses 3.x and Nexus to sell themes, however instead of using the Nexus storefront to browse products, I've coded my own external php pages (not integrated with IP.Board). A visitor simply clicks the green "Download" link on my website, and the product is added to their cart in nexus. They are also redirected to their cart after clicking the link. I'm currently using this code to add a product to my 3.x Nexus cart: <a href='http://www.site.com/forums/buy_skin.php?id=10'>Purchase theme</a> The code which powers the link is: <? define( 'IPS_PUBLIC_SCRIPT', 'index.php' ); define( 'IPB_THIS_SCRIPT', 'public…
Last reply by ehren., -
- 1 reply
- 380 views
So while putting up my ipb forums My index.php keeps getting redirect to a leak of all my user name and passwords. Does anyone know how to fix and secure it?
Last reply by ehren., -
- 1 follower
- 24 replies
- 633 views
Hi, is there an option to enable a members list page as we know that from all the other board softwares? Couldn't find any information about this in the menu manager.
Last reply by Nathan Explosion, -
- 2 followers
- 0 replies
- 238 views
Is there a V4 version of the V3 ipcmedia method for including external files? <script src="{parse ipcmedia="/folder/my_javascript.js"}" type="text/javascript"></script> Thanks
Last reply by BN_IT_Support, -
- 1 follower
- 5 replies
- 264 views
Can anyone with Teamspeak give me a hand with self-hosting? I'm clueless.
Last reply by RevengeFNF, -
- 1 follower
- 0 replies
- 192 views
Hello ! My idm_screenshots directory is located at the same level than public_html. I mean that if I look inside the user directory, I have : ... idm_downloads idm_screenshots public_html (which contains all my board's files, except downloads and screenshots files) ... and other directories. The problem I have is that the screenshots I publish don't appear in my downloads section. When I select the screenshot image and upload it to the server, I only see a white square... Everything is ok with the files which have been published before my upgrade from 3.4.8 to version 4. The problem is only occurring with newly sen…
Last reply by SecondSight,