I was given a CMSB site, now would like to get it working on my server

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 26   (RSS)

By Dave - March 26

Hi lext, 

Welcome aboard! I'd be happy to help.  Here's a few steps I'd recommend to get you started: 

  • Short Tags: Viewing source on the page shows <? tags.  There is a PHP directive called "short_open_tags" that let's you use shorthand <? tags instead of <?php.  You need to either replace all the <? tags with <?php or enable short_open_tags in your php.ini file so the server can parse the code in those tags.
  • SSL Certificate: The server returns an SSL error, you'll want to update the SSL certificate to a valid one (let's encrypt is free and what we use).  This can often be done automatically through website control panels.
  • PHP 8: You're probably better off upgrading to PHP 8.0 or better and cleaning things up.  If you back everything up you can then upgrade to the latest CMSB from here: https://www.interactivetools.com/download/  In general you can just upload the files over top and it will work.  

Let me know when you get that far and have some new challenges.  Also feel free to send in a second level support request here when you have more issues.  When we're able to take a look at the code it makes it quicker to resolve issues.  https://www.interactivetools.com/support/request/

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com