ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
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?
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.
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.