Back to Architect - Octobercms Theme with Advanced Pagebuilder Support

jm81080
jm81080

Trying to install purchased theme "Architect"

How to solve it?

Update failed A syntax error was detected in /var/www/octobercms/plugins/ginopane/blogtaxonomy/updates/version.yaml. The string "!!! Migrated to polymorphic tag relation. Make sure to backup and proceed with caution" could not be parsed as it uses an unsupported built-in tag at line 74 (near "!!! Migrated to polymorphic tag relation. Make sure to backup and proceed with caution") at line 43 (near "/var/www/octobercms/vendor/october/rain/src/Parse/Yaml.php").

jm81080
jm81080

more info:

Error We're sorry, but an unhandled error occurred. Please see the details below.

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'october.ginopane_blogtaxonomy_tags' doesn't exist (SQL: select ginopane_blogtaxonomy_tags.*, ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_id as pivot_ginopane_blogtaxonomy_taggable_id, ginopane_blogtaxonomy_taggables.tag_id as pivot_tag_id from ginopane_blogtaxonomy_tags inner join ginopane_blogtaxonomy_taggables on ginopane_blogtaxonomy_tags.id = ginopane_blogtaxonomy_taggables.tag_id where ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_id in (1) and ginopane_blogtaxonomy_taggables.ginopane_blogtaxonomy_taggable_type = RainLab\Blog\Models\Post)

~/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 760

daftspunky
daftspunky

Try running php artisan october:migrate to see if it helps

jm81080
jm81080
user@octobercms:~$ sudo php /var/www/octobercms/artisan october:migrate
Migrating Application and Plugins

In Yaml.php line 43:

  A syntax error was detected in /var/www/octobercms/plugins/ginopane/blogtaxonomy/updates/  
  version.yaml. The string "!!! Migrated to polymorphic tag relation. Make sure to backup a  
  nd proceed with caution" could not be parsed as it uses an unsupported built-in tag at li  
  ne 74 (near "!!! Migrated to polymorphic tag relation. Make sure to backup and proceed wi  
  th caution") at line 43 (near "/var/www/octobercms/vendor/october/rain/src/Parse/Yaml.php  
  ").                                                                                        

====
AND without SUDO
====

user@octobercms:~$ php /var/www/octobercms/artisan october:migrate
Migrating Application and Plugins

In StreamHandler.php line 149:

  The stream or file "/var/www/octobercms/storage/logs/system.log" could not be opened in a  
  ppend mode: chmod(): Operation not permitted                                               
  The exception occurred while attempting to log: UnexpectedValueException: The stream or f  
  ile "/var/www/octobercms/storage/logs/system.log" could not be opened in append mode: chm  
  od(): Operation not permitted                                                              
  The exception occurred while attempting to log: Symfony\Component\Yaml\Exception\ParseExc  
  eption: A syntax error was detected in /var/www/octobercms/plugins/ginopane/blogtaxonomy/  
  updates/version.yaml. The string "!!! Migrated to polymorphic tag relation. Make sure to   
  backup and proceed with caution" could not be parsed as it uses an unsupported built-in t  
  ag at line 74 (near "!!! Migrated to polymorphic tag relation. Make sure to backup and pr  
  oceed with caution") at line 43 (near "/var/www/octobercms/vendor/october/rain/src/Parse/  
  Yaml.php"). in /var/www/octobercms/vendor/october/rain/src/Parse/Yaml.php:43               
  Stack trace:                                                                               
  #0 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php  
  (338): October\Rain\Parse\Yaml->parseFile()                                                
  #1 /var/www/octobercms/modules/system/classes/VersionManager.php(354): Illuminate\Support  
  \Facades\Facade::__callStatic()                                                            
  #2 /var/www/octobercms/modules/system/classes/VersionManager.php(313): System\Classes\Ver  
  sionManager->getFileVersions()                                                             
  #3 /var/www/octobercms/modules/system/classes/VersionManager.php(80): System\Classes\Vers  
  ionManager->getLatestFileVersion()                                                         
  #4 /var/www/octobercms/modules/system/classes/updatemanager/ManagesPlugins.php(113): Syst  
  em\Classes\VersionManager->updatePlugin()                                                  
  #5 /var/www/octobercms/modules/system/classes/updatemanager/ManagesPlugins.php(94): Syste  
  m\Classes\UpdateManager->migratePlugin()                                                   
  #6 /var/www/octobercms/modules/system/classes/UpdateManager.php(103): System\Classes\Upda  
  teManager->migratePlugins()                                                                
  #7 /var/www/octobercms/modules/system/console/OctoberMigrate.php(47): System\Classes\Upda  
  teManager->update()                                                                        
  #8 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(  
  36): System\Console\OctoberMigrate->handle()                                               
  #9 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Il  
  luminate\Container\BoundMethod::Illuminate\Container\{closure}()                           
  #10 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php  
  (93): Illuminate\Container\Util::unwrapIfClosure()                                         
  #11 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php  
  (37): Illuminate\Container\BoundMethod::callBoundMethod()                                  
  #12 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Container/Container.php(6  
  61): Illuminate\Container\BoundMethod::call()                                              
  #13 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Console/Command.php(183):  
   Illuminate\Container\Container->call()                                                    
  #14 /var/www/octobercms/vendor/symfony/console/Command/Command.php(326): Illuminate\Conso  
  le\Command->execute()                                                                      
  #15 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Console/Command.php(153):  
   Symfony\Component\Console\Command\Command->run()                                          
  #16 /var/www/octobercms/vendor/symfony/console/Application.php(1078): Illuminate\Console\  
  Command->run()                                                                             
  #17 /var/www/octobercms/vendor/symfony/console/Application.php(324): Symfony\Component\Co  
  nsole\Application->doRunCommand()                                                          
  #18 /var/www/octobercms/vendor/symfony/console/Application.php(175): Symfony\Component\Co  
  nsole\Application->doRun()                                                                 
  #19 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Console/Application.php(1  
  02): Symfony\Component\Console\Application->run()                                          
  #20 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel  
  .php(155): Illuminate\Console\Application->run()                                           
  #21 /var/www/octobercms/artisan(35): Illuminate\Foundation\Console\Kernel->handle()        
  #22 {main} in /var/www/octobercms/vendor/monolog/monolog/src/Monolog/Handler/StreamHandle  
  r.php:149                                                                                  
  Stack trace:                                                                               
  #0 /var/www/octobercms/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandl  
  er.php(48): Monolog\Handler\StreamHandler->write()                                         
  #1 /var/www/octobercms/vendor/monolog/monolog/src/Monolog/Logger.php(399): Monolog\Handle  
  r\AbstractProcessingHandler->handle()                                                      
  #2 /var/www/octobercms/vendor/monolog/monolog/src/Monolog/Logger.php(650): Monolog\Logger  
  ->addRecord()                                                                              
  #3 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Log/Logger.php(183): Monol  
  og\Logger->error()                                                                         
  #4 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Log/Logger.php(94): Illumi  
  nate\Log\Logger->writeLog()                                                                
  #5 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(645): I  
  lluminate\Log\Logger->error()                                                              
  #6 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php  
  (338): Illuminate\Log\LogManager->error()                                                  
  #7 /var/www/octobercms/vendor/october/rain/src/Foundation/Exception/Handler.php(88): Illu  
  minate\Support\Facades\Facade::__callStatic()                                              
  #8 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.  
  php(454): October\Rain\Foundation\Exception\Handler->report()                              
  #9 /var/www/octobercms/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.  
  php(157): Illuminate\Foundation\Console\Kernel->reportException()                          
  #10 /var/www/octobercms/artisan(35): Illuminate\Foundation\Console\Kernel->handle()        
  #11 {main}                                                                                 

user@octobercms:~$

Last updated

jm81080
jm81080

I have been trying to contact the developer twice via a contact form on his site, but no response. For a PAID theme, to be used with "latest version 3", it simply means it must work...

daftspunky
daftspunky

Hey jm, I have tested this theme and contacted the author too. He should fix it in the next release, it is related to another author's plugin that is broken.

To fix it, open /var/www/octobercms/plugins/ginopane/blogtaxonomy/updates/version.yaml

and remove the !!! characters in the file

1-6 of 6