Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by bfarber

  1. The error number makes me think you are hitting an SQL error. Can you check your system logs in the AdminCP (search for it if you need to, but the link is on the support page) and copy the full error message?
  2. You can add the following to your constants.php (create one starting with <?php and a newline if you don't have one yet): \define( 'EMAIL_DEBUG_PATH', '/dev/null' );
  3. Your icons for forum id 2 and 9 are invalid. Keep in mind we are using FontAwesome 4.7, not v5.
  4. Once logged in with your admin account, you can click on the AdminCP in your user menu at the top right to access the AdminCP. Without knowing specifically what it is you are trying to edit and/or locate it's hard for anyone to really give you much advice, however.
  5. You could disallow guests from using the "Contact Us" module.
  6. Could you perhaps repurpose comments for this purpose?
  7. Yes, you give the moderator "Can manage deleted content?" permission under the Content tab.
  8. Can you say more than "don't work"? Is the area where you submit one not displaying, are you getting an error submitting one?
  9. You should contact Mailgun to get the correct SMTP details to enter. Unfortunately we can't really answer this for you...I have no idea what hostname, port, username or password you would need to use I'm afraid. If you configured this information in another site already successfully, you should be able to just copy the settings from there.
  10. We basically do "create the date {whatever is entered} and then give me the timestamp for that". I presume most often that will be 00:00 as I already mentioned above, however technically we are not defining a time.
  11. 'themesetting_js_position_head' => "Inside the &lt;head&gt;", 'themesetting_js_position_body' => "Just before &lt;/body&gt; tag", Use html entities in your translation.
  12. It isn't defined exactly - it will end on that day. I would suggest in most cases it should be closer to 00:00, but our advertisement tools aren't exactly designed to give you "to the minute" precision.
  13. Profile fields should be cleared out when flagging a member as a spammer, so long as you have the options to unapprove or delete the member's content selected. Blogs will be cleaned up in 4.5 I've already confirmed.
  14. Thanks for bringing this to our attention. I'll take a closer look at this for an upcoming release.
  15. I've brought this up internally for further consideration in a future release now that support is starting to gain more traction. 🙂
  16. If I open applications/cms/data/lang.xml, there are no instances of "r__menu" anywhere. I am unsure how you have those in your database, perhaps this was an issue in a much older version and it has since been corrected, I can't be certain. I would recommend you simply clean them up in your own database if they're present and posing an issue. I cannot find "read_more_about" or "task__publish" in Blog. Again, those may be older language string entries we've already cleaned up but didn't outright delete. I would recommend cleaning them up yourself in your own database if they're posing an issue. (It is also possible there are changes in 4.5 that explain the difference, I am checking our working release and not 4.4.10).
  17. Those language strings aren't defined in Pages as far as I can tell.
  18. More often than not this is caused by security software on your server (firewall, web security filtering, mod_security, Sucuri, etc.).
  19. I imagine the processes were to rebuild the old content, that's normal. I don't know why it would have caused the other issues you mention however and would recommend contacting the author for help.
  20. And the error it returned was....? You may wish to use the support tool in the AdminCP to see if disabling all third party plugins and applications allows the task to complete, and/or to submit a ticket at the end if you are still experiencing problems.
  21. <sitemap> <loc> http://horologyworld.com/sitemap.php?file=sitemap_content_forums_Forum </loc> <lastmod>2018-10-25T15:27:28-04:00</lastmod> </sitemap> Looks like your sitemap task may not be running correctly. I'd recommend submitting a ticket. I double checked and we do not explicitly exclude club forums (we do, however, only include publicly guest viewable nodes in the sitemap, but your club forums are guest-viewable).
  22. Correct - changes that affect what is or can be posted are NOT retroactive. Some options, such as enabling lazy load, will give you the option to rebuild previous posts.
  23. Feature requests should be posted in the appropriate "Feedback" forum on this community, but let me just say...I work with a lot of managed clients and am already aware of such deficiencies. 😉
  24. FYI, if you have a word set to loose (such as the one you have right at the very top of your screenshot), you do NOT need all the stemmed versions of the word too. An example not using a legitimate bad word: if I have a loose bad word filter for "top" then this would cover all variations such as "topped", "topping" and "tops", as well as any words containing the root word, such as "stop". A loose filter loosely matches the word, so I would remove all of your extra variations. They will simply cause the parser to require more work performed with no benefit whatsoever (i.e. your server is wasting resources).
  25. There really isn't a direct staging -> production approach with regards to the underlying data. Most clients do one of the following: Copy their live site to a test install, do the work, then move that test install back over to the live site entirely. Copy your live site to a test install, set it up how you want it. When you are ready to update production, make the same changes there manually. You can export some things, such as themes, language packs, pages databases, etc. to facilitate this process. Unfortunately there really isn't an out of the box solution for copying setting values or menu configurations over.
×
×
  • Create New...