Solving Source Guardian version problem

Solving Source Guardian version problem

In this tutorial, we will show how to solve the problem with Source Guardian version in Scriptcase installations.

Select your correspondent operating system to follow the right steps below:

  1. Linux
  2. Windows
  3. MacOS

By cryptography incompatibility issues and for the correct functioning of Scriptcase, like the license register, it is necessary to use a Source Guardian lesser version that 11.3.2 version.


It will be necessary to download the attached file according to your operating system. Download the correct file to avoid issues.


Linux

To realize this file change on Linux, it is necessary to know the extensions directory from PHP. By default in a manual installation on Debian\Ubuntu, the directory path is:

      /usr/lib/php/20151012
      
   

This path can vary according to the installation type that you have done. To verify the right path to this directory, you can access your info.php and search for the directive extension_dir , like in the image below:


After identifying the directory path, replace the original file by the download file in the extensions directory.

      sudo unzip ixed.7.0_linux.zip
      
      
      
   
      sudo cp -f /home/$USER/Downloads/ixed.7.0.lin /usr/lib/php/20151012/ixed.7.0.lin
      
   

With this done, now it is necessary to restart  the apache service from your server. This action can be done with this command line below:

      sudo service apache2 restart
      
   

After that, verify in the info.php if your Source Guardian version has changed to 11.3 version.




Windows

To realize this file change on Windows, it is necessary to know the extensions directory from PHP. By default in a manual installation on Windows, the directory path is:

      C:\php\ext\
      
   

This path can vary according to the installation type that you have done. To verify the right path to this directory, you can access your info.php and search for the directive extension_dir , like in the image below:


  • After identifying the directory path, extract the attached file:


  • Then, replace the file in your extensions directory:



  • With this done, now it is necessary to restart  the apache service from your server. This action can be done through the Task Manager or the Services application.

The apache service name depends on the configuration type made in your server.


After that, verify in the info.php if your Source Guardian version has changed to 11.3 version.


MacOS

To realize this file change on MacOS, it is necessary to know the extensions directory from PHP. By default in a manual installation on Mac, the directory path is:

      /Applications/Scriptcase/v9/components/php/ext
      
   

This path can vary according to the installation type that you have done. To verify the right path to this directory, you can access your info.php and search for the directive extension_dir , like in the image below:


After identifying the directory path, replace the original file by the download file in the extensions directory.

      sudo unzip ixed.7.0_mac.zip
      
      
      
   
      sudo cp -f ~/Downloads/ixed.7.0.dar /Applications/Scriptcase/v9/components/php/ext/ixed.7.0.dar
      
   

With this done, now it is necessary to restart  the apache service from your server. This action can be done with this command line below:

      
         sudo /
      
      
         Applications
      
      
         /
      
      
         Scriptcase
      
      
         /v9/
      
      
         components
      
      
         /apache/
      
      
         bin
      
      
         /
      
      
         apachectl
      
      
          
      
      
         restart
      
      
   

After that, verify in the info.php if your Source Guardian version has changed to 11.3 version.


    • Related Articles

    • Fixing the problem of Zendid Execute Permission

      Some users receive a problem related to permission Zendid, that block them to register their Scriptcase. The error can be verified at your Scriptcase diagnosis file (Help -> Diagnosis), as you can see in the example below: ​ In this tutorial, we will ...
    • History and Version Increment in ScriptCase

      One of the biggest dilemmas of working on development projects is with respect to project versions. One of the most common mistakes is to program on top of some implementation already carried out, and with that, end up overwriting documents. This ...
    • Setting environment manually PHP 7.0 - Windows IIS

      First we will download the Microsoft Web Platform Installer, click here.  2. Then run and install the file you downloaded wpilauncher.exe  3. After installing the Microsoft Web Platform it would automatically open a window like the following: 4. As ...
    • Updating Scriptcase's PHP

      Currently, the installation of Scriptcase 9.x comes with version 7.0.14 of PHP, unfortunately, this version has a compatibility problem with the new version of authentication of MySQL 8.0, so it is necessary to perform the PHP update so the ...
    • PDF generation displays message: 'Not Found'

      Follow the step by step to correct the error "Not Found" when executing the PDF generation. First step: Navigate to the tmp folder in your publication folder. E.g: /publication folder/_lib/tmp Open the .log file that was generated with the name of ...