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
Classic self-hosted technical help
- 33.5k posts
- 9 followers
Problems related to your server or other classic, self-hosted edition issues.
23,008 topics in this forum
-
- 4 replies
- 331 views
Hello, okay i wanted to add icons for "Custom Profile Field" like youtube,facebook,google,PSN,XBOXetc..,but it the topic view they are vertically,one bellow other and this doesnt look very well and it took to much place. How i could modify it ,so they will be on one line, horizontally??? Check the picture please to get an ideas of what i am talking about.
Last reply by ABGenc, -
- 1 follower
- 4 replies
- 349 views
Hi Guys, I restored an SQL Backup from about 30 minutes prior to the current board. After restoration i've lost all CSS as part of the theme. Images etc are all fine, just the CSS is completely awash. Any suggestions as to how to rebuild the CSS files? From what I can see all the CSS files are in the /uploads/css_built_1/ folder, but the random naming of them is different to what's in the <head> file on the forum.
Last reply by Angeels, -
- 0 replies
- 255 views
How do we control who gets email notifications when a post is flagged? ("Guest has reported something")
Last reply by Ndugu, -
- 1 follower
- 1 reply
- 288 views
How do I make profiles invisible for guests? Now can guests see the profiles of our members on the forum.
Last reply by AutoItScript, -
- 1 reply
- 252 views
after setting forum up i decided to test signup and this is what i see right after clicking signup. see image any idea how to fix Thanks ~ Greg http://nasguys.com/forums
Last reply by Reality Capture Experts, -
- 1 follower
- 1 reply
- 323 views
Curious if there's any issue deleting Members directly from the database? We have just migrated to IPS and have a heap of spam accounts we would like to delete, however searching for them in the AdminCP then "Prune" all the results isn't working. So is there any negative impact just deleting them directly from the members table in SQL?
Last reply by Marcher Technologies, -
- 1 reply
- 236 views
Please help! I have banged my head against the wall for 2 weeks with this. I'm trying to display record images on my front page but the images are invisible. It's working for a bunch of people but for me the images don't show even after reinstalling, tried a few different versions too. This code <article class='cCmsCategoryFeaturedEntry {{if $record->hidden()}}ipsModerated{{endif}}'> <a href="{$record->url()}" title="{lang="read_more_about" sprintf="$record->_title"}"> <div class="frontpage_firstitem" style="background-image: url({file="$record->record_image"})"> </div> </a> </article>displays this as source code: back…
Last reply by Nils Meyer, -
- 1 reply
- 271 views
For IPB 3, I could easily change the default user photo by changing /public/style_images/master/profile/default_large.png and /default_thumb.png to basically whatever I want it to be. I know IPS 4 doesn't use the /public/ folder anymore. How do I change this now?
Last reply by thetonestarr, -
- 1 follower
- 4 replies
- 294 views
Is there a database conversion tool from Vbulletin 4 to IPB 4?
Last reply by WOFman, -
- 4 replies
- 268 views
Any way to save or view complete CHAT history/log? For example when I'm offline and want to see what has been said in chat in the past.
Last reply by Kjell Iver Johansen, -
- 2 replies
- 270 views
I have a wordpress install on my root domain and my forum in /forum. In webmaster tools I noticed that when testing/viewing the robots.txt file (there is an area you can see the last file Google pulled) it pulls the robots.txt file from the root of the domain (wordpress) rather than the robots.txt file from the forum sub folder. (I have webmaster tools setup for both /forum and the root) So this leads me to believe that perhaps Google only looks for that file on the root. What is generally the correct practice? Should I combine both files and just place it on the root? Additionally that's got me wondering if I should do the same thing for my .htaccess file as I assume i…
Last reply by OrahChris, -
- 0 replies
- 234 views
what css can i use to change text color of of the active tab text see image (.ipsTabs_activeItem) to white. #ffffff so that the test in green tab is white /* tab colors */ .ipsTabs_activeItem { background: #99cc33; } .ipsTabs_activeItem { text-transform: uppercase; } when i add color: #ffffff; to eather of the above it doest work
Last reply by Reality Capture Experts, -
- 2 replies
- 257 views
Is it possible to respond by email to a post? Had anyone done something for that? Or is it built into the software? Thanks
Last reply by querschlaeger, -
- 0 replies
- 286 views
None of the options on the dropdown list under "Signed in as Guest" do anything. I tried all of them. Support takes forever to respond. Once again, v.4 has BROKEN MY FORUM. Anybody have any suggestions?
Last reply by Bill.Bryan, -
- 6 replies
- 338 views
What's the process of refreshing your dev environment with production now? I tried the same method as with 3.4.7 and it doesn't seem to work anymore. After changing conf_global.php I get a Error 500 screen when trying to get to ACP to change the other info over.
Last reply by NoGi, -
So, have you upgraded? Whats broken, what is not?
Last reply by tsdevelopment, -
- 61 replies
- 2.6k views
i just upgraded my site and it will not read any images in the uploads folder. all was fine before the upgrade. figured i would ask in case its somthing simple . ill open a ticket if its not lol
Last reply by NoGi, -
- 0 replies
- 248 views
If I attach an image from the gallery it seems to kill the thread giving me: An error occurred (500 Error)We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. You can try again by clicking the button below, or try again later.
Last reply by NoGi, -
- 0 replies
- 260 views
Mine seems to hang on I have already applied the updatechecker.php patch.
Last reply by NoGi, -
- 3 replies
- 265 views
How to set when opening a topic the last reply to be shown, not the beggining of the tread?
Last reply by Pavlin Petkov, -
Dev site broken as CSS and Javascript URLs point to live site, how to rebuild the theme
by genrobgen- 3 replies
- 468 views
To set up a dev site I first dumped the live site database, then loaded this dump into the dev database. Then I rsync'ed the files across from the live server to the dev server. Finally I adjusted the "base_url" in "global_conf.php" to point to the dev server. My dev site now kind of works, but all the CSS and Javascript are missing, so I just have white pages with plain text. My dev server is trying to load the CSS and Javascript from the live server, but Chrome prevents this. How to fix?
Last reply by genrobgen, -
- 1 follower
- 1 reply
- 350 views
We have attempted a test upgrade from our live site (3.4.8) to our dev site using 4.0.7 but we are getting a 503 error when we try to manually run the rebuild tasks on the dashboard. Has anyone else encountered this? and if so, how did you fix it? or did you? All our previous test upgrades encountered issues of some sort, but none had this specific issue. Going back as far as RC6 the upgrade deleted all our images from the live site (turned out to be my mistake in updating paths before running upgrade. luckily we had a backup). For the fully released product we have had issues with the archives not being added as posts (this is still not resolved but we spent 4 days unar…
Last reply by HighlanderICT, -
- 0 replies
- 234 views
I decided to try and install ips 4 and when I upload all the files and try to login to the upgrader it just gives me the following message: The Email Address you entered does not belong to any account. Make sure that it is typed correctly. The email address is being typed in exactly as it appears in the database Any help would be great. Thanks
Last reply by kopvm, -
- 1 reply
- 276 views
Exporting latest topics as a RSS feed is there a setting i can find gallery but not for forum...
Last reply by PacmanDo, -
- 0 replies
- 263 views
I am looking to replicate a system I had in 3.4. In this I need to be able to call the comment author group id, though I am really not sure on the correct syntax for this. Could someone please point me in the right direction, it would be greatly appreciated. Thanks.
Last reply by Angeels,