Jump to content

Mr World

Clients
  • Posts

    58
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mr World's Achievements

  1. ErrorException: template_store_missing (0) #0 /home/rspstopl/public_html/system/Theme/Theme.php(4620) : eval()'d code(24): IPS\_Theme->getTemplate('drawncodes', 'core', 'front') #1 /home/rspstopl/public_html/applications/cms/sources/Blocks/Block.php(310): IPS\Theme\class_content_template_for_block_37->run(Array, '...', NULL) #2 /home/rspstopl/public_html/system/Widget/Widget.php(234): IPS\cms\Blocks\_Block->getTemplate(Array, '...', NULL) #3 /home/rspstopl/public_html/system/Content/Widget.php(522): IPS\_Widget->output(Array, '...') #4 /home/rspstopl/public_html/applications/cms/sources/Blocks/Block.php(242): IPS\Content\_Widget->render() #5 /home/rspstopl/public_html/system/Theme/Theme.php(4620) : eval()'d code(59): IPS\cms\Blocks\_Block::display(Object(IPS\cms\Blocks\Block)) #6 /home/rspstopl/public_html/applications/cms/sources/Pages/Page.php(1250): IPS\Theme\content_pages_55() #7 /home/rspstopl/public_html/applications/cms/sources/Pages/Page.php(2276): IPS\cms\Pages\_Page->getHtmlContent() #8 /home/rspstopl/public_html/applications/cms/modules/front/pages/page.php(116): IPS\cms\Pages\_Page->output() #9 /home/rspstopl/public_html/applications/cms/modules/front/pages/page.php(43): IPS\cms\modules\front\pages\_page->view() #10 /home/rspstopl/public_html/system/Dispatcher/Controller.php(118): IPS\cms\modules\front\pages\_page->manage() #11 /home/rspstopl/public_html/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute() #12 /home/rspstopl/public_html/system/Dispatcher/Dispatcher.php(153): IPS\cms\modules\front\pages\_page->execute() #13 /home/rspstopl/public_html/index.php(13): IPS\_Dispatcher->run() #14 {main} Looking for help or paid help.
  2. I meant, The data for categories like Announcements, sub cats etc where is that data as-well? because after importing forum_forums to latest IPS fresh install db this displays
  3. I am porting over a broken database but when I import forums_forums it isn't correctly moving
  4. Where is data for categories and sub-cats stored in the SQL database?
  5. fixed it myself
  6. Okay so now new error after I added the missing column back ADD COLUMN app_directory VARCHAR(250) COLLATE utf8mb4_unicode_ci; UnderflowException: (0) #0 /home/runesuit/public_html/applications/core/extensions/core/AdminNotifications/ConfigurationError.php(123): IPS\Db\_Select->first() #1 /home/runesuit/public_html/applications/core/modules/admin/system/login.php(202): IPS\core\extensions\core\AdminNotifications\_ConfigurationError::runChecksAndSendNotifications() #2 /home/runesuit/public_html/applications/core/modules/admin/system/login.php(113): IPS\core\modules\admin\system\_login->_doLogin(Object(IPS\Member)) #3 /home/runesuit/public_html/system/Dispatcher/Controller.php(118): IPS\core\modules\admin\system\_login->manage() #4 /home/runesuit/public_html/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #5 /home/runesuit/public_html/admin/index.php(13): IPS\_Dispatcher->run() #6 {main}
  7. I have a daily, weekly and monthly backup system and now they all overwritten.. I got lazy and just wrote functions in PHP instead of using acp... xD app_directory doesn't exist inside core_applications.
  8. Skip the backup, what other solutions do I have
  9. What can I do to solve this issue w/o old backup...
  10. everything else is functional though... O.o
  11. The forums functions fine and no it randomly happened one day, Everything is else is functional, Mind if i send you the servers details to look at this?
  12. says There are no applications available to upgrade
  13. SELECT next_run FROM `core_tasks` LEFT JOIN `core_applications` ON core_applications.app_directory=core_tasks.app LEFT JOIN `core_plugins` ON core_plugins.plugin_id=core_tasks.plugin WHERE core_tasks.enabled=1 AND (core_plugins.plugin_enabled=1 OR core_applications.app_enabled=1) ORDER BY next_run ASC IPS\Db\Exception: Unknown column 'core_applications.app_directory' in 'on clause' (1054) #0 /home/runesuit/public_html/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ruensuite::rs...', Array, true) #1 /home/runesuit/public_html/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /home/runesuit/public_html/system/Db/Select.php(370): IPS\Db\_Select->rewind() #3 /home/runesuit/public_html/applications/core/extensions/core/AdminNotifications/ConfigurationError.php(123): IPS\Db\_Select->first() #4 /home/runesuit/public_html/applications/core/modules/admin/system/login.php(202): IPS\core\extensions\core\AdminNotifications\_ConfigurationError::runChecksAndSendNotifications() #5 /home/runesuit/public_html/applications/core/modules/admin/system/login.php(113): IPS\core\modules\admin\system\_login->_doLogin(Object(IPS\Member)) #6 /home/runesuit/public_html/system/Dispatcher/Controller.php(118): IPS\core\modules\admin\system\_login->manage() #7 /home/runesuit/public_html/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #8 /home/runesuit/public_html/admin/index.php(13): IPS\_Dispatcher->run() #9 {main}
  14. In forum/admin/?app=core&module=bulkmail&controller=bulkmail&do=preview&id=27 How do I go about updating this to threads I want?
  15. I keep getting runesuite.io redirected you too many times. Even though the PHP version is 8.1.
×
×
  • Create New...