0
Welcome Guest! Login
0 items Join Now

Theme Install Problems with Postgres

  • Theme Install Problems with Postgres

    Posted 9 years 4 months ago
    • I have issues with (seemingly random) themes not installing.

      I get the following message:

      Warning: SQL=INSERT INTO jxvs4_template_styles
      Error: Error installing plugin

      Following themes installed OK: Hydrogen_g5, Kraken
      Following failed: Lexicon, Omnicron, Paradigm

      I suspected a problem that the installer was using a MySQL type INSERT statement so I looked in the database and the template_styles table looks correct with it's ID field type SERIAL which should allow INSERTs to be completed without reference to the ID field.

      Is there anything that can be done? Is there a way to tell if a theme is Postgres compatible other than trial and error?

      Database: is PostgreSQL 9.4
      Web Server: NGINX
  • Re: Theme Install Problems with Postgres

    Posted 9 years 4 months ago
    • Update: I should have looked further.

      Gantry itself says it installed OK but in fact did not. With Kraken and Hydrogen I just get 404 errors.

      Fun times.
  • Re: Theme Install Problems with Postgres

    Posted 9 years 4 months ago
    • Looks like my problems go much deeper:

      trying to look at Gantry themes throw the following:

      ­classes/­Gantry/­Component/­Twig/­TwigExtension.php2

      Whoops\Exception\ErrorException thrown with message "Class 'DOMDocument' not found"

      Stacktrace:
      #0 in /var/www/ioltaweb/libraries/gantry5/classes/Gantry/Component/Twig/TwigExtension.php:269

      } else {
      $scope = 'body';
      }
      $html = "<html><{$scope}>{$input}</{$scope}></html>";

      $internal = libxml_use_internal_errors(true);

      269 $doc = new \DOMDocument();
      $doc->loadHTML($html);
      foreach (libxml_get_errors() as $error) {



      I am running php 5.6 and php56-xml is loaded correctly so I have no idea what is going on at this point. This is totally unrelated to the Postgres problems.
  • Re: Theme Install Problems with Postgres

    Posted 9 years 4 months ago
    • Looks like my problems go much deeper:

      trying to look at Gantry themes throw the following:

      ­classes/­Gantry/­Component/­Twig/­TwigExtension.php2

      Whoops\Exception\ErrorException thrown with message "Class 'DOMDocument' not found"

      Stacktrace:
      #0 in /var/www/ioltaweb/libraries/gantry5/classes/Gantry/Component/Twig/TwigExtension.php:269

      } else {
      $scope = 'body';
      }
      $html = "<html><{$scope}>{$input}</{$scope}></html>";

      $internal = libxml_use_internal_errors(true);

      269 $doc = new \DOMDocument();
      $doc->loadHTML($html);
      foreach (libxml_get_errors() as $error) {



      I am running php 5.6 and php56-xml is loaded correctly so I have no idea what is going on at this point. This is totally unrelated to the Postgres problems.

Time to create page: 0.039 seconds