softlab Posted November 25, 2019 Posted November 25, 2019 (edited) Hi. I'm bfpswrm on Johnny. After the new server was up I can't connect with the applications I've deployed. If I try to reach, for example, "http://bfpswrm.heliohost.org/coro12/" I get a blank page. CPanel says that a certificate has expired on February, but I was able to connect to the site till Johnny was moved. I don't think is a certificate problem, seems like it's related to the new Johnny... Can you help me? Thanks Edited November 25, 2019 by softlab
Krydos Posted November 25, 2019 Posted November 25, 2019 For the certificate, you likely just need to install a new one. For the php script returning a blank page my best guess would be that Johnny's default php is 7.2 now, but it was 5.6 before. Is your script compatible with 7.2? Have you tried changing the php version back to 5.6?
softlab Posted November 25, 2019 Author Posted November 25, 2019 Hi Krydos. I tried to switch back to PHP5.6, the page appears but something does not work correctly (a calendar should appear, but it doesn't). Should I do something else? Thanks
Krydos Posted November 25, 2019 Posted November 25, 2019 Are there any php extensions that your site needs?
softlab Posted November 26, 2019 Author Posted November 26, 2019 (edited) Hi Krydos. I didn't install anything on Johnny by myself, so I don't know if before there was something installed that I used. How can I find it? The calendar that is not showing is a very simple html table which is created by looping over the days of a single month, searching for each day in a MySQL table if there are meetings for that day. Perhaps also MySQL has changed? Edited November 26, 2019 by softlab
Krydos Posted November 26, 2019 Posted November 26, 2019 Maybe try adding some debug messages to your calendar to find out what variables are set to what during the processing of the calendar.
Krydos Posted November 26, 2019 Posted November 26, 2019 Also check your error_log files to see if they have any useful information.
Guest pooks Posted November 27, 2019 Posted November 27, 2019 Where can I find them? Usually in the public_html folder
Krydos Posted November 27, 2019 Posted November 27, 2019 The error_log files if they exist should be in the same directory as the php script that threw the error.
softlab Posted December 15, 2019 Author Posted December 15, 2019 Hi. I've found the problem. My site needs the Calendar php extension. Can you enable it for me? Thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now