Jump to content

Dean Hamer

Clients
  • Posts

    19
  • 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 Dean Hamer

  1. Hi, I have the following code embedded on my website: www.uptheshakers.co.uk <div id="fs-standings"></div> <script> (function (w,d,s,o,f,js,fjs) { w['fsStandingsEmbed']=o;w[o] = w[o] || function () { (w[o].q = w[o].q || []).push(arguments) }; js = d.createElement(s), fjs = d.getElementsByTagName(s)[0]; js.id = o; js.src = f; js.async = 1; fjs.parentNode.insertBefore(js, fjs); }(window, document, 'script', 'mw', 'https://cdn.footystats.org/embeds/standings.js')); mw('params', { leagueID: 9962 }); </script> The code is working but is not updating client side without them having to clear their cache, I have caching disabled on the block as per screenshot below: Am I missing something? Thanks.
  2. I have an issue where I edit historical articles, and they jump straight to the top of the category on the homepage. I edit the publish date to be say the 6th December at 16:30, saved the article went back in and it's not saved. The date is then on the current time and date. I cannot get the article off the top of the feed and is throwing the rest of the articles out of sync. Any ideas?
  3. @Marc Stridgen do you have an answer to my question above?
  4. Thank you for getting back to me. I have made some template changes which I think may have messed this up slightly. Is there any way of resetting the template to default?
  5. Hi all, I am starting to grow content on my forum through RSS imports of articles from our football club website (we are a supporter's forum). Images from the RSS import are all imported and saved as attachments. The issue I am having is that these images are not being shown on the front page so it is just showing as a load of text, can anybody help me to get images shown? Here is a link to our page: Up The Shakers Home - Up The Shakers if you click an article you will see images but none are showing on the front page. It makes it look very boring. Thanks for you help! Dean
  6. Afternoon, I am having a few issues after a server outage, when looking at online users we get the following error: SELECT COUNT(*) FROM `core_sessions` WHERE ( core_sessions.id IN('SELECT MAX(id) FROM `core_sessions` AS `s` WHERE s.running_time>'SELECT MAX(id) FROM `core_sessions` AS `s` WHERE s.running_time>? AND s.login_type!=? AND (s.login_type!=? OR s.member_id=?) AND s.member_id IS NULL GROUP BY `ip_address`' AND s.login_type!=? AND (s.login_type!=? OR s.member_id=?) AND s.member_id IS NOT NULL GROUP BY `member_id`') OR core_sessions.id IN(?) ) IPS\Db\Exception: Table 'core_sessions' is marked as crashed and should be repaired (1194) #0 /home/footbal9/public_html/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #1 /home/footbal9/public_html/system/Db/Select.php(370): IPS\Db\_Select->rewind() #2 /home/footbal9/public_html/system/Session/Store/Database.php(250): IPS\Db\_Select->first() #3 /home/footbal9/public_html/applications/core/widgets/stats.php(94): IPS\Session\Store\_Database->getOnlineUsers(7) #4 /home/footbal9/public_html/system/Widget/Widget.php(833): IPS\core\widgets\_stats->render() #5 /home/footbal9/public_html/system/Widget/Widget.php(888): IPS\_Widget->_render() #6 /home/footbal9/public_html/system/Theme/Theme.php(885) : eval()'d code(171): IPS\_Widget->__toString() #7 /home/footbal9/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_cms_front_pages->widgetContainer('col1', Array, 'horizontal') #8 /home/footbal9/public_html/applications/cms/sources/Theme/Theme.php(610) : eval()'d code(12): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array) #9 /home/footbal9/public_html/applications/cms/sources/Pages/Page.php(2269): IPS\Theme\class_cms_page_page_builder->single_column(Object(IPS\cms\Pages\Page), Array) #10 /home/footbal9/public_html/applications/cms/modules/front/pages/page.php(116): IPS\cms\Pages\_Page->output() #11 /home/footbal9/public_html/applications/cms/modules/front/pages/page.php(43): IPS\cms\modules\front\pages\_page->view() #12 /home/footbal9/public_html/system/Dispatcher/Controller.php(118): IPS\cms\modules\front\pages\_page->manage() #13 /home/footbal9/public_html/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute() #14 /home/footbal9/public_html/system/Dispatcher/Dispatcher.php(153): IPS\cms\modules\front\pages\_page->execute() #15 /home/footbal9/public_html/index.php(13): IPS\_Dispatcher->run() #16 {main} Logging in to admin shows that: Locked Task: userAgentStatistics Locked Task: onlineusers Locked Task: clearsessions Are all unable to run, clicking run brings up the following error message: Logging in to the dashboard shows this: SELECT * FROM `core_sessions` WHERE ( core_sessions.id IN('SELECT MAX(id) FROM `core_sessions` AS `s` WHERE s.running_time>'SELECT MAX(id) FROM `core_sessions` AS `s` WHERE s.running_time>? AND s.login_type!=? AND (s.login_type!=? OR s.member_id=?) AND s.member_id IS NULL GROUP BY `ip_address`' AND s.login_type!=? AND (s.login_type!=? OR s.member_id=?) AND s.member_id IS NOT NULL GROUP BY `member_id`') OR core_sessions.id IN(?) ) ORDER BY core_sessions.running_time desc IPS\Db\Exception: Table 'core_sessions' is marked as crashed and should be repaired (1194) #0 /home/footbal9/public_html/system/Db/Select.php(286): IPS\Db\_Select->runQuery() #1 /home/footbal9/public_html/system/Session/Store/Database.php(253): IPS\Db\_Select->setKeyField('id') #2 /home/footbal9/public_html/applications/core/extensions/core/Dashboard/OnlineUsers.php(52): IPS\Session\Store\_Database->getOnlineUsers(6, 'desc') #3 /home/footbal9/public_html/applications/core/modules/admin/overview/dashboard.php(64): IPS\core\extensions\core\Dashboard\_OnlineUsers->getBlock() #4 /home/footbal9/public_html/system/Dispatcher/Controller.php(118): IPS\core\modules\admin\overview\_dashboard->manage() #5 /home/footbal9/public_html/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #6 /home/footbal9/public_html/admin/index.php(13): IPS\_Dispatcher->run() #7 {main} Anyone have any ideas?
  7. Hi, Have you managed to test on 4.6.7? I can't seem to fix this my end. Thanks, Dean
  8. Hi, I have just purchased the plug and I am testing by sending a test invitation but I receive the following error: Error: Undefined constant "IPS\Theme\raw" (0) #0 /home/XXX/public_html/system/Email/Email.php(925): IPS\Theme\email_plaintext_invite_invite_system('Test', 'f5cced00846daf6...', 1636466942, 'EMAIL ADDRESS', 'Dean', Object(IPS\Email\Outgoing\Smtp)) #1 /home/XXX/public_html/system/Email/Email.php(350): IPS\_Email::template('invite', 'invite_system', 'plaintext', Array) #2 /home/XXX/public_html/system/Email/Email.php(651): IPS\_Email->compileContent('plaintext', Object(IPS\Member)) #3 /home/XXX/public_html/system/Email/Email.php(562): IPS\_Email->_compileMessage(Object(IPS\Member), '--==_mimepart_5...', '\r\n', 998) #4 /home/XXX/public_html/system/Email/Outgoing/Smtp.php(198): IPS\_Email->compileFullEmail('EMAIL ADDRESS', Array, Array, 'enquiries@upthe...', NULL, Array) #5 /home/XXX/public_html/system/Email/Email.php(708): IPS\Email\Outgoing\_SMTP->_send('EMAIL ADDRESS', Array, Array, 'EMAIL ADDRESS', NULL, Array) #6 /home/XXX/public_html/applications/invite/sources/Invite/Invite.php(30): IPS\_Email->send('EMAIL ADDRESS') #7 /home/XXX/public_html/init.php(902) : eval()'d code(85): IPS\invite\_Invite::sendInvitation('EMAIL ADDRESS', 'Test', 'f5cced00846daf6...', 'EMAIL ADDRESS', 'Dean', 1636466942) #8 /home/XXX/public_html/applications/core/modules/front/system/settings.php(57): IPS\core\modules\front\system\invite_hook_is_Settings->_invitesystem() #9 /home/XXX/public_html/system/Dispatcher/Controller.php(101): IPS\core\modules\front\system\_settings->manage() #10 /home/XXX/public_html/applications/core/modules/front/system/settings.php(42): IPS\Dispatcher\_Controller->execute() #11 /home/XXX/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\system\_settings->execute() #12 /home/XXX/public_html/index.php(13): IPS\_Dispatcher->run() #13 {main} I have tested my email settings and I am receiving emails from the forum. Just get this when I try send out a new invite.
  9. Fixed the issue for me, I had to build the template from scratch again but it's worked. The only issue I have now is tiny header images.
  10. Is there no way of releasing this patch to us? This is a really frustrating issue and my community looks rubbish at the moment.
  11. I'm also not seeing any patches for 4.5 showing.
  12. Thank you for this, much appreciated.
  13. Hi all, I have just purchased the pages application addon for my forum, I have updated the license on my admin CP but can't seem to find it in my applications do I need to install it or does it automatically install? I've been sent no instructions. Side note, it would be good to have instructions sent when yo do purchase addons. Can anyone offer any advice, Thanks, Dean.
×
×
  • Create New...