0
Welcome Guest! Login
0 items Join Now

RokSprocket: error when opening module in backend

  • RokSprocket: error when opening module in backend

    Posted 8 years 11 months ago
    • Hi,

      I get an error when I open the RokSprocket-module in the Joomla backend.

      Joomla-version: 3.5.1
      PHP 5.6.21
      RokSprocket: 2.1.12
      Gantry: 4.1.31
      Template: RT Anacron

      I use the following extenions:
      JOTCache
      Nonumber / Regular Labs Advanced Modules Manager
      RokGallery
      Akeeba Admin Toos, Akeeba Backup
      And some others.

      I have four roksprocket-modules, 2 x type mosaic, 1x type lists and 1x type table, the error displays with alle RokSprocket-modules.

      I think the error is caused by the combination of RokSprocket and another extension (like advanced module manager), but is does not help when I uninstall advanced modules manager, jot-cache, or, as a test, disable Gantry..

      The error looks like this (see picture)
      This image is hidden for guests.
      Please log in or register to see it.


      and at the bottom of the page:

      Warning: require_once(/home/users/appltftp/applicura.nl/plugins/system/nnframework/helpers/parameters.php): failed to open stream: No such file or directory in /home/users/appltftp/applicura.nl/components/com_roksprocket/lib/RokSprocket/Addon/AdvancedModuleManager/module/edit/edit_assignment.php on line 82

      Fatal error: require_once(): Failed opening required '/home/users/appltftp/applicura.nl/plugins/system/nnframework/helpers/parameters.php' (include_path='.:/usr/share/php') in /home/users/appltftp/applicura.nl/components/com_roksprocket/lib/RokSprocket/Addon/AdvancedModuleManager/module/edit/edit_assignment.php on line 82

      Can you please help? Now it is impossible for me to change settings of all four roksprocket-modules...

      Thanks a lot!

      Gerard Verheij
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: RokSprocket: error when opening module in backend

    Posted 8 years 11 months ago
    • Hi there,

      Is your Advanced Module Manager the latest version?

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: RokSprocket: error when opening module in backend

    Posted 8 years 11 months ago
    • Hi David, Yes it is.

      I just installed it again over the same version, these are the versions:

      Regular Labs Library (Library) has been successfully updated to v16.4.23089
      Advanced Module Manager (Component) has been successfully updated to v6.0.0
      Advanced Module Manager (System Plugin) has been successfully updated to v6.0.0

      I'll ask the developer Peter van Westen of Advanced Modules Manager to have a look at this topic in your forum as well.

      Gerard
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: RokSprocket: error when opening module in backend

    Posted 8 years 11 months ago
    • Hi Gerard,

      OK - Peter has changed the directory name in his extension. Our plugin is looking for /system/nnframework/helpers/parameters.php and the actual path in his latest version is now /system/library_regularlabs/helpers/parameters.php

      As a quick fix while we update our extensions you can edit this file - /home/users/appltftp/applicura.nl/components/com_roksprocket/lib/RokSprocket/Addon/AdvancedModuleManager/module/edit/edit_assignment.php on line 82 - and change nnframework to library_regularlabs.

      Hope this helps 8)

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: RokSprocket: error when opening module in backend

    Posted 8 years 11 months ago
    • Hi David,

      "Brilliant, logical solution" I thought in first instance, but the error did not disappear.

      There is no directory /plugins/system/library_regularlabs
      In the directory /plugins/system/regularlabs/helpers, there is no parameters.php ...

      Now I understand where the error comes from, where can I find Regular Labs Parameters.php? A filesearch in /plugins-directory did not find a parameters.php..
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: RokSprocket: error when opening module in backend

    Posted 8 years 11 months ago
    • Hi Gerard,

      Sorry, was a bit keen in replying and didn't go look at v6.0 structure :blush:

      You will probably have to ask Peter for his advice but let me know what he says as we already have a bug ticket open for this at our end.

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: RokSprocket: error when opening module in backend

    Posted 8 years 11 months ago
    • Solved.

      you must edit this file - /home/users/appltftp/applicura.nl/components/com_roksprocket/lib/RokSprocket/Addon/AdvancedModuleManager/module/edit/edit_assignment.php on line 81

      And change it into:

      if (!isset($renderer->config)) {
      require_once JPATH_LIBRARIES . '/regularlabs/helpers/parameters.php';
      $parameters = RLParameters::getInstance();
      $config = JComponentHelper::getParams('com_advancedmodules');
      $renderer->config = $parameters->getParams($config->toObject(), JPATH_ADMINISTRATOR . '/components/com_advancedmodules/config.xml');
      }

      Notice that parameters.php is in the library regularlabs, and that the name of class is changed is now RLParameters
      See here in Regular Labs Forum: www.regularlabs.com/forum/advancedmodule...th-roksprocket#58781

      Thanks for your and Peter's support!

      Gerard
    • The following users have thanked you: David Goode

  • Re: RokSprocket: error when opening module in backend

    Posted 8 years 10 months ago
    • Hi,

      On another site I have the latest versions of RokSprocket and Regular Labs Advanced Module Mgr, but I get this error on frontend en backend: Notice: Trying to get property of non-object in <site>/components/com_roksprocket/lib/RokSprocket/Addon/AdvancedModuleManager.php on line 98

      Have a look here: www.centrumvoorurologie.nl

      Versions at the site:
      • Joomla 3.5.1
        Template: RT Acacia
        RokSprocket: 2.1.13
        Regular Labs: 6.1.2PRO
        Regular Labs Library: 16.6.19488

      Is this the same issue? Or something else? I can't fix it with the solution of six weeks ago...

      Thanks for your help!

      Gerard Verheij
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: RokSprocket: error when opening module in backend

    Posted 8 years 8 months ago
    • Hi there,

      Sorry, this one slipped through the net :blush:

      Do you still need help with this issue or can we mark it as solved?

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information

Time to create page: 0.079 seconds