Jump to content

annedi

Clients
  • Posts

    89
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by annedi

  1. And so..... The Site5 server people say that there is plenty of space in our account. And I specifically told them TMP space was the issue (like you all said). We are set to PHP 8.0 and Mysql 5.6. I cannot take the website Offline thru the Admin interface. It just keeps running! The Default Theme does not work correctly. The customized Themes (2) work just fine. Attempting to Upgrade continues to fail. SELECT *, INSTR(',3,1,0,', CONCAT(',',template_set_id,',') ) as theorder FROM `ultraviocore_theme_templates` AS `core_theme_templates` WHERE template_set_id IN (3,1,0) AND template_app IN ('forums') AND template_location IN ('front') AND template_group IN ('index') ORDER BY template_location, template_group, template_name, theorder desc IPS\Db\Exception: Incorrect key file for table 'ultraviocore_theme_templates'; try to repair it (1034) #0 /home3/ultravio/public_html/content/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ultravio_ipb:...', Array, true) #1 /home3/ultravio/public_html/content/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /home3/ultravio/public_html/content/system/Theme/Theme.php(3566): IPS\Db\_Select->rewind() #3 /home3/ultravio/public_html/content/system/Theme/Theme.php(2680): IPS\_Theme->getRawTemplates(Array, Array, Array) #4 /home3/ultravio/public_html/content/system/Theme/Theme.php(845): IPS\_Theme->compileTemplates('forums', 'front', 'index') #5 /home3/ultravio/public_html/content/applications/forums/modules/front/forums/index.php(216): IPS\_Theme->getTemplate('index') #6 /home3/ultravio/public_html/content/system/Dispatcher/Controller.php(118): IPS\forums\modules\front\forums\_index->manage() #7 /home3/ultravio/public_html/content/applications/forums/modules/front/forums/index.php(52): IPS\Dispatcher\_Controller->execute() #8 /home3/ultravio/public_html/content/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_index->execute() #9 /home3/ultravio/public_html/content/index.php(13): IPS\_Dispatcher->run() #10 {main}
  2. FWIW, the Site Online button does not work to put my website Offline. It seems like something is wrong with the Admin interface also.
  3. Also, where can I find the server requirements for the Upgrade. I know about PHP 8.0. But what are the Mysql requirements? Also, Is there a way to put my website into Maintenance Mode? Mark as Solution
  4. Currently there seems to be no data in that table. OK, I will check on the tmp directory size. Would you happen to know which tmp directory? Is it a tmp file in the Invision installation? Or is it a tmp file on the hosting server? Thank you.
  5. After the first attempted upgrade, I had our host, Site5, restore the DB from a backup. But when I ran the upgrade (for the 2nd time), the same corruption occurred with the "incorrect key file" error message. There seems to be no point in another restoration and a 3rd upgrade attempt. FWIW, my website is currently running just fine except that the Default Theme is not useable. The tweaked Themes I created are running just fine. Is there a way for me to recreate the corrupt table and add a key or index (or whatever) to it?
  6. I switched to PHP 8.0 and initiated the upgrade. Something went wrong and now there is a corrupt database table ultraviocore_theme_templates. This table also generates the error message incorrect key file for table 'ultravioletcore_theme_templates'. Selecting that table and running repair table fails. What do I do now?
×
×
  • Create New...