CMS MADE SIMPLE FORGE

LISE

 

[#12372] Importing LISE Instance

avatar
Created By: Darren Kierman (kierweb)
Date Submitted: Tue Sep 29 19:00:05 -0400 2020

Assigned To: Fernando Morgado (JoMorg)
Version: 1.4
CMSMS Version: 2.2.14
Severity: Major
Resolution: Fixed
State: Open
Summary:
Importing LISE Instance
Detailed Description:
I'm getting the following error when trying to import a LISE Instance ...

[29-Sep-2020 23:55:13 Europe/London] PHP Fatal error:  Uncaught Error: Undefined
class constant 'VERSION_PLACEHOLDER' in
modules/LISE/lib/class.LISEInstanceImporter.php:169


History

Comments
avatar
Date: 2020-09-29 19:02
Posted By: Darren Kierman (kierweb)

Had to add a line within the Constants (as below ...)

  #---------------------
  # Constants
  #---------------------

  const MOD_PREFIX = 'LISE';
  const PLACEHOLDER = 'PLACE_HOLDER___';
  const VERSION_PLACEHOLDER = 'VERSION_PLACE_HOLDER___';

      
avatar
Date: 2020-10-01 08:15
Posted By: Fernando Morgado (JoMorg)

Fixed in svn. thanks!
      
Updates

Updated: 2020-10-01 08:30
resolution_id: 5 => 7

Updated: 2020-09-29 19:02
resolution_id: => 5