Jump to content

TCWT

Clients
  • Posts

    2,332
  • 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 TCWT

  1. Would it be a nightmare to upgrade to the latest version? It's using MariaDB and PHP 5.
  2. I am running on version 3.3.4. My shared host has Cpanel/WHM has SSL certificates for my domain. How do I enable SSL for entire forum? Thanks.
  3. I don't think my host enabled that option. All I see is this: Account Backups You do not have any automatically generated backups that are currently available. Your server administrator or server owner must enable this feature.
  4. I have a reseller account with WHM/Cpanel access. How do you guys set it to automatically backup your database daily? Is there a script that I can enable and have it automatically download to another remote ftp server or another location?
  5. I paid $40 to renew support last week. After entering the license key, it shows an error: There was an error contacting the license server, please try again later I've tried everyday for the past 5 days. I suspect the activation server address in the code have changed since my board is quite old.
  6. Hi. I recently migrated from a dedicated to a shared server. The forum sends a lot of emails to members for various notifications, such as new topics replies, New creates topics, etc. and many of them are to invalid addresses. As a result, mailchannela, he 3rd party mail server that the host uses, deferred/blocked the forum from sending emails. Support said that based on the volume of emails, I should be using a transactional email service. Any recommendations?
  7. Not really a fix but workaround. The new member always receives an email regardless of which setting previously.
  8. In the setting under Security and Privacy > New registration email validation I changed it from Admin Validation to User then Admin Validation and the emails are sent out to new members. This is strange, it would always send an email when it was previously set to Admin Validation on my old host.
  9. It seems the email was never sent as it does not show up in "Track Delivery" in Cpanel. The emails for new PM does show up there though.
  10. My board is on 3.3.4. Emails for new PMs and PM replies are sent but none for new member registrations. I have tested by using a few email addresses. Is there a different email setting for new registration emails?
  11. That worked! 🙂 Thanks so much, the community support is excellent.
  12. I have no control over the database version as it's a shared host. 99% of the forum works. Heck, can't even get into ACP to perform any admin tasks and it would likely have issues with the new MySQL versions. It would be a major pita at this point. I just want a functioning forum, the version is fine the way it is. Hope someone can tell me how to modify the code.
  13. Would support login to my server if needed? I thought I have to submit Email support ticket for that but it's not allowing me to in the Client Area. I wasn't planning on upgrading the forum as it's using some hooks that haven't been updated in many years. Well, my web host replied with this message: This is another issue with your code being very old unfortunately, new versions of MySQL/MariaDB reserve the "rows" keyword and it cannot be used as an identifier in queries unless the keyword is quoted(https://mariadb.com/kb/en/reserved-words/). That query would need to be modified to SELECT count(*) as "rows" FROM ibf_sessions WHERE running_time > 1696555169 to work correctly. I'm afraid there isn't anything we can do on our end to fix this, you will need to modify the code for your site. I also wanted to add that recovery mode doesn't work after adding this to constants.php file. <?php define('RECOVERY_MODE',True);
  14. Ok, I found sql error log in the cache folder. Date: Fri, 06 Oct 2023 02:19:29 +0000 Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM ibf_sessions WHERE running_time > 1696555169' at line 1 IP Address: 72.69.94.188 - /admin/index.php?adsess=e7a8276df23be0cc48516f61f108852c& ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT count(*) as rows FROM ibf_sessions WHERE running_time > 1696555169 .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/sources/base/ipsController.php | [admin_core_mycp_dashboard].doExecute | 306 |
  15. My forum is running on version 3.3. After the migration, it loads fine and I'm able to login and view topics, read PMs, etc. However, I cannot access ACP after entering my username and password. It shows the following message. www.my-forum.com Driver Error There appears to be an error with the database. If you are seeing this page, it means there was a problem communicating with our database. Sometimes this error is temporary and will go away when you refresh the page. Sometimes the error will need to be fixed by an administrator before the site will become accessible again. You can try to refresh the page by clicking here I do not see the /uploads/logs folder to check for any error messages generated by IPB. The hosting provider tried changing to ea_5.6 versions, with all the MySQL addons but still doesn't work. I just renewed my classic license for $40 (Haven't renewed since 2008 so I'm not up to date on the new terms, etc.) but it's not allowing me to submit a ticket to support. How do I get the option? Hope someone can help me. Thank you.
  16. TCWT

    Member Map

    How did you enable v2 and what's the exact name of it? I wasn't able to locate it on the Google API site. Yes, that's where I generated the key for the v3. I clicked on "Services", there is no Google Maps API v2 API there. Refer to screenshot below. http://prntscr.com/1ygz9m Much appreciated.
  17. TCWT

    Member Map

    I ran into an error. http://prntscr.com/1xtp2v https://developers.google.com/maps/signup?csw=1 V2 is deprecated now and I can't generate an API key for that. Is there a workaround? Thanks.
  18. Hope this gets added to a future release. ;)
  19. I asked for this feature years ago. Hope it gets added very soon.
  20. TCWT

    Member Map

    Nice. Is this the only member map available?
  21. That's not the same as showing the number of users browsing each forum on the index. Edit: why remove the option to go to a page number of a thread in topic view? :(
  22. PM low space warning PM vacation messages
×
×
  • Create New...