-
Posts
15,909 -
Joined
-
Last visited
-
Days Won
277
Community Answers
-
Marc's post in PHP requirement error was marked as the answer
You can safely ignore that on the standalone requirement checker. That tends to only be used for fresh installs, in which should really be using PHP 8 at this stage
-
Marc's post in Lots of these error message on my logs was marked as the answer
We are aware there are quite a lot of errors that show in the logs at present, and the next version will tone these down. The only ones you need to be aware of at present are ones that show up after upgrade (saying that items will be disabled)
-
Marc's post in Placement of Embedded Player custom fields in Pages was marked as the answer
That option is not available on the field type chosen unfortunately. You would need customisation in order to change the locations there
-
Marc's post in Email notifications for "Mark as Solution" was marked as the answer
Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
-
Marc's post in Erron on 4.7.3 Beta 1 fresh install was marked as the answer
Check your tables are using INNODB and not MyISAM
-
Marc's post in 500 error while upgrading was marked as the answer
Please visit the /admin/upgrade again (replacing with your admin location if needed). You were missing files there
-
Marc's post in Generating download link via API was marked as the answer
There is actually a key there. That link is specific to the user in which has requested the file. So there is no way in which to get that link without authentication.
Only a link to it would be returned in any API. It's the application that calls it that would download it. So it your case you would be using WebClient to do this. So something like this (please note, this is outside the scope of support, so any issues would be for yourself to resolve
using (var myWebClient = new WebClient()) { myWebClient.DownloadFile("theURLHere", "destinationFileNameHere.gz"); } With regard the extension, could I please ensure you are using the latest release of the platform? I have seen that issue on the front end which was resolved
-
Marc's post in Showing our company forum URL in the browser while pointing to the Invision fosted forum url was marked as the answer
This would indeed need doing with a cnames record. (2 in fact). We cannot do this via A record unfortunately. If you would like us to go ahead with this, I can get a ticket created for you in order to get details for your site specifically?
-
Marc's post in Table 'XXX.ccs_databases' doesn't exist was marked as the answer
I see that was sorted for you by my colleague. Please let us know if you have any further issues.
-
Marc's post in Pages Database Cross Reference Help was marked as the answer
Thats how you would do it if you want to use cross referencing, yes. In all honesty, what you are trying to do isnt really the purpose of cross referencing. I would suggestion just creating that field on each of your databases as a select field unless you do wish for people to be able to click to a state and see a state record
-
Marc's post in Error When Upload A File To Downloads App: DomainException::7 was marked as the answer
This would indicate that there is an issue with the server config, as mentioned in the message there. Please check folders are still writable, and that you aren't having any issues such as disk space issues in the first instance
-
Marc's post in htaccess file? was marked as the answer
That isn't a standard one, no. You can get a standard htaccess from your admin CP by visiting System->Site Promotion->Search Engine Optimisation. You will see "Download this file" on that page
-
Marc's post in "500 Error" after upgrade was marked as the answer
In the first instance, please try using recovery mode to correct this. Its very likely you have items on your site in which are not currently compatible with PHP 8.1
https://invisioncommunity.com/4guides/client-services/getting-support-r292/#recoverymode
-
Marc's post in Award Badge Edit or Delete on own account only. was marked as the answer
If they can do that, they must be set up as a moderator, so would check that first of all. Only moderators can do this
-
Marc's post in Support Forums Inconsistency on 4.7.2 was marked as the answer
It will only work if you have it set as discussions, as mentioned by my colleague. If you want the email follow ups, then its enable solved, and forum disussions you are looking for
-
Marc's post in How to block by content was marked as the answer
Yes. You would use the word filters for this. If you go to System->Settings->Posting within your admin CP, you will see a word filters tab. You can add words here and choose whether you want to replace, hold for approval, or even block the submission.
-
Marc's post in Facebook App ID Set Up was marked as the answer
If this is for facebook login, please see the following
https://invisioncommunity.com/4guides/members-and-groups/social-sign-in/facebook-r300/
-
Marc's post in Cloud email service was marked as the answer
Yeah, that would be correct, yes. We do not provide a personalised email service at present
-
Marc's post in Is it possible to set "Follow Topic" on new posts to be on as default? was marked as the answer
There is indeed.
For the defaults for members
Go to Members->Member Settings->Notifications and edit the "Followed content" option.
For individuals as a personal preference
Click your name->Account Settings->Notification Settings->Followed Content
-
Marc's post in Not all forums and pages showing was marked as the answer
Please bear in mind items will only show if there is something in them to show. This is likely what is causing issues here. For example, you have a clubs block, but do you have any clubs with content? You have a category but is there anything in that category?
If you can update access details, I can advise further. You need to add your email to log in with, as currently you have displayname, but email is set up on your site
-
Marc's post in Error in ACP after upgrade was marked as the answer
Thank you. I have created a ticket for you on this, and someone will be in contact as soon as possible
-
Marc's post in Custom CSS not working after upgrade was marked as the answer
Have you checked any other selectors there, to ensure its not simply the selector itself that is incorrect? I ask as from the comment there you appear to be wanting to change a number, where the property you are targeting is a background
I would need to know specifically (please screenshot) what you are trying to change there if you believe this to be the case
-
Marc's post in Linking to specific posts instead of quoting was marked as the answer
There would be no way to reply to a specific post without doing one of the above to state what you are replying to
-
Marc's post in Remove www from base URL was marked as the answer
It can indeed, and that has been done for you
-
Marc's post in Password reset not sending link was marked as the answer
No problem. I will pick up on that now for you