Jump to content

rnorth6920

Clients
  • Joined

  • Last visited

Everything posted by rnorth6920

  1. There is usually an option for "test" or "sandbox" within your payment gateway provider. Just put the test payment info in your admin payment section and you should be fine. I'd prefer and on off switch built into IPS, but doubt we'll ever get that. So the previous option is the best option that I'm aware of.
  2. I have topics with well over 10k replies and do not have any issues with them. VPS with 6 cores and 16 gb of ram with nVme drive. To be honest, it's way overkill, but nice to have enough horsepower to keep things smooth.
  3. I would look for a different hosting provider. Having a hard 60 process limit will severely limit your site.
  4. Do you have tasks set to be done with normal traffic, or do you have a cron set up? The default is the first option.
  5. I would love to help out!
  6. First, make sure your server supports the latest IPS version: If your IPS account is current, you can go into your Client Area and download the latest release. You will have to do a manual upgrade. And always have a full backup prior to doing anything. Also, PHP 8 is not supported on the version you are currently on. The current version does support PHP 8.1.
  7. Do you have a control panel or are you adding the LAMP directly to the server? If possible, export the database: mysqldump -u MYSQLUSER -p MYSQLDATABASE > /db_backup.sql then import it on the new server: mysql -u MYSQLUSER -p MYSQLDATABASE < /db_backup.sql
  8. Is there no index.php file in the root folder?
  9. You could try that and go to admin/upgrade and it could potentially upgrade the original database. I personally would not try that unless you have full backups of the files and database on hand.
  10. Ensure you have a backup of your files and database. If possible, you can restore them so that you have a working site. Then I'd uninstall any 3rd party applications one by one. This would better your chances of keeping everything working correctly. If that works, then I'd upgrade to the latest 4.7 release.
  11. If you're able to utilize your servers phpmyadmin, you can log in and select all your tables and repair them. That might help you gain some traction in getting back online. Also, you can perform a move to a new server without upgrading anything. I actually did the opposite of what you're trying to do, waiting until after the move to upgrade.
  12. I currently use evolution-host, which uses OVH cloud. I actually got the service for free and have not had any issues except with my IP being on a level 2 and level 3 blacklist because of bad neighbors. This affects email deliverability a considerable amount. A newer host that I've began using is datawagon. Their prices are very low and IP's are not on any blacklists, and they include snapshot backups. It seems to be a smaller operation. I'm sure IPS Cloud would be the ideal choice, although I've never used their hosting service. At the end of the day, its a tough choice to make, but whatever you do, backup your data at least daily and you should be better prepared for the unexpected. * and if we're not allowed to mention hosting providers, sorry!
  13. For a "managed" VPS this is completely unacceptable. It sounds like a headache but hopefully you figure it out soon. Good hosts are sometimes tricky to find.
  14. Having a host with hard limits on things such as number of files or processes running is usually the one's you should avoid. Is this a shared hosting server or VPS? I'd look into a different host if I were you.
  15. I, along with others would gladly pay for your hard work.
  16. Any chances of 4.7 support? It works fine on 4.6 but with the php 8 requirements upcoming, didn't know if it would work out of the box with 4.7.
  17. You could try mailgun. I've used them in the past and it works well. Another option is AWS SES which could use SMTP or API. Of the two, AWS is the most affordable, but requires a bit more setup if going the API route.
  18. Is there an easy way to change the forum statistics out put for total post, as seen below? Right now our site shows 1m total posts. I'd rather it show 1.01m, 1.02m, etc. Otherwise, it will just stay at 1m posts for quite some time, giving the illusion not many posts are being added. See the included image. Any help is appreciated!
  19. rnorth6920 replied to stu_m's post in a topic in Technical Problems
    We use cloudflare on our site and IPS does show the IP of your users.
  20. rnorth6920 replied to Stacy P's post in a topic in General Questions
    Install IPB like you would normally, except when entering your key, add -TESTINSTALL at the end of the license number. This is best to do on a localhost machine or you could use a subdomain.
  21. I can take a look at what you have and see if I'm able to help out. I'll message you further @growroom
  22. The tasks did finish in the background. I suspect this error resulted due to having over 30,000 pictures in the gallery. I removed the access details in preparation for the IPS mass exodus last month...which I'm still glad didn't happen. I'll have to add them back. My issue is resolved though, thanks for checking in.
  23. I've attempted to rebuild my URL posts to not require a link to open in a new page. When the rebuild begins, it takes place in the background. Not wanting to wait for a long rebuild process, I click the link to rebuild manually. It proceeds for 5-10 seconds and then I get and error message saying I do not have permission for the task. I hope the process will still finish in the background but has anyone else had this issue? I'm on 4.6.8. The last image has some System Log entries which could give some feedback.
  24. Thanks! I've updated and all is working fine. One thing I did notice was the removal of your copyright in the footer. Was this intentional?