Jump to content

dwm.specops

Members
  • Posts

    27
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by dwm.specops

  1. So it has happened for a few people and the only way I can fix it is by disabling mod_security altogether which doesn’t seem to be recommended. Is it OK from an Invision Community perspective? We have it installed to a subdomain and disabled it at that level. The forum is the only thing installed at that subdomain. Or should we be using the whitelist approach? If so, what are the main things that need to be whitelisted?
  2. Thanks for your help, the provider managed to sort it out for us
  3. Ok. I’ll ask the provider if there are any reasons why this would happen. Seems odd as have never encountered this before. Thanks again
  4. I'll double check this. In the meantime I have set up SMTP to allow messages to go out. Thanks for the prompt response
  5. Should I? I just upgraded to the latest version as well. The issue only occurs when trying to post that specific content, all other posts seem to work fine.
  6. Hi there We recently transferred to a new hosting provider and are now getting errors from the email system telling us that the last 28 emails failed to send and that there may be a problem wth our configuration. When I tested the email settings I got this error IPS\Email\Outgoing\Exception: Constant IN_DEV already defined (0)
  7. Hi there We recently transferred our site to a new hosting provider to comply with PHP8 and are having some issues when posting content The 403 Forbidden error is happening specifically when trying to post content that converts a forum hyperlink into a preview. If we remove the preview and have just the hyperlink the content posts fine. I also tried to edit a post to have the preview and the forum says "This comment can no longer be edited. It may have been moved or deleted, or too much time may have passed since it was posted for it to be edited." I read some of the problems that others were having and tried mod_security which didn't seem to work.
  8. Yeah I cannot change mine anymore and when I try to it says to contact support, which I can no longer do because my plan doesn't allow it
  9. Hi mate, so there were two things, 1 I upgraded (I was holding off until supported) and it appeared in the marketplace but 2 somehow I had let the license lapse. I am usually pretty good at keeping up to date with these things but had no idea! Everything is back to normal now. Thanks!
  10. Hey mate, any update on this? Not even seeing it in the Marketplace anymore!
  11. Hi there, when will Dreadnought be compatible with 4.7.0?
  12. So if I am reading this correctly, you cannot use existing custom profile fields in Forms?
  13. I have not tried, but would like to know if it's possible to add the code snippet to the community somewhere. Would be great to get this hooked in!
  14. Thanks for that. I have already looked at the market place and that is not a suitable option. It doesn’t integrate with the database and outputs to a csv log file apparently. I would rather it be integrated into the database. Probably should have specified that! Apologies
  15. Hello everyone, What is the easiest way to be able to create signup forms for various things in our community. Is the CMS (Pages app) the way to go? I understand that it can be used in a multitude of ways but I am hoping someone here might be able to give me more specifics before I decide to foot the license cost. Currently we use Google Forms and Spreadsheets to track what we need, but it is cumbersome for our users and our staff to maintain. We need to be able to allow specific members in our community to be able to sign up for things/events, (sometimes providing pics) without having to re-enter all their data. Staff need to be able to action the list in different ways, but mostly to check that we are getting postal addresses, whether there was a donation attached etc. We need to provide (on request) a list of people who participated in these things for auditing purposes. It's almost like an ordering system in some cases, sometimes with money attached sometimes not. Would like it to be within the community database Side note: We are a very small volunteer organisation and pay for our community through volunteer donations. So getting something like market place is a bit too expensive for us.
  16. THANKS!!! It was the {content} tag I was after! woohoo! Is there documentation on that somewhere? I changed from: <center><img src='/images/ImpDragsShields_{key}.png'></center> To: <center><img src='/images/ImpDragsShields_{content}.png'></center> And it now works
  17. Yeah, doesn't matter about the link ref, it's the {key} value that is not populating. Please note the attached images.
  18. I'll give it a go, but what is happening is that the {key} part is not being picked up. So when I inspect the broken image link, it is images/option_{key}.png So it doesn't populate the {key} part. This was working prior to upgrade with all custom themes, hooks etc removed.
  19. Me too, now I am figuring out why custom profile field images are not showing. It seems there is configuration under custom profile fields where an option can be selected say: option 1 option 2 option 3 and the Display Format is <center><img src='/images/option_{key}.png'></center> Where I imagine that {key} would be replaced with 'option 1' if option 1 was selected, and so an image called 'whatever_option 1.png' would display Has this custom behaviour been deprecated?
  20. Hi guys, thanks so much for the help! Support also confirmed this: It so happened that there was a 'constants.php' file in the main directory that had the 'admin-dir' reference. I replaced it with 'admin' and everything went smoothly! The upgrade from v3.3.0 to 4.3.3 worked! Again thanks :)
  21. Hi and thanks. I looked at the confirmation_global.php file and there is no reference to admin-dir there. I inherited this board so have no idea what may or may not have been done and unfortunately the person who set it all up has since passed on. It's an interesting conundrum Should the $INFO['sql_utf8mb4'] = true; still be in there?
  22. I removed the underscores, but there's no lang.php in there so it continues to error. Sorry I had the locations wrong in the previous post: I went looking here and found it in /home1/specopsadmin/test-forum/admin/upgrade/lang.php I would like to know if the installer is looking at the wrong directory. It is referencing admin-dir/upgrade/ whereas the installer and lang.php is in admin/upgrade/
  23. Thanks. So I went looking for the file and found that the upgrade and install folders were prefixed with an under score. Also they only contain an index.php file I'm not sure what else I can do, because it looks like the site has always been like this I went looking here /home1/specopsadmin/test-forum/admin-dir/upgrade/lang.php and found /home1/specopsadmin/test-forum/admin-dir/_upgrade/ I did a search for lang.php and found it in /home1/specopsadmin/test-forum/admin/upgrade/lang.php and /home1/specopsadmin/test-forum/admin/install/lang.php
  24. Hi there I am trying to upgrade from v3.3.0 to 4.3.3. I have managed to get through setting up a test instance, passed all the IPS4.php requirements, also successfully ran the utf8conversion tools. I have just copied all the IP4 files overwriting the current ones, try to navigate to /admin/upgrade and get the following error: Has anyone encountered this issue before?
×
×
  • Create New...