-
AuthorPosts
-
March 14, 2011 at 8:50 am #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 Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
March 19, 2011 at 3:19 am #382180Hi 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,
March 22, 2011 at 9:20 am #382671ok i send you thanks
April 1, 2011 at 10:31 am #384445I 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 helpApril 6, 2011 at 7:33 pm #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 9, 2011 at 7:36 am #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 9, 2011 at 7:44 am #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.June 17, 2011 at 5:06 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 21, 2011 at 8:25 am #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 23, 2011 at 4:05 am #397954hi 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.
-
AuthorPosts
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