Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • conforturis Friend
    #191680

    Hi,
    Module JA Slideshow cannot Save, Save & Close, Save & New or Save as Copy.

    Ninja Lead Moderator
    #510343

    In this case, you can pm me URL of your, admin details account and FTP account of your hosting. I shall check and fix this problem directly on your site.

    conforturis Friend
    #510389

    Hi,
    Please check your private message.

    Ninja Lead Moderator
    #510504

    <em>@conforturis 395463 wrote:</em><blockquote>Hi,
    Please check your private message.</blockquote>

    This is bug of our product, we will fix and release the fix in next version but I have fixed it directly on your site as below

    Open modules/mod_jaslideshow/admin/japrofile/helper.php file

    From

    $japp->initialise(array('language' => $japp->getUserState('application.lang', 'lang')));

    change to

    $plugins = JPluginHelper::getPlugin('system');
    foreach($plugins as $plugin)
    {
    $plugin->type = 'temp_removed';
    }
    $japp->initialise(array('language' => $japp->getUserState('application.lang', 'lang')));

    Please check it on your site again. Let me know if it helps

    conforturis Friend
    #510566

    The same happens with the module JA News Pro Module.

    I am afraid it is happening with all the other modules JA in joomla 3.1.

    Is it happening because I updated my site to J2.5 J3.1?

    Ninja Lead Moderator
    #510661

    I have reported this problem to development team. They will check and fix it in next version.

    Problem of JA News Pro Module can be fixed with my solution :

    + Open modules/mod_janewspro/admin/japrofile/helper.php file

    From

    $japp->initialise(array('language' => $japp->getUserState('application.lang', 'lang')));

    Change to

    $plugins = JPluginHelper::getPlugin('system');
    foreach($plugins as $plugin)
    {
    $plugin->type = 'temp_removed';
    }
    $japp->initialise(array('language' => $japp->getUserState('application.lang', 'lang')));

    Don’t forget to clear cache from Admin area after making changes

    dandyweb Friend
    #511842

    <em>@Ninja Lead 395815 wrote:</em><blockquote>I have reported this problem to development team. They will check and fix it in next version.

    Problem of JA News Pro Module can be fixed with my solution :

    + Open modules/mod_janewspro/admin/japrofile/helper.php file

    From

    $japp->initialise(array('language' => $japp->getUserState('application.lang', 'lang')));

    Change to

    $plugins = JPluginHelper::getPlugin('system');
    foreach($plugins as $plugin)
    {
    $plugin->type = 'temp_removed';
    }
    $japp->initialise(array('language' => $japp->getUserState('application.lang', 'lang')));

    Don’t forget to clear cache from Admin area after making changes</blockquote>

    Hi,

    I’m having the same problem. So I made these adjustments as was posted, but still only solved the first time and after that returned to give the same problem. I’ll have to get by clearing the cache every time I go to save any changes?

    Ninja Lead Moderator
    #511970

    @dandyweb: If possible you can pm me URL of your site, admin login and FTP account. I shall help you to check this problem.

    conforturis Friend
    #512091

    Hi
    I updated the module JA News Pro for latest version and this:
    [PHP]$japp->initialise(array(‘language’ => $japp->getUserState(‘application.lang’, ‘lang’)));[/PHP]
    is missing in modules/mod_janewspro/admin/japrofile/helper.php file.

    You told me this issue would be fix in next version and next version came and it was not fixed.

    Can you please check your Private Messages with access website.

    Ninja Lead Moderator
    #512190

    @conforturis: I did fixed this problem on JA Newspro module, you can check my fixes on your site

    + Download and extract my attached file

    + move to modules/mod_janewspro/admin/japrofile/helper.php

    + Remember to back-up old file before doing

    Let me know if it helps


    1. helper.zip
    conforturis Friend
    #512201

    Review the file you are sending me. This file has no change from the original. It is the same as the original.

    conforturis Friend
    #512203

    I updated the module JA Slideshow then I inserted
    [PHP]plugins = JPluginHelper::getPlugin(‘system’);
    foreach($plugins as $plugin)
    {
    $plugin->type = ‘temp_removed’;
    }[/PHP]
    before:
    [PHP]$japp->initialise(array(‘language’ => $japp->getUserState(‘application.lang’, ‘lang’)));[/PHP]
    modules/mod_jaslideshow/admin/japrofile/helper.php file
    like you told me and I cannot see Save button working :((

    Ninja Lead Moderator
    #512409

    @conforturis: You can apply solution on this link

    conforturis Friend
    #512584

    This file that you have attached have not changes compared with the original and cannot solve issue.

    Ninja Lead Moderator
    #512707

    I saw the problem from back-end on your site:

    <br />
    <b>Parse error</b>: syntax error, unexpected '=' in <b>/home/confor/public_html/hotelsalala3/modules/mod_jaslideshow/admin/japrofile/helper.php</b> on line <b>45</b><br />

    Please pm me FTP account of your site. I shall help you to debug this problem.

Viewing 15 posts - 1 through 15 (of 21 total)

This topic contains 21 replies, has 6 voices, and was last updated by  Nazario A 10 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum