Resource icon

Standard Library by Xon 1.20.1

No permission to download
@Xon

Version 1.1.1 seems to still have a conflict with your Multi Prefix addon (version 2.8.2):


ErrorException: [E_WARNING] Declaration of SV\StandardLib\Finder\SqlJoinTrait::sqlJoin(string $rawJoinTable, string $alias, array $columns, bool $mustExist = false, bool $hasTableExpr = false) should be compatible with AVForums\TagEssentials\XF\Finder\Thread::sqlJoin($rawJoinTable, $alias, array $columns, $mustExist = false, $hasTableExpr = false) in src\addons\SV\MultiPrefix\XF\Finder\Thread.php at line 8

  1. XF::handlePhpError() in src\addons\SV\MultiPrefix\XF\Finder\Thread.php at line 8

  2. include() in src\vendor\composer\ClassLoader.php at line 444

  3. Composer\Autoload\includeFile() in src\vendor\composer\ClassLoader.php at line 322

  4. Composer\Autoload\ClassLoader->loadClass()

  5. spl_autoload_call()

  6. class_exists() in src\XF\Extension.php at line 172

  7. XF\Extension->extendClass() in src\XF\Mvc\Entity\Manager.php at line 226

  8. XF\Mvc\Entity\Manager->getFinder() in src\XF\Mvc\Entity\Manager.php at line 131

  9. XF\Mvc\Entity\Manager->find() in src\XF\Pub\Controller\Thread.php at line 1711

  10. XF\Pub\Controller\Thread->assertViewableThread() in src\XF\Pub\Controller\Thread.php at line 15

  11. XF\Pub\Controller\Thread->actionIndex() in src\XF\Mvc\Dispatcher.php at line 350

  12. XF\Mvc\Dispatcher->dispatchClass() in src\XF\Mvc\Dispatcher.php at line 257

  13. XF\Mvc\Dispatcher->dispatchFromMatch() in src\XF\Mvc\Dispatcher.php at line 113

  14. XF\Mvc\Dispatcher->dispatchLoop() in src\XF\Mvc\Dispatcher.php at line 55

  15. XF\Mvc\Dispatcher->run() in src\XF\App.php at line 2298

  16. XF\App->run() in src\XF.php at line 459

  17. XF::runApp() in index.php at line 20

EDIT: or it's down to Tag Essentials (2.2.0). No problems if either Tag Essential is enabled and Multi Prefix disabled, or Multi Prefix enabled and Tag Essential disabled - they just can't both be enabled at the same time. (Testing these on local beta 2 install.)
 
Last edited:
error in 2.2. B3 mentions this addon

Code:
    ErrorException: Template error: Macro public:xfrm_overview_macros:featured_carousel is unknown src/XF/Template/Templater.php:631

    Generated by: Pete Thomas Aug 13, 2020 at 2:19 PM

Stack trace

#0 [internal function]: XF\Template\Templater->handleTemplateError(512, 'Macro public:xf...', '/home/caf/publi...', 631, Array)
#1 src/XF/Template/Templater.php(631): trigger_error('Macro public:xf...', 512)
#2 src/XF/Template/Templater.php(744): XF\Template\Templater->getTemplateMacro('public', 'xfrm_overview_m...', 'featured_carous...')
#3 internal_data/code_cache/templates/l1/s83/public/xfrm_overview.php(35): XF\Template\Templater->callMacro('xfrm_overview_m...', 'featured_carous...', Array, Array)
#4 src/XF/Template/Templater.php(1598): XF\Template\Templater->{closure}(Object(SV\StandardLib\XF\Template\Templater), Array, NULL)
#5 src/XF/Template/Template.php(24): XF\Template\Templater->renderTemplate('xfrm_overview', Array)
#6 src/XF/Mvc/Renderer/Html.php(48): XF\Template\Template->render()
#7 src/XF/Mvc/Dispatcher.php(458): XF\Mvc\Renderer\Html->renderView('XFRM:Overview', 'public:xfrm_ove...', Array)
#8 src/XF/Mvc/Dispatcher.php(440): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#9 src/XF/Mvc/Dispatcher.php(400): XF\Mvc\Dispatcher->renderReply(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#10 src/XF/Mvc/Dispatcher.php(58): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#11 src/XF/App.php(2298): XF\Mvc\Dispatcher->run()
#12 src/XF.php(459): XF\App->run()
#13 index.php(20): XF::runApp('XF\\Pub\\App')
#14 {main}

Request state

array(4) {
  ["url"] => string(11) "/resources/"
  ["referrer"] => string(66) "https://xf2.cafesaxophone.com/resources/top-40-saxophone-solos.10/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Xon updated Standard Library by Xon with a new update entry:

1.3.0 - Feature update

  • Implement a custom date/time picker, with a custom input filter. Replacement for pikaday in XF2.2 no longer supporting a time component. Supports seconds (opt-out), and explicit time-zone selection.
    • XML:
      <xf:macro template="svStandardLib_helper_macros" name="date_time_input" arg-name="startTime" arg-timestamp="{$xf.time}" />
    • XML:
      <xf:macro template="svStandardLib_helper_macros" name="date_time_input_row" arg-label="{{ phrase('start_time') }}"...

Read the rest of this update entry...
 
Xon updated Standard Library by Xon with a new update entry:

1.4.0 - Feature update

  • Bundle moment.js 2.29.1
  • Extract count down/up timer html/javascript from Vote Tally & Notice Time Replacables add-ons, this includes singular time.<part> phrases.

    Example usage (generates html & loads javascript);
    PHP:
    $func = \XF::$versionId >= 2010370 ? 'func' : 'fn';
    return $this->app->templater()->$func('sv_relative_timestamp', [
        $now->getTimestamp(), $other->getTimestamp(), // now and other date time obj
        0, $countUp, // maximum date parts and...

Read the rest of this update entry...
 
Xon updated Standard Library by Xon with a new update entry:

1.5.0 - Admin Feature update

  • Add "View template modifications" when viewing a template with template modifications that apply.
    A powerful diagnostic tool when diagnosing add-on conflicts in production!
    • Lists all modifications that are applying, and allows on-the-fly which are applying or not to view different permutations.
    • Allows viewing compiled template code various template modifications, extremely useful for isolating exactly where in a highly modified template is actually causing errors...

Read the rest of this update entry...
 
Top Bottom