Page 1 of 1

That's it I'm throwing in the towel

Posted: 07 Jul 2019, 20:05
by C2C1
I'm brain fried after two days and now i'm done. Only issue i can possibly think of is my host is blocking due to PHP 5.6 no longer being supported. I have installed and reinstalled. I have changed usernames - passwords, done database repair. There is no index block. So I give up, hopefully i will be able to return when php 7 is available.

Thanks for everything you do though, what you do matters!
Dawn

Re: That's it I'm throwing in the towel

Posted: 08 Jul 2019, 11:00
by RussH
Hi Dawn,

shouldn't be long, until PHP 7.2 compatible version is released, it's already in test and seem to have a fair few unofficial users on it. Just needs some more testing. I can notify you when it's out?

Re: That's it I'm throwing in the towel

Posted: 09 Aug 2019, 17:15
by RPH
If your host is blocking your installation you could host opencats yourself on a VPS.

Re: That's it I'm throwing in the towel

Posted: 30 Aug 2019, 17:30
by cptr13
Waaaaaiiiit!

I'm late to this party.

Fedora and CentOS have a built in firewall. I'm assuming Red Hat does too. Did you handle that? This is from the CentOS install instructions:


$ sudo firewall-cmd --permanent --zone=public --add-service=http
$ sudo firewall-cmd --permanent --zone=public --add-service=https
$ sudo firewall-cmd --reload