CMSB v3.12 Released - Pillbox Field - December 5th, 2017

6 posts by 3 authors in: Forums > CMS Builder
Last Post: June 5, 2018   (RSS)

  • Archived  

By mizrahi - March 20, 2018

Any reason you're not promoting the 3.13 release that's available?

  • Archived  

By Dave - March 23, 2018

Hi mizrahi, 

It was a pretty minor release and there wasn't a significant need to upgrade.  But I think that could be a little confusing so I'll be sure we post updates even for minor releases.  Thanks!

Dave Edis - Senior Developer
interactivetools.com
  • Archived  

By Codee - June 5, 2018

So I am testing this function on a new site:

-  scanning plugins works perfectly

- scanning the website crashes with a 500 error every time.  I am wondering where it selects the website address from?

  • Archived  

By Dave - June 5, 2018

Hi equinox, 

It's probably timing out due to the number of files.  What you can try is setting the scanner to check one folder at a time.  This is the line in the legacyMysqlScanner.php plugin that sets the path: 

function lms_scanWebsite() { _lms_scanDir(absPath(SCRIPT_DIR ."/../")); }

So you can just add "/../yourSubFolder/"

Let me know if that works for you.

Dave Edis - Senior Developer
interactivetools.com
  • Archived  

By Codee - June 5, 2018

As ALWAYS Dave...THANK YOU for your kind attention and assistance.  That's why I'll be a customer-for-life (even if I personally have had to slow down). Cheers!

Terry