I just enabled HTTPS and now I can't login to my site.well well this means a trip to the database to disable the function, very irritating really
That would be due to you not having a certificate in most cases as https works unless you decided to enable it without having a certificate. It could also be the certificate is not done right.
Instead of using HTTPS try to change the protocol of the URL to use git://If that does not work, you can try HTTPS again, however you may need to disable SSL verificationgit config --global http.sslVerify false
data66,I haven't been here in years, where can I find my license ID's & key's link?I had 4 packages dating back to 2007thank youSteve
I have been a customer from waaay back as well.. 2005. Here is the link. Use the email your old license was purchased under and it will email you the license ID key's.Link: http://store.phpfox.com/download?lost=id
@data66 What settings are going to be removed? Is there any explanation on why certain settings won't be around anymore?
There are many obsolete settings being removed. I don't recall which ones broke my dev sites but don't go to links that don't show up yet as there are reasons they are not active yet. Some settings there still work, some don't. I'm sure this will be fixed again to not work and that settings that will still be used will be added once this version is more stable. I am not using it on a live site and recommend you either wait to use it or just don't mess with settings unless you know your way around phpmyadmin in order to reverse and disable the ones you enable.