-
AuthorPosts
-
July 30, 2008 at 6:48 pm #131547
JATabs doesn’t seem to work properly… it works but not without glitches.
At one of the tabs, you can see the text from the previous one. If you select the previous tab, the last few characters of the longer line disappear.
Also, how can I make the module appear EXACTLY like this demo here: http://template15.joomlart.com/ja_iolite/
Thanks in advance. Best regards.
Nguyen Hong FriendNguyen Hong
- Join date:
- September 2014
- Posts:
- 79
- Downloads:
- 137
- Uploads:
- 4
- Thanks:
- 6
- Thanked:
- 20 times in 18 posts
July 31, 2008 at 2:19 am #263138Hi crift,
Please send url and admin account of your site via pm, i will check it for you.April 6, 2009 at 8:15 pm #300309Hello,
When I enable the plugin I get the following error: Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in
…………………/test/plugins/content/ja_tabs.php on line 31url: http://www.komookgroep.nl/test/
Can someone help me to solve this problem? I installed the module and plugin again, but it still does not work.
Arno
cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
April 6, 2009 at 8:52 pm #300316<em>@arnolagendijk 123053 wrote:</em><blockquote>Hello,
When I enable the plugin I get the following error: Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in
…………………/test/plugins/content/ja_tabs.php on line 31url: http://www.komookgroep.nl/test/
Can someone help me to solve this problem? I installed the module and plugin again, but it still does not work.
Arno</blockquote>
Hi Arno,
What template are you using? Nice site, by the way.
Can you even get the JA Tabs work at all? I have troubles with JA Tabs too.
Cornelio
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
April 6, 2009 at 9:02 pm #300319Switch to PHP5!
April 6, 2009 at 9:03 pm #300320Hello Cornelio,
The templae I use is: Quartz.
No, as soon as I enable the plugin I got the error :((
I like this plugin and module, but it only gives problems… Do you have the same problem?Arno
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 6, 2009 at 9:40 pm #300330arnolagendijk;123069Hello Cornelio,
The templae I use is: Quartz.
No, as soon as I enable the plugin I got the error :((
I like this plugin and module, but it only gives problems… Do you have the same problem?Arno
Try this in your htaccess file
SetEnv DEFAULT_PHP_VERSION 5
ShannonNcgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
April 7, 2009 at 5:23 am #300372HI Arno, Scotty and ShannonN,
My servers have been upgraded to PhP 5 already. I can install the JA Tabs, no error. I can enable the module and the plugin.
My problem is in the JA Tabs module when I try the features of the JA Tabs,
Cornelio
April 7, 2009 at 6:10 pm #300457Hi,
can someone tell me why I get this error whit jatabs on ja opal?Warning: Call-time pass-by-reference has been deprecated – argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhost/todasport.com/home/html/modules/mod_jatabs/helper.php on line 129
Thanks
Lorenzo
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 7, 2009 at 10:43 pm #300466spritz82;123256Hi,
can someone tell me why I get this error whit jatabs on ja opal?Warning: Call-time pass-by-reference has been deprecated – argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhost/todasport.com/home/html/modules/mod_jatabs/helper.php on line 129
Thanks
Lorenzo
post in Opal forum more specific and more users can respond to your request, To fix do as the warning suggests, If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file
It is currently set to use a value parameter not a reference parameter, value parameters have been ‘deprecated’
Computer Desktop Encyclopedia: deprecate
To make invalid or obsolete by removing or flagging the item. When commands or statements in a language are planned for deletion in future releases of the compiler or rendering engine, they are said to be deprecated. Programmers should begin to remove them from the source code in subsequent revisions of their programs.Maybe you have upgraded to 1.5.10 and they have dropped support for the value tag? Who knows
Cheers ShannonN
mgoldman Friendmgoldman
- Join date:
- December 2006
- Posts:
- 1
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
April 30, 2009 at 12:04 pm #303022I was able to correct the issue by going to the file and line number given in the error and removing the & in front of the variable. For me the error was on line 130 of the helper.php file. By removing the & in front of the $row varialbe I was able to solve the issue.
1 user says Thank You to mgoldman for this useful post
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
June 18, 2009 at 9:25 pm #308365just tried this fix as I’m testing a development site using ja tabs – and this fixed the problem.
the tabs worked fine but the warning was displayed on screen even when errors in the global config were set to none.
this fix removed the warning from the screen. yay!!
thanks mgoldman!!
-
AuthorPosts
This topic contains 12 replies, has 9 voices, and was last updated by anisjolly 15 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum