In a move to leave GoogleCalendar behind, I bought phpjabbers EventCalendar - I had some good experience with them for another script - to replace a handful of clients’ online calendars. However, I am facing a strange issue which so far could not be solved by phpjabbers themselves.
I installed the script on three different ISP with different PHP versions but all with minimum version 7.4. and a RaspberryPi 4 which I use as a LAMP replacement if you like. For the Pi I had to install BCMath beforehand.
Installation went smoothly without any error messages. I could add categories and events. However, when calling the script, it does not show the calendar events, just the main bar on top. This is the case for all SSL certified domains (let’s encrypt).
For the Pi I use two different DynDNS addresses, one with, the other without SSL. The one without does show all calendars from all different ISP when I call the script in my RW testing page. Very strange I guess.
Does anyone else experience the same or a similar behavior for any of the PHPJabbers scripts?
I would start over with a fresh install on a server, not the Pi. Out the script and the install on the same domain. Ensure the paths in the setup are correct.
Try that and see if it works.
What you are trying right now, ie. Lots of different instances on different setups is going to make troubleshooting confusing. So do a fresh install and work only with it.
You are trying to load from a non-SSL http source to an SSL https location. @TemplateRepo is correct, it’s better to have scripts, fonts etc. in the same domain.
Sorry, but I don’t agree. In this case, I installed the script according to the instructions into a subfolder of the root. As I said, installation went smoothly, and adding categories and events was ok. Just the front-end does not work. I did not change anything in the script or themes. So, the script tries to load form none SSL URLs.
Updated
I’m checking the script files now, full of http:// calls
I checked the relevant files and changed the http: instances to https: manually… no clue why the phpjabbers people did not notice when I mentioned the SSL issue to them.