- Posts: 38
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Error page in 1.0.9
16 years 11 months ago #15539
by yukos
Error page in 1.0.9 was created by yukos
Please Log in or Create an account to join the conversation.
16 years 11 months ago #15633
by Matias
Replied by Matias on topic Re:Error page in 1.0.9
This is JavaScript error. Can you send us the source code of that page, from line 50 to 60?
Please Log in or Create an account to join the conversation.
16 years 11 months ago #15673
by yukos
Replied by yukos on topic Re:Error page in 1.0.9
hi,
Thanks for your supporting. This is code from 47 to 60 of index.php file
Thanks for your supporting. This is code from 47 to 60 of index.php file
Code:
/**
* ROUTE THE APPLICATION
*
* NOTE :
*/
$mainframe->route();
// authorization
$Itemid = JRequest::getInt( 'Itemid');
$mainframe->authorize($Itemid);
// trigger the onAfterRoute events
JDEBUG ? $_PROFILER->mark('afterRoute') : null;
$mainframe->triggerEvent('onAfterRoute');
Please Log in or Create an account to join the conversation.
16 years 11 months ago #15682
by Matias
Replied by Matias on topic Re:Error page in 1.0.9
Sorry, I meant those lines from the browser window (generated html), not the file itself.
Please Log in or Create an account to join the conversation.
16 years 11 months ago #15779
by yukos
Replied by yukos on topic Re:Error page in 1.0.9
hi
Using IE and go to my site at: www.erpvn.com/index.php?option=com_kunena&Itemid=94&lang=en
Thanks in advance.
Using IE and go to my site at: www.erpvn.com/index.php?option=com_kunena&Itemid=94&lang=en
Thanks in advance.
Please Log in or Create an account to join the conversation.
16 years 11 months ago #16219
by yukos
Replied by yukos on topic Re:Error page in 1.0.9
Please Log in or Create an account to join the conversation.
Time to create page: 0.270 seconds