-
AuthorPosts
-
January 19, 2011 at 10:45 pm #159021
hi in the pervious version I could define a ja-tabs with its moudles and active ajax system for them.
in this version (ja-teline iv 1.2.4) I can define a ja-tabs (and moudles)
but I can’t active ajax system for tabs…because I get an error:<blockquote>
Fatal error: Class ‘T3Parameter’ not found in F:joomlasiteswwwteline124pluginssystemjat3corecommon.php on line 727
</blockquote>
( I replaced an older “common.php” with my current “common.php” but the website crashed!
Any guide?:confused: tnxsplico123 Friendsplico123
- Join date:
- January 2007
- Posts:
- 339
- Downloads:
- 80
- Uploads:
- 7
- Thanks:
- 24
- Thanked:
- 93 times in 16 posts
January 20, 2011 at 7:45 am #372827Have you modified any of the template files before update? Just try to download the new version and use the FTP to overwrite template files if you havent changed and modified template files because sometime update doesnt copy files for a strange reason, joomla forums warned about that too on few occasions.
What joomla and PHP version are u using?
January 20, 2011 at 9:45 am #372858<em>@splico123 216288 wrote:</em><blockquote>Have you modified any of the template files before update? Just try to download the new version and use the FTP to overwrite template files if you havent changed and modified template files because sometime update doesnt copy files for a strange reason, joomla forums warned about that too on few occasions.
What joomla and PHP version are u using?</blockquote>
tnx for answer.
I installed it on localhost (easyphp & apache & windows)
I use last version (ja-teline 1.2.4).I have another versions (Beta and ja-teline 1.2.3)…in these versions I don’t have any problem but I have problem with ja-teline1.2.4 …(so I think ja-teline 1.2.4 has a bug)
I’m sure that files copied currectly because I installed twice and I got same error again)splico123 Friendsplico123
- Join date:
- January 2007
- Posts:
- 339
- Downloads:
- 80
- Uploads:
- 7
- Thanks:
- 24
- Thanked:
- 93 times in 16 posts
January 20, 2011 at 10:49 am #372867Just to isolate the problem could you try install another template and see if it works there. Just saying so you can isolate it to JA Teline and to make sure it is not the JA Framework problem with updated one.
January 20, 2011 at 11:51 am #372873<em>@splico123 216333 wrote:</em><blockquote>Just to isolate the problem could you try install another template and see if it works there. Just saying so you can isolate it to JA Teline and to make sure it is not the JA Framework problem with updated one.</blockquote>
I installed “quickstart” version twice! It’s didn’t work!
I tryied to solve this problem and I underestood It’s didn’t work when we put “JA Bulletin module” in “JA-Tabs” with ajax…and gets this error:
Fatal error: Class 'T3Parameter' not found in F:joomlasiteswwwteline124pluginssystemjat3c orecommon.php on line 727
(Ajax of JA-Tabs works with other modules!)
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
January 22, 2011 at 8:36 am #373142Dear baheadini,
Please try as following to get the issue fix
Open the file of pluginscontentja_tabsajaxloader.php,Looking for this snap of codes
[PHP] // set the language
$mainframe->initialise();
// SSL check – $http_host returns <live site url>:<port number if it is 443>
JPluginHelper::importPlugin(‘system’, null, false);
// trigger the onStart events
$mainframe->triggerEvent( ‘onStart’ );[/PHP]and change it to
[PHP] // set the language
$mainframe->initialise();
// SSL check – $http_host returns <live site url>:<port number if it is 443>
JPluginHelper::importPlugin(‘system’);
// trigger the onStart events
//$mainframe->triggerEvent(‘onAfterInitialise’);
$mainframe->triggerEvent(‘onAfterRoute’);
t3import (‘core.parameter’);
$mainframe->triggerEvent( ‘onStart’ );[/PHP]I hope that would help !
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by bahaedini 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum