Viewing 10 posts - 46 through 55 (of 55 total)
  • Author
    Posts
  • uniqa Friend
    #381231

    I have the same problem with module Ja news pro version 1.0.6 the button save and apply don’t work. My template is teline iii V2 . there are a solution for this?? I’ve installed the latest version of ja news fp already. thank for the reply

    thuanlq Friend
    #382180

    Hi Uniqa,
    Please check permission of the folder “modules/mod_janews_fp/admin/”, change it to 755 or 777. Or if the .htaccess file was enable in your site, played around with it for a bit and found that the following lines were causing the problem:
    # Set some options.
    Options -Indexes
    Options +FollowSymLinks

    # Set the default handler.
    DirectoryIndex index.php

    need to restore the original .htaccess, deleted those lines.
    If you can’t resolve this problem, please provide me website information via ticket id QMM-548-28947, I need to debug in your site.

    Regards,

    uniqa Friend
    #382671

    ok i send you thanks

    asik71 Friend
    #384445

    I have also problem with ja news fp. I did everything you gave in this thread. I insttaled again version 1.3.4 fp and it works.
    In firefox debug “jparams2 is null” when i try save.
    My site:Joomla 1.5.22, Ja Teline III v2
    thank for help

    pipjom Friend
    #385216

    <em>@uniqa 227520 wrote:</em><blockquote>I have the same problem with module Ja news pro version 1.0.6 the button save and apply don’t work. My template is teline iii V2 . there are a solution for this?? I’ve installed the latest version of ja news fp already. thank for the reply</blockquote>

    I have the same problem with my site: http://singlespot.dk, but I don´t understand what I have to do to fix it.

    Can anyone help me?

    Thanks in advance:-)

    Ninja Lead Moderator
    #385495

    <em>@pipjom 232711 wrote:</em><blockquote>I have the same problem with my site: http://singlespot.dk, but I don´t understand what I have to do to fix it.

    Can anyone help me?

    Thanks in advance:-)</blockquote>
    pm me admin & ftp account, I shall check.

    Ninja Lead Moderator
    #385497

    <em>@asik71 231680 wrote:</em><blockquote>I have also problem with ja news fp. I did everything you gave in this thread. I insttaled again version 1.3.4 fp and it works.
    In firefox debug “jparams2 is null” when i try save.
    My site:Joomla 1.5.22, Ja Teline III v2
    thank for help</blockquote>
    and you too, please pm me the info.

    pakul Friend
    #396972

    <em>@hungnd 233096 wrote:</em><blockquote>and you too, please pm me the info.</blockquote>

    I have the same problem. I can;t save the changes in module ja news pro and i ja news frontpage

    Maybe somebody can help ?

    Sherlock Friend
    #397583

    <em>@pakul 247809 wrote:</em><blockquote>I have the same problem. I can;t save the changes in module ja news pro and i ja news frontpage

    Maybe somebody can help ?</blockquote>

    Hi pakul,

    There maybe an permission issue,you can try to enable the FTP Option and enter the FTP Info into your template global configuration.
    If that not help you can give me your FTP info via the ticket of VER-168-32961 for further checking.

    Sherlock Friend
    #397954

    hi pakul,

    I opened the file of modules/mod_janews_fp/elements/japaramhelper.php look for this code
    [php]
    if (!defined (‘_JA_PARAM_HELPER’)) {
    define (‘_JA_PARAM_HELPER’, 1);
    $juri = JURI::base ();

    $juri = str_replace( JPATH_SITE, “”, $juri);

    $uri = str_replace(DS,”/”,str_replace( JPATH_SITE, $juri , dirname(__FILE__) ));
    $uri = str_replace(“/administrator”, “”, $uri);
    die( $juri);
    JHTML::stylesheet(‘japaramhelper.css’, $uri.”/assets/css/”);
    JHTML::script(‘japaramhelper.js’, $uri.”/assets/js/”);
    JHTML::script(‘japaramhelper2.js’, $uri.”/assets/js/”);
    }
    [/php]
    change it to
    [php]
    if (!defined (‘_JA_PARAM_HELPER’)) {

    define (‘_JA_PARAM_HELPER’, 1);

    $juri = JURI::base ();
    $jjuri = str_replace(“/administrator”, “”, $juri);
    $juri = str_replace( JPATH_SITE, “”, $juri);

    $uri = str_replace(DS,”/”,str_replace( JPATH_SITE, $juri , dirname(__FILE__) ));

    $uri = str_replace(“/administrator”, “”, $uri);
    if(strpos($uri,$jjuri) <= 0) $uri = $jjuri.$uri;

    JHTML::stylesheet(‘japaramhelper.css’, $uri.”/assets/css/”);

    JHTML::script(‘japaramhelper.js’, $uri.”/assets/js/”);

    JHTML::script(‘japaramhelper2.js’, $uri.”/assets/js/”);

    }
    [/php]

    Do the same for the newspro module,it helped ,please check again yourself.

Viewing 10 posts - 46 through 55 (of 55 total)

This topic contains 55 replies, has 24 voices, and was last updated by  Sherlock 13 years, 4 months ago.

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